malcommac/SwiftLocation
⚓️ Async/Await CLLocationManager Wrapper for Apple Platforms 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4053
- days_rel: n/a
- days_push: 861
- n_releases_24m: 0
Adoption not part of the score
3423 stars · 429 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SwiftLocation is a lightweight Swift wrapper around Apple's CoreLocation framework built on the async/await concurrency model. It replaces the delegate and completion-block patterns with clean async APIs for location requests, permission handling, region/beacon monitoring, and heading tracking.
Use cases
- get the user's current location with async/await
- request location permissions in Swift
- continuously monitor user location updates
- monitor significant location changes or visits
- range iBeacons and monitor regions
- track device heading/compass direction
- mock CLLocationManager in unit tests
When to choose
- you're building an iOS/macOS/watchOS/tvOS app in Swift 5.3+ with structured concurrency
- you want a modern async/await API instead of CLLocationManager delegates
- you need one-shot location, continuous tracking, visits, beacons, or heading monitoring
- you want a testable location layer with a mocked CLLocationManager
When to avoid
- you need cross-platform (Android/Windows) location support
- your project targets Swift versions or Apple OS versions without async/await support
- you need advanced CoreLocation features the wrapper doesn't expose and prefer calling CoreLocation directly
Facets
library · maturity active
sdk concurrency mobile-development developer-tools cross-platform corelocation async-await location-services geolocation beacons swift-concurrency ios macos swift watchos tvos
1 source
- readme: https://github.com/malcommac/SwiftLocation · fetched 2026-08-28 · f3401942f47c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| malcommac/SwiftLocation | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="malcommac/SwiftLocation")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem