Skip to content

Commit 2877d7b

Browse files
committed
Remove duplicate link
1 parent 30ed97b commit 2877d7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Temporal workflows are particularly valuable for handling multi-step coordinatio
4040

4141
Modern distributed systems face common challenges: coordinating multiple services, handling partial failures, ensuring consistency across operations, and managing long-running processes. Traditional approaches require building custom retry logic, state machines, and coordination mechanisms. Temporal provides a platform that handles these concerns, allowing you to focus on your business logic.
4242

43-
Temporal has also published a [blog post](https://temporal.io/blog/announcing-the-swift-temporal-sdk) detailing the introduction of the Temporal Swift SDK highlighting the unique advantages this brings to Swift developers building distributed systems.
44-
4543
## Getting started
4644

4745
To get started with the Temporal Swift SDK, explore its [documentation](https://swiftpackageindex.com/apple/swift-temporal-sdk/main/documentation/temporal) which provides detailed guides for implementing workflows and activities. The repository also includes a rich collection of [example projects](https://github.com/apple/swift-temporal-sdk/tree/main/Examples), demonstrating the SDK's capabilities across different use cases from simple task orchestration to complex multi-step business processes.

0 commit comments

Comments
 (0)