You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider adding SWIFT_TREAT_WARNINGS_AS_ERRORS = YES to our general workflows to enforce that all warnings are flagged as errors during our CI setup.
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
With Swift 6 approaching in a few months and nightly builds already being available we should ensure that all our packages are working well with all Swift concurrency checks.
Solution
Enable Enable strict concurrency checking.
The corresponding PR should fix all related warnings when enabling strict concurrency checking.
The relevant package updates in StanfordSpezi/.github#49 need to be addressed first.
Additional context
We should consider adding
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES
to our general workflows to enforce that all warnings are flagged as errors during our CI setup.Code of Conduct
The text was updated successfully, but these errors were encountered: