Skip to content

CrashReportKit v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@infinitepower18 infinitepower18 released this 09 Aug 22:24
· 1 commit to main since this release
2cacf58

CrashReportViewer is now CrashReportKit, reflecting its broader focus on turning Apple’s low-level CrashedProcess into persistent, human-readable JSON reports without requiring developers to implement thread inspection, stack unwinding, report formatting, or storage themselves. The underlying APIs are now provided by CrashReportKit, while the optional SwiftUI viewer and crash-processing integration are available separately as CrashReportKitUI and CrashReportKitExtension.

A macOS Inspector has also been released for symbolicating CrashReportKit reports.