Quick/Nimble
A Matcher Framework for Swift and Objective-C observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 80
- Release rhythm 47
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 31
- age_days: 4449
- days_rel: 278
- days_push: 121
- n_releases_24m: 8
Adoption not part of the score
4838 stars · 607 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Nimble is a matcher framework for Swift and Objective-C that lets developers express expected outcomes of expressions with readable assertions like expect(x).to(equal(y)). It supports asynchronous expectations and pairs naturally with the Quick BDD testing framework.
Use cases
- write readable test assertions in Swift
- assert asynchronous values with toEventually
- use BDD-style matchers in Objective-C tests
- get clear failure messages from failing tests
- compare floating point values with beCloseTo
- overload operators for expressive test expectations
When to choose
- you write Swift or Objective-C unit tests and want expressive matchers
- you use the Quick BDD framework and need a matching assertion library
- you need to test asynchronous behavior with eventually-style expectations
When to avoid
- you prefer plain XCTest assertions without extra dependencies
- your project is not in the Apple/Swift ecosystem
- you need a full BDD spec framework rather than just matchers
Facets
library · maturity stable
testing e2e-testing testing developer-tools mobile-development cross-platform bdd matcher-framework assertions asynchronous-expectations objective-c unit-testing swift macos ios
2 sources
- readme: https://github.com/Quick/Nimble · fetched 2026-08-28 · 4d72d289753d
- homepage: https://quick.github.io/Nimble/documentation/nimble/ · fetched 2026-08-29 · c9d659cb806f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Quick/Nimble | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem