Swift 6 compatibility #674
Annotations
2 errors and 5 warnings
Sources/Spezi/Spezi/Spezi+Preview.swift#L63
call to main actor-isolated initializer 'init(standard:modules:storage:)' in a synchronous nonisolated context
|
|
Sources/Spezi/Capabilities/Notifications/RegisterRemoteNotificationsAction.swift#L19
stored property 'continuation' of 'Sendable'-conforming class 'RemoteNotificationContinuation' is mutable
|
Sources/Spezi/Spezi/Spezi.swift#L123
static property 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/Spezi/Spezi/Spezi+Preview.swift#L64
'lifecycleHandler' is deprecated: Please use the new @Application property wrapper to access delegate functionality. Otherwise use the SwiftUI onReceive(_:perform:) for UI related notifications.
|
Sources/Spezi/Spezi/Spezi+Preview.swift#L70
'willFinishLaunchingWithOptions(_:launchOptions:)' is deprecated: Please use the new @Application(\.launchOptions) property wrapper within your Module to access launchOptions in a platform independent way.
|
Sources/Spezi/Spezi/Spezi+Preview.swift#L70
capture of 'lifecycleHandlers' with non-sendable type '[any LifecycleHandler]' in a `@Sendable` closure
|
This job failed
Loading