Ross ROSS = Recommend OSS · open-source software intelligence for agents

Brightify/Cuckoo

Boilerplate-free mocking framework for Swift! observed · 2026-08-28

github.com/Brightify/Cuckoo · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 95
  • Release rhythm 83
  • 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: 41
  • age_days: 3886
  • days_rel: 35
  • days_push: 35
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

1742 stars · 199 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Cuckoo is a boilerplate-free mocking framework for Swift, using a compile-time code generator (Cuckoonator/build plugin) to create mock classes and a Mockito-inspired runtime DSL. It supports mocking protocols and classes via inheritance, with stubbing and matchers for unit tests.

Use cases

  • mock swift protocols and classes in unit tests
  • stub method calls with mockito-style syntax
  • generate mocks automatically at build time
  • test ios app code with mocked dependencies
  • verify method calls with matchers in swift tests

When to choose

  • you write Swift unit tests and want Mockito-like mocking without boilerplate
  • your project uses protocols or class hierarchies that can be mocked via inheritance
  • you use SwiftPM or CocoaPods and want build-plugin mock generation

When to avoid

  • you need to mock structs, final/private members, or static methods
  • you prefer runtime reflection-based mocking without code generation
  • your project targets platforms below iOS 13/macOS 10.15

Facets

library · maturity active

testing mocking testing developer-tools mobile-development cli swift unit-testing mockito-style stubbing code-generation cocoapods spm ios macos

1 source

Member repositories

RepositoryRoleHealth v2
Brightify/Cuckoomain92

For agents

markdown · JSON · MCP: product_card(name="Brightify/Cuckoo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem