Restructure @Dependency
property and use BFS for DependencyManager
#702
Annotations
10 warnings
Sources/Spezi/Capabilities/Notifications/RegisterRemoteNotificationsAction.swift#L19
stored property 'continuation' of 'Sendable'-conforming class 'RemoteNotificationContinuation' is mutable
|
Sources/Spezi/Spezi/Spezi.swift#L87
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/Utilities/DynamicReference.swift#L34
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Sources/Spezi/Utilities/DynamicReference.swift#L34
'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
|
Sources/Spezi/Capabilities/Notifications/RegisterRemoteNotificationsAction.swift#L19
stored property 'continuation' of 'Sendable'-conforming class 'RemoteNotificationContinuation' is mutable
|
Sources/Spezi/Spezi/Spezi+Preview.swift#L65
'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#L65
initialization of immutable value 'lifecycleHandlers' was never used; consider replacing with assignment to '_' or removing it
|
@__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
|
This job succeeded
Loading