1 Repo
Tools and libraries designed to provide observability and diagnostics for the Swift language on mobile platforms.
Distinct from Swift: Existing candidates focus on specific types like arrays or simple logging, not a full observability framework.
Explore 1 awesome GitHub repository matching mobile development · Swift Observability Frameworks. Refine with filters or upvote what's useful.
GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s
Acts as a runtime diagnostic tool for Swift applications providing real-time performance monitoring and state inspection.