# ReactKit/SwiftTask

Promise + progress + pause + cancel + retry for Swift.

Repository: https://github.com/ReactKit/SwiftTask
Canonical: https://ross.abutalabs.com/products/swifttask
Language: Swift
License: MIT
License Family: permissive
Last push: 2019-04-15T03:23:50+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4393, "days_push": 2697, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1922, forks 175 (observed 2026-08-28T04:05:55.286484+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency, error-handling
- domain: developer-tools, mobile-development
- platform: -
- tags: promise, async-tasks, progress-tracking, cancellation, retry, swift, ios, macos

## Member repositories
- ReactKit/SwiftTask (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.286484+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:39.903381+00:00, confidence not recorded.
  - readme: https://github.com/ReactKit/SwiftTask (fetched 2026-08-28T04:05:55.286484+00:00, sha 624a55218741)
- Data as of 2026-08-30T08:39:29.467469+00:00.
