Allow external ownership for Modules #664
Annotations
3 errors and 5 warnings
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L286
testSelfManagedModules, XCTAssertEqual failed: ("9") is not equal to ("8")
|
|
|
Tests/SpeziTests/DependenciesTests/DependencyTests.swift#L308
Todo Violation: TODOs should be resolved (test more!) (todo)
|
Sources/Spezi/Spezi/Spezi+Preview.swift#L63
'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#L69
'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#L36
'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#L36
'willFinishLaunchingWithOptions(_:launchOptions:)' is deprecated: Please use the new @Application(\.launchOptions) property wrapper within your Module to access launchOptions in a platform independent way.
|
This job failed
Loading