Mobile
964 installs
rivetkit-client-swift
by rivet-dev/skills
RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage…
Skill content
RivetKit Swift Client Use this skill when building Swift clients that connect to Rivet Actors with RivetKitClient. Version RivetKit version: 2.3.0-rc.12 Error Handling Policy - Prefer fail-fast behavior by default. - Avoid broad do/catch 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 RivetKitClient: