RivetKit Swift Client Use this skill when building Swift clients that connect to Rivet Actors with . Version RivetKit version: 2.3.0-rc.5 Error Handling Policy - Prefer fail-fast behavior by default. - Avoid broad unless absolutely needed. - If a catch block is used, handle the error explicitly, at minimum by logging it. Install Add the Swift package dependency and import : Minimal Client Endpoint URL Explicit Fields Stateless vs Stateful Getting Actors Actions support positional overloads for 0–5 args: If you need more than 5 arguments, use the raw JSON fallback: Connection Parameters Subscr…