SwiftValidatorCommunity/SwiftValidator
A rule-based validation library for Swift 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: 4304
- days_rel: n/a
- days_push: 1926
- n_releases_24m: 0
Adoption not part of the score
1438 stars · 366 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftValidator is a rule-based validation library for Swift, primarily used to validate UITextField inputs in iOS apps. It evaluates registered fields against a sequence of rules (required, email, length, confirmation, regex) and reports validation errors, optionally via error labels.
Use cases
- validate form inputs in an iOS app
- check email and required fields in Swift
- add rule-based text field validation to UIKit forms
- confirm password and email fields match in Swift
- show inline error labels for invalid form fields
- validate zip codes and phone numbers with regex rules
When to choose
- you are building an iOS/UIKit app in Swift and need declarative text field validation
- you want built-in rules like required, email, min length, and confirmation with custom error messages
When to avoid
- you are building for SwiftUI or non-Apple platforms
- you need a library with recent releases or active maintenance
- you need validation beyond UITextField-centric form input
Facets
library · maturity maintenance
form-handling mobile-development swift validation-rules uitextfield cocoapods carthage ios mobile
1 source
- readme: https://github.com/SwiftValidatorCommunity/SwiftValidator · fetched 2026-08-28 · 7eb26bad1522
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SwiftValidatorCommunity/SwiftValidator | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="SwiftValidatorCommunity/SwiftValidator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem