drmohundro/SWXMLHash
Simple XML parsing in Swift observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 80
- Release rhythm 16
- 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: 142.5
- age_days: 4438
- days_rel: 428
- days_push: 125
- n_releases_24m: 3
Adoption not part of the score
1468 stars · 209 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SWXMLHash is a Swift library that provides simple XML parsing by wrapping Apple's XMLParser and converting XML into a hash-like structure of dictionaries and arrays. Its API is inspired by SwiftyJSON, enabling concise, chainable access to XML elements.
Use cases
- parse xml in swift
- convert xml to dictionary in swift
- read rss or atom feeds in an ios app
- parse xml config files in a macos app
- query xml elements with a swifty syntax
- deserialize xml responses from an api
When to choose
- you need lightweight, simple XML parsing in Swift without heavy dependencies
- you want a SwiftyJSON-style API for navigating XML
- you need support for iOS, macOS, tvOS, and watchOS
- you prefer a wrapper over the verbose XMLParser delegate API
When to avoid
- you need full-featured XML processing such as XSLT, XPath, or schema validation
- you are working in a non-Swift language
- you need extremely high-performance streaming of very large XML documents
- you need XML writing/serialization, not just parsing
Facets
library · maturity stable
parser serialization parsers developer-tools cross-platform cross-platform xml swift xmlparser-wrapper swiftyjson-inspired cocoapods swift-package-manager ios macos
1 source
- readme: https://github.com/drmohundro/SWXMLHash · fetched 2026-08-28 · ba5cbc4f263e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| drmohundro/SWXMLHash | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="drmohundro/SWXMLHash")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem