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

wickwirew/Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties. observed · 2026-08-28

github.com/wickwirew/Runtime · Swift · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3225
  • days_rel: n/a
  • days_push: 820
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1162 stars · 95 forks observed · 2026-08-28

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

A Swift runtime reflection library that exposes type metadata, dynamic property getting/setting, instance construction, and function metadata for native Swift types. It works typelessly with structs, classes, enums, tuples, and protocols.

Use cases

  • inspect Swift type metadata at runtime
  • dynamically get and set properties on objects
  • construct instances of structs and classes dynamically
  • serialize and deserialize objects via reflection
  • introspect function signatures and argument types
  • build generic mapping or ORM-like tooling in Swift

When to choose

  • you need reflection capabilities Swift lacks natively
  • building serialization, mapping, or dependency injection frameworks in Swift
  • working on iOS/macOS apps needing dynamic property access

When to avoid

  • you only need Codable for serialization
  • performance-critical hot paths where reflection overhead matters
  • targeting platforms outside Apple ecosystems

Facets

library · maturity maintenance

serialization developer-tools developer-tools programming-languages cross-platform reflection runtime-metadata swift type-info dynamic-properties ios macos

1 source

Member repositories

RepositoryRoleHealth v2
wickwirew/Runtimemain23

For agents

markdown · JSON · MCP: product_card(name="wickwirew/Runtime")

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