Skip to content

Commit 7e02282

Browse files
Update _posts/2025-11-10-swift-temporal-sdk.md
Co-authored-by: Tim Sneath <[email protected]>
1 parent aa545be commit 7e02282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ featured-image-dark:
1313
alt: 'Featured blog image with the diagram of a Temporal workflow'
1414
---
1515

16-
The [Temporal Swift SDK](https://github.com/apple/swift-temporal-sdk) is now available as an open source project. This Swift package enables you to build reliable distributed systems using Temporal’s durable execution platform.
16+
The [Temporal Swift SDK](https://github.com/apple/swift-temporal-sdk) is now available as an open source project.
1717

1818
Building reliable distributed systems requires handling failures gracefully, coordinating complex workflows across multiple services, and ensuring long-running processes complete successfully. Rather than develop these resiliency features into every application or service you develop, Temporal offers the pattern of a __workflow__. Workflows encapsulate your code so it runs durably and handles many common failure scenarios.
1919

0 commit comments

Comments
 (0)