Swift 6 compatibility #677
Annotations
7 errors and 10 warnings
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L90
circular reference
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L97
circular reference
|
Tests/SpeziTests/DependenciesTests/DynamicDependenciesTests.swift#L108
circular reference
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L90
circular reference
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L97
circular reference
|
Tests/SpeziTests/DependenciesTests/DynamicDependenciesTests.swift#L108
circular reference
|
|
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#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
|
Sources/Spezi/Spezi/SpeziAppDelegate.swift#L174
passing argument of non-sendable type 'inout TaskGroup<BackgroundFetchResult>' (aka 'inout TaskGroup<WKBackgroundFetchResult>') 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 failed
Loading