Be less restrictive about the chosen swiftlint version (#28) #125
Annotations
4 warnings
Sources/SpeziQuestionnaire/QuestionnaireView.swift#L40
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/SpeziQuestionnaire/QuestionnaireView.swift#L40
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/SpeziQuestionnaire/QuestionnaireView.swift#L50
non-sendable type 'QuestionnaireView' exiting main actor-isolated context in call to non-isolated instance method 'handleResult' cannot cross actor boundary
|
Sources/SpeziQuestionnaire/QuestionnaireView.swift#L89
passing argument of non-sendable type 'QuestionnaireResult' into main actor-isolated context may introduce data races
|
This job succeeded
Loading