Upgrade to SpeziAccount 2.0 #383
Annotations
2 errors and 10 warnings
TemplateApplication/Schedule/ScheduleView.swift#L26
main actor-isolated property 'tasks' can not be referenced from a non-isolated context
|
|
TemplateApplication/TemplateApplicationDelegate.swift#L9
Todo Violation: TODOs should be resolved (why are these two imports now ...) (todo)
|
TemplateApplication/SharedContext/FeatureFlags.swift#L12
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
TemplateApplication/SharedContext/FeatureFlags.swift#L14
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
TemplateApplication/SharedContext/FeatureFlags.swift#L16
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
TemplateApplication/SharedContext/FeatureFlags.swift#L25
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
TemplateApplication/SharedContext/FeatureFlags.swift#L29
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
TemplateApplication/TemplateApplicationStandard.swift#L87
passing argument of non-sendable type 'ResourceProxy' outside of actor-isolated context may introduce data races
|
TemplateApplication/TemplateApplicationStandard.swift#L119
passing argument of non-sendable type 'QuestionnaireResponse' outside of actor-isolated context may introduce data races
|
TemplateApplication/TemplateApplicationStandard.swift#L153
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
|
TemplateApplication/TemplateApplicationStandard.swift#L165
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
|
This job failed
Loading