Swift Code Review Review Swift code against industry best practices drawn from Google's Swift Style Guide, Apple's API Design Guidelines, Apple's performance and memory documentation, and real-world patterns from Apple's open-source projects. Determine Review Scope Figure out what to review based on the user's request: | Request | How to get the code | |---|---| | "Review this PR" / PR URL | or read the diff | | "Review my changes" | (unstaged) and (staged) | | "Review this file" / path | Read the file(s) directly | | "Review the codebase" | Glob for files, prioritize by size/complexity | | X…