Closed KatherineInCode closed 2 months ago
Checkmarx One â Scan Summary & Details â aea53999-ab62-4c3f-aba6-b7ca2356b528
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.61%. Comparing base (
d0dc545
) to head (cc3f98c
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
đī¸ Tracking
https://bitwarden.atlassian.net/browse/PM-11133
đ Objective
This is part of the iOS 18 / Xcode 16 / Swift 6 effort
This adds
@MainActor
annotations to a number of protocols to eliminate Swift 6 errors. On the whole, these are delegate protocols between aProcessor
(which is@MainActor
) and aCoordinator
(which is@MainActor
).â° Reminders before review
đĻŽ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or âšī¸ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or đ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or â ī¸ (:warning:
) for more significant problems or concerns needing attention:seedling:
) or âģī¸ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes