Restructure @Dependency
property and use BFS for DependencyManager
#702
Annotations
10 warnings
Sources/Spezi/Dependencies/DependencyManager.swift#L104
value 'foundInModulesWithDependencies' was defined but never used; consider replacing with boolean test
|
Sources/Spezi/Dependencies/Property/DependencyPropertyWrapper.swift#L94
'init(wrappedValue:)' is deprecated: Please specify the Value type of your dependency as the first argument.
|
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#L71
'willFinishLaunchingWithOptions(_:launchOptions:)' is deprecated: Please use the new @Application(\.launchOptions) property wrapper within your Module to access launchOptions in a platform independent way.
|
Sources/XCTSpezi/DependencyResolution.swift#L37
'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/XCTSpezi/DependencyResolution.swift#L37
'willFinishLaunchingWithOptions(_:launchOptions:)' is deprecated: Please use the new @Application(\.launchOptions) property wrapper within your Module to access launchOptions in a platform independent way.
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L72
'init(wrappedValue:)' is deprecated: Please specify the Value type of your dependency as the first argument.
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L43
'init(wrappedValue:)' is deprecated: Please specify the Value type of your dependency as the first argument.
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L44
'init(wrappedValue:)' is deprecated: Please specify the Value type of your dependency as the first argument.
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L18
'init(wrappedValue:)' is deprecated: Please specify the Value type of your dependency as the first argument.
|
This job succeeded
Loading