
Use Swift with Temporal
11/10/2025
This post announces and details the initial release of the Temporal Swift SDK. It highlights the SDK's Swift-first design, leveraging native concurrency features like async/await and TaskGroup. Key components like `@Workflow`, `@ActivityContainer`, `@WorkflowSignal`, `@WorkflowQuery`, `@WorkflowUpdate` macros, `TemporalWorker`, and `TemporalClient` are introduced. The post provides code examples for defining Workflows and Activities, configuring Workers, and starting Workflows. It also outlines support for advanced Temporal features and production-ready capabilities, along with links to examples and the SDK's GitHub repository.




