# guillermomuntaner/Burritos

A collection of Swift Property Wrappers (formerly "Property Delegates")

Repository: https://github.com/guillermomuntaner/Burritos
Canonical: https://ross.abutalabs.com/products/burritos
Language: Swift
License: MIT
License Family: permissive
Topics: swift, property-wrapper, swift-package, ios, swift-package-manager, ios-swift, cocoapods, learning
Last push: 2022-10-14T08:27:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2635, "days_push": 1419, "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 1333, forks 43 (observed 2026-08-28T04:04:24.603950+00:00)

## What it is
Burritos is a collection of well-tested Swift property wrappers such as @Atomic, @Clamping, @UserDefault, @Expirable, and @UndoRedo. It is distributed via Swift Package Manager and CocoaPods for use in Swift and iOS projects.

## Use cases
- add thread-safe atomic property access in swift
- persist values to userdefaults with a property wrapper
- clamp numeric values to a range automatically
- make expirable values like tokens
- read environment variables in swift
- add undo/redo to a property

## When to choose
- you want small, modular, tested property wrappers in a Swift/iOS project
- you use Swift Package Manager or CocoaPods and want per-wrapper submodules

## When to avoid
- you need a library with recent releases or active maintenance
- you are not using Swift 5 / Xcode 11 or newer

## Facets
- artifact type: library
- maturity: maintenance
- function: concurrency, developer-tools
- domain: developer-tools, mobile-development, programming-languages
- platform: -
- tags: property-wrappers, swift-package-manager, cocoapods, utility-library, ios, swift, macos

## Member repositories
- guillermomuntaner/Burritos (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.603950+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-30T04:44:46.692902+00:00, confidence not recorded.
  - readme: https://github.com/guillermomuntaner/Burritos (fetched 2026-08-28T04:04:24.603950+00:00, sha 1a09f15391e4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
