Swift 6 compatibility #686
Annotations
10 warnings and 1 notice
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
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_5SpeziAAC7storage18ObservationTrackedfMp_.swift#L4
stored property '_storage' of 'Sendable'-conforming class 'Spezi' is mutable
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L170
passing argument of non-sendable type 'any NotificationHandler' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L170
passing argument of non-sendable type '[AnyHashable : Any]' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L170
passing argument of non-sendable type '[AnyHashable : Any]' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L175
passing argument of non-sendable type 'inout TaskGroup<BackgroundFetchResult>' (aka 'inout TaskGroup<UIBackgroundFetchResult>') outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziNotificationCenterDelegate.swift#L25
passing argument of non-sendable type 'any NotificationHandler' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziNotificationCenterDelegate.swift#L29
passing argument of non-sendable type 'inout TaskGroup<Void>' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziNotificationCenterDelegate.swift#L46
passing argument of non-sendable type 'any NotificationHandler' outside of main actor-isolated context may introduce data races
|
|
This job succeeded
Loading