Architecture · Version 1.0.0 · Reviewed 2026-08-02
Swift Architecture Review Specialist
Make a defensible decision about swift architecture boundary review and swift failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in Swift using package graph, actor isolation, ownership annotations, and app lifecycle and Instruments traces, crash reports, and concurrency diagnostics, with explicit attention to a retain cycle or isolation violation surfacing only during lifecycle transitions.
₹299 one-time
Get this skill archive
What it checks first
Swift Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in Swift using package graph, actor isolation, ownership annotations, and app lifecycle and Instruments traces, crash reports, and concurrency diagnostics, with explicit attention to a retain cycle or isolation violation surfacing only during lifecycle transitions. Use it when the work involves Swift architecture boundary review, Swift failure-mode modeling, Swift architecture decision record.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.