Community
Open Source
Tools and libraries we've built and shared with the developer community.
HealthKit Run Generator
A Swift Package for generating realistic HealthKit running workout data β outdoor runs with GPS routes and indoor treadmill runs with accurate physiological metrics. Built for developers who need real-looking test data without going for a run.
Outdoor & Indoor Runs GPS routes with elevation, treadmill simulation with incline profiles
Physiological Accuracy Heart rate curves, cadence, pace splits β all following real exercise physiology
5 Run Profiles Easy, tempo, interval, long run, and race β each with calibrated metrics
Deterministic Seeds Reproducible output for snapshot testing and CI pipelines
Training Plans 4-week periodized cycles with progressive overload and recovery weeks
Batch Generation Generate hundreds of runs with seed ranges and JSON export
// Package.swift
.package(url: "https://github.com/mps/healthkit-run-generator", from: "0.1.0") More coming soon
We're working on open-sourcing more of our tools and libraries. Follow us on GitHub to stay updated.