Add rudimentary XPCSession support #3
Annotations
10 warnings
|
Sources/Extendable/ConnectableSceneExtension.swift#L38
call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context
|
|
Sources/Extendable/ConnectableSceneExtension.swift#L20
call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context
|
|
Sources/Extendable/ConnectableExtension.swift#L41
sending value of non-Sendable type '(NSXPCConnection) throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
|
|
Sources/Extendable/ConnectableExtension.swift#L41
call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context
|
|
Sources/Extendable/ConnectableExtension.swift#L14
main actor-isolated property 'accepter' can not be referenced from a nonisolated context
|
|
Sources/ExtendableHost/AppExtensionMonitor.swift#L88
passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
|
|
Sources/ExtendableHost/AppExtensionMonitor.swift#L51
passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
|
|
Sources/ExtendableHost/AppExtensionMonitor.swift#L39
passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
|
|
Sources/ExtendableHost/AppExtensionMonitor.swift#L79
capture of 'self' with non-Sendable type 'AppExtensionMonitor?' in a '@sendable' closure; this is an error in the Swift 6 language mode
|
|
Sources/ExtendableHost/AppExtensionMonitor.swift#L76
result of call to 'withObservationTracking(_:onChange:)' is unused
|
The logs for this run have expired and are no longer available.
Loading