Swift 6 compatibility #673
Annotations
2 errors and 10 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
|
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/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
|
@__swiftmacro_5SpeziAAC7storage18ObservationTrackedfMp_.swift#L4
stored property '_storage' of 'Sendable'-conforming class 'Spezi' is mutable
|
@__swiftmacro_5SpeziAAC7storage18ObservationTrackedfMp_.swift#L4
stored property '_storage' of 'Sendable'-conforming class 'Spezi' is mutable
|
@__swiftmacro_5SpeziAAC7storage18ObservationTrackedfMp_.swift#L4
stored property '_storage' of 'Sendable'-conforming class 'Spezi' is mutable
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L169
passing argument of non-sendable type 'any NotificationHandler' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L169
passing argument of non-sendable type '[AnyHashable : Any]' outside of main actor-isolated context may introduce data races
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L169
passing argument of non-sendable type '[AnyHashable : Any]' outside of main actor-isolated context may introduce data races
|
This job failed
Loading