# luoxiu/Schedule

Schedule timing task in Swift using a fluent API. (A friendly alternative to Timer)

Repository: https://github.com/luoxiu/Schedule
Canonical: https://ross.abutalabs.com/products/luoxiu-schedule
Language: Swift
License: MIT
License Family: permissive
Topics: timer, human
Last push: 2026-03-12T01:32:09+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 71, release rhythm 8, longevity 100
- inputs: {"age_days": 2984, "days_push": 175, "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 1819, forks 113 (observed 2026-08-28T04:05:40.775222+00:00)

## What it is
Schedule is a Swift library for scheduling timing tasks using an elegant, fluent API, serving as a friendly alternative to Timer. It supports interval-based and date-based plans, natural language parsing, batch task management, and execution history.

## Use cases
- run a task every 5 seconds in Swift
- schedule a job at a specific date and time
- parse natural language schedule strings like 'every one hour and ten minutes'
- manage and cancel batches of timed tasks
- suspend and resume recurring timers
- replace Timer with a more expressive scheduling API

## When to choose
- you need expressive interval or date-based scheduling in Swift
- you want natural language schedule parsing
- you need task management features like suspend, resume, and execution history

## When to avoid
- you need distributed or persistent job scheduling across servers
- your project is not in the Swift/Apple ecosystem
- you only need a simple one-shot timer with no extra features

## Facets
- artifact type: library
- maturity: active
- function: scheduling, developer-tools
- domain: developer-tools
- platform: -
- tags: timer, fluent-api, natural-language-parsing, task-scheduler, swift-package, automation, swift, ios, macos

## Member repositories
- luoxiu/Schedule (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.775222+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:20:02.126148+00:00, confidence not recorded.
  - readme: https://github.com/luoxiu/Schedule (fetched 2026-08-28T04:05:40.775222+00:00, sha 6a567cd800e7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
