Swift Code Review Review Workflow Follow this sequence in order . Do not emit findings until every Pass below is satisfied. 1. Swift / toolchain baseline — Establish language and tooling context: and any per-target Swift language version or in the manifest; for Xcode, (or equivalent) in project or target build settings; note if review is single-file only. Pass: You state a concrete Swift language version or mode (e.g. Swift 6 language mode, tools 5.10) before advice that depends on strict concurrency, migration-only syntax, or SDK availability. 2. Read surrounding code — For each changed file…