The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreResolve, reference 1.0.11 (e2ad66), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 08:30:33 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

24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[18/119] Compiling CoreResolve MultipeerSessionProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[19/119] Compiling CoreResolve MultipeerSessionProvidingDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[20/119] Compiling CoreResolve CoreAnimatedTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[21/119] Compiling CoreResolve CoreCollectionViewDataSource-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[22/119] Compiling CoreResolve CoreInteractiveTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[23/119] Compiling CoreResolve CoreNavigationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[24/119] Compiling CoreResolve CoreScalableLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[25/119] Compiling CoreResolve CoreSplitViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[26/119] Compiling CoreResolve CoreStoryboardSegue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
[27/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[37/119] 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:78:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
76 | 		}
77 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
78 | 		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]
79 | 		withVaList(args) { argList in
80 | 			logAsConfigured(.debug, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/Logging/LogManager.swift:91:23: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it. [#DeprecatedDeclaration]
89 | 		}
90 | 		// os_log() does not support being wrapped in another function, use open-source code to add this capability
91 | 		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]
92 | 		withVaList(args) { argList in
93 | 			logAsConfigured(level, returnAddress, message, argList)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[38/119] Compiling CoreResolve CoreTableDataSource-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[39/119] Compiling CoreResolve CoreTableViewDataSource-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[40/119] Compiling CoreResolve Extensions-UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[41/119] Compiling CoreResolve GradientView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[42/119] Compiling CoreResolve ParallaxProxyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[43/119] Compiling CoreResolve TouchForwardingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[44/119] Compiling CoreResolve UIViewController-CorePrints.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[45/119] Compiling CoreResolve CoreNotification.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[46/119] Compiling CoreResolve CoreNotificationProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[47/119] Compiling CoreResolve CoreRemoteNotificationAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[48/119] Compiling CoreResolve UserNotificationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[49/119] 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 {
[50/119] 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 {
[51/119] 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 {
[52/119] 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 {
[53/119] 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 {
[54/119] 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 {
[55/119] 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 {
[56/119] 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 {
[57/119] 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 {
[58/119] 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 {
[59/119] 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 {
[60/119] 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 {
[61/119] Compiling CoreResolve CoreColumnLayoutClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[62/119] Compiling CoreResolve CoreColumnLayoutContaining.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[63/119] Compiling CoreResolve CoreColumnLayoutExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[64/119] Compiling CoreResolve CoreColumnLayoutProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[65/119] Compiling CoreResolve CoreColumnLayoutProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[66/119] Compiling CoreResolve CoreLayoutAnchorable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[67/119] Compiling CoreResolve CLLocationManager-CoreLocationProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[68/119] Compiling CoreResolve CoreBeaconIdentity.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[69/119] Compiling CoreResolve CoreBeaconRanging.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[70/119] Compiling CoreResolve CoreLocationProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[71/119] Compiling CoreResolve CoreLocationProvidingDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
[72/119] 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
[73/119] 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
[74/119] 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
[75/119] 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
[76/119] 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
[77/119] 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
[78/119] 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
[79/119] 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
[80/119] 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
[81/119] 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
[82/119] 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
[83/119] 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
[84/119] 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/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreLayoutAnchorable.swift:30:49: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 28 |
 29 | /// Represents a collection of horizontally-oriented anchors with which to apply AutoLayout constraints
 30 | public protocol CoreHorizontalLayoutAnchorable: class {
    |                                                 `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 31 |
 32 | 	var leadingAnchor: NSLayoutXAxisAnchor { get }
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:46:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 44 |
 45 | /// Provides CoreLocation services (i.e. a testable set of CLLocationManager capability)
 46 | public protocol CoreLocationCoordinateProviding: class {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 47 |
 48 | 	/// Determines the current authorization status of the calling application.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:158:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
156 | }
157 |
158 | public protocol CoreLocationHeadingProviding: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
159 |
160 | 	/// Dismisses the heading calibration immediately.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProviding.swift:191:47: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
189 | }
190 |
191 | public protocol CoreLocationRegionMonitoring: class {
    |                                               `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
192 |
193 | 	/// Asynchronously retrieves the cached state of the specified region.
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLocation/CoreLocationProvidingDelegate.swift:24:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 22 |
 23 | /// Handles events from the CoreLocationProviding instance
 24 | public protocol CoreLocationProvidingDelegate: class {
    |                                                `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 25 |
 26 | 	/// Invoked when the authorization status changes for this application.
/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/MultipeerConnectivity/MultipeerMessageManagerDelegate.swift:26:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Delegate to handle events from the MultipeerMessageManager
26 | public protocol MultipeerMessageManagerDelegate: class {
   |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Notifies when the MultipeerMessageManager has received a payload from a remote peer
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionManagerDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | import MultipeerConnectivity
25 |
26 | internal protocol MultipeerSessionManagerDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	func copyResource(with name: String, at url: URL) throws -> URL
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProviding.swift:26:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Provides a lightweight MultipeerConnectivity session (i.e. a testable subset of MCSession capability)
26 | public protocol MultipeerSessionProviding: class {
   |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// The MultipeerSessionProvider's currently connected MCPeerIDs
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/MultipeerConnectivity/MultipeerSessionProvidingDelegate.swift:26:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 |
25 | /// Handles events from the MultipeerSessionProviding instance
26 | public protocol MultipeerSessionProvidingDelegate: class {
   |                                                    `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
27 |
28 | 	/// Finished receiving a resource from a remote peer
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/User Notifications/CoreNotificationProviding.swift:24:57: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
22 |
23 | /// Handles remote-notification-based events
24 | public protocol CoreRemoteNotificationAdaptingDelegate: class {
   |                                                         `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
25 |
26 | 	/// Called by the `CoreRemoteNotificationAdapting` implementation when the device token has been updated
[85/119] Compiling CoreResolve CoreResettable.swift
[86/119] Compiling CoreResolve CoreSegueHandling.swift
[87/119] Compiling CoreResolve CoreServiceProviding.swift
[88/119] Compiling CoreResolve CoreServiceProvidingError.swift
[89/119] Compiling CoreResolve CoreTableViewController.swift
[90/119] Compiling CoreResolve CoreTransactionProviding.swift
[91/119] Compiling CoreResolve CoreUserActivityService.swift
[92/119] Compiling CoreResolve CoreViewController.swift
[93/119] Compiling CoreResolve Extensions-CoreGraphics.swift
[94/119] Compiling CoreResolve Extensions-SceneKit.swift
[95/119] Compiling CoreResolve Extensions.swift
[96/119] Compiling CoreResolve FactoryRegistry.swift
[97/119] Compiling CoreResolve MultiCoordinatorSynchronouslyMergingCoreDataStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[98/119] Compiling CoreResolve PrefetchDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[99/119] Compiling CoreResolve SingleCoordinatorAsynchronouslyMergingCoreDataStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[100/119] Compiling CoreResolve SingleCoordinatorSynchronouslyMergingCoreDataStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[101/119] Compiling CoreResolve SynchronouslyMergingCoreDataStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[102/119] Compiling CoreResolve CoreFileStoreManagerUrlProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[103/119] Compiling CoreResolve CoreFileStoreManagerUrlProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[104/119] Compiling CoreResolve CoreFileStoreService.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[105/119] Compiling CoreResolve CoreFileStoreServiceError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[106/119] Compiling CoreResolve FileStoreManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[107/119] Compiling CoreResolve CoreColumnLayoutAware.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreResolve/Shared/CoreLayout/CoreColumnLayoutAware.swift:38:130: warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
36 | 	///   - layoutProvider: The Layout Provider to attach
37 | 	///   - column: The column which will attach to the view
38 | 	func constrainLayoutProvider(_ layoutProvider: CoreHorizontalLayoutAnchorable, to column: Int, with priority: LayoutPriority = .required) {
   |                                                                                                                                  |- warning: static property 'required' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
   |                                                                                                                                  `- note: The missing import of module 'AppKit' will be added implicitly
39 | 		guard let columnLayoutProvider = columnLayoutProvider else { return }
40 | 		precondition(column >= 0 && column < columnLayoutProvider.numberOfColumns)
[108/119] 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`
[109/119] 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`
[110/119] 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`
[111/119] 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`
[112/119] 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`
[113/119] 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`
[114/119] 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`
[115/119] 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`
[116/119] 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`
[117/119] 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`
[118/119] 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`
[119/119] 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.92s)
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/CoreColumnLayoutAware.swift",
        "Shared/CoreLayout/CoreColumnLayoutClient.swift",
        "Shared/CoreLayout/CoreColumnLayoutContaining.swift",
        "Shared/CoreLayout/CoreColumnLayoutExtensions.swift",
        "Shared/CoreLayout/CoreColumnLayoutProvider.swift",
        "Shared/CoreLayout/CoreColumnLayoutProviding.swift",
        "Shared/CoreLayout/CoreLayoutAnchorable.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.