Skip to content

Commit 3fe84f6

Browse files
Dave LesterDave Lester
authored andcommitted
Adds a link to the announcement post on the Temporal blog.
1 parent 6416583 commit 3fe84f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2025-11-10-swift-temporal-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Building reliable distributed systems requires handling failures gracefully, coo
1919

2020
Temporal is widely used for workflow orchestration across many languages. With the release of the SDK, Temporal is now available for Swift developers building production cloud services.
2121

22+
An [announcement post](https://temporal.io/blog/announcing-the-swift-temporal-sdk) is also available on the Temporal blog with more information for their developer community.
23+
2224
## Writing durable workflows in Swift
2325

2426
Durable workflows run to completion even when infrastructure fails. If your server crashes mid-execution, Temporal automatically resumes the workflow from where it left off with no lost state or manual intervention required. By bringing this capability to the Swift ecosystem, developers can focus on application logic while Temporal handles state management, retries, and recovery.

0 commit comments

Comments
 (0)