Support Strict Concurrency (#30) #34
Annotations
4 warnings
Sources/ResearchKitSwiftUI/ORKOrderedTaskView.swift#L58
stored property 'result' within struct cannot have a global actor; this is an error in Swift 6
|
Sources/ResearchKitSwiftUI/ORKOrderedTaskView.swift#L150
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
|
Sources/ResearchKitSwiftUI/ORKOrderedTaskView.swift#L58
stored property 'result' within struct cannot have a global actor; this is an error in Swift 6
|
Sources/ResearchKitSwiftUI/ORKOrderedTaskView.swift#L150
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
|
The logs for this run have expired and are no longer available.
Loading