ReactKit/SwiftTask
Promise + progress + pause + cancel + retry for Swift. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4393
- days_rel: n/a
- days_push: 2697
- n_releases_24m: 0
Adoption not part of the score
1922 stars · 175 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftTask is a Swift library providing Promise-style asynchronous tasks with progress reporting, pause, resume, cancel, and retry capabilities. It wraps async work (e.g., networking with Alamofire) into composable task chains with success/failure callbacks.
Use cases
- manage async tasks with promises in swift
- track download progress in ios
- cancel or pause long-running swift tasks
- retry failed async operations in swift
- wrap alamofire requests in a promise-like task
When to choose
- you need promise-style async handling with progress and cancellation in Swift
- you want retryable and pausable async tasks on iOS/macOS
When to avoid
- you use Swift Concurrency (async/await), which is now the standard
- you need an actively maintained library - the latest release is from 2019
Facets
library · maturity maintenance
concurrency error-handling developer-tools mobile-development promise async-tasks progress-tracking cancellation retry swift ios macos
1 source
- readme: https://github.com/ReactKit/SwiftTask · fetched 2026-08-28 · 624a55218741
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactKit/SwiftTask | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ReactKit/SwiftTask")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem