Be less restrictive about the chosen swiftlint version #123
Annotations
2 errors and 2 warnings
Sources/SpeziTimedWalkTest/TimedWalkTestRunningView.swift#L80
call to main actor-isolated instance method 'startTimedWalk()' in a synchronous nonisolated context
|
|
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/SpeziTimedWalkTest/TimedWalkTestRunningView.swift#L53
non-sendable type 'TimedWalkTestRunningView' exiting main actor-isolated context in call to non-isolated instance method 'start()' cannot cross actor boundary
|
This job failed
Loading