• This repository has been archived on 06/Jul/2024
  • Stars
    star
    431
  • Rank 100,866 (Top 2 %)
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created about 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crash capturing library for Apple platforms

Github CI

Impact

Impact is a crash detection and recording library for Apple platforms. It is not a full crash reporting system. But, it could be the core of one. Its design goals are:

  • Improve understanding of crash reporting systems
  • Support for all Apple platforms
  • Reliablity
  • Accuracy
  • Simplicity
  • Fun

Current feature set:

  • Mach Exceptions
  • UNIX signals
  • NSExceptions (including from within AppKit)
  • Frame pointer-based stack unwinding
  • Partial compact unwind support for x86_64 and arm64
  • Partial DWARF CFI support for x86_64 and arm64

Impact uses a text-based log format. While the format itself is stable, the contents are still unstable. It is designed to be simple, while still making both debugging and parsing possible in the face of crash-time failure.

Isn't Crash Reporting a Solved Problem?

In-process crash reporting is just terrible. The mechanisms available for crash event detection, UNIX signals and Mach exceptions, are complex, buggy, and are not capable of capturing all kinds of failures. On top of that, the enviroment in which a crash reporter needs to run is extraordinarily hostile. It's just messy business.

Apple has had all of the device-side pieces in place to produce a world-class crash reporting system for a long time. While they have the reporting side down, the developer experience (analysis, presentation, investigative tools) leaves a lot to be desired. This has kept 3rd-party reporting services essential for the vast majority of app developers. Apple's system also doesn't work for macOS apps outside the App Store, which is disappointing.

My sincere hope is that Apple addresses these limitations so we can all stop this foolishness once and for all.

But, for now, in-process reporting is a necessary component for most developers. There are many trade-offs and design decisions that dramatically affect the qualities of a reporting system. Understanding those trade-offs, and being explicit about choices that affect them is one of the goals of this project.

Also, crash reporting is just a fun and fascinating problem. It tends to be very commonly used and very poorly understood. I think the Apple development community could benefit a lot from a more in-depth understanding of the area.

Can I Use Impact in my App?

You must keep in mind that Impact only captures information about crash events. It does not have any facilities for transmitting those events back to you or translating them into human-readable versions. A full reporting system requires a little more work. Here are a few options:

  • Impact on its own, with full control over how you produce and consume reports
  • Integrate with Wells for report transmission and management
  • MetricKit crash reporting with graceful fallback via Meter and ImpactMeterAdapter

Relationship to Crashlytics

I worked at Crashlytics for many years. During my time there, I briefly worked with PLCrashReporter before starting from scratch and building a completely custom system. I spent a considerable amount of time there analyzing and understanding the failure modes of in-process crash reporting. That work shaped most of the design of the Crashlytics SDK, though things might have changed since I left.

Impact does share many of those design philosophies. It's hard to unsee solutions, sometimes. But, it's primarily because I believe those core design concepts are the best approach.

Contributing

It would be wonderful to see contributions. If you'd like to work on something, the safest bet is to open an issue or PR first. That way, we can discuss the changes before you spend too much time working.

There is absolutely no experience/knowledge requirement. Interest is all you need, I am happy to help.

Suggestions or Feedback

We'd love to hear from you! Get in touch via an issue or pull request.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

More Repositories

1

Neon

A Swift library for efficient, flexible content-based text styling
Swift
320
star
2

Chime

An editor for macOS
Swift
303
star
3

SwiftTreeSitter

Swift API for the tree-sitter incremental parsing system
Swift
264
star
4

ConcurrencyPlus

Utilities for working with Swift Concurrency
Swift
253
star
5

Meter

Library for interacting with MetricKit
Swift
217
star
6

OperationPlus

NSOperation's missing pieces
Swift
128
star
7

SwiftLSPClient

A Swift library for interacting with Language Server Protocol implementations
Swift
103
star
8

LanguageClient

Language Server Protocol (LSP) client for Swift
Swift
96
star
9

TextStory

Happier, more flexible NSTextStorage
Swift
92
star
10

Rearrange

Swift library for working with ranges types: NSRange, IndexSet, and String.Index
Swift
69
star
11

WindowTreatment

Tools for happier work with NSWindow
Swift
63
star
12

LanguageServerProtocol

Swift library for working with Language Server Protocol (LSP)
Swift
56
star
13

ChimeKit

Framework for building Chime extensions
Swift
49
star
14

TextViewPlus

Make life better with NSTextView+TextKit 1/2
Swift
46
star
15

OAuthenticator

OAuth 2.0 request authentication
Swift
46
star
16

TextFormation

Rules system for live typing completions
Swift
46
star
17

Extendable

A set of utilities for more pleasant work with ExtensionKit
Swift
43
star
18

Wells

A lightweight diagnostics report submission system
Swift
40
star
19

AsyncXPCConnection

Concurrency support for NSXPCConnection
Swift
40
star
20

ProcessService

Host an executable within an XPC service
Swift
39
star
21

UITestingPlus

Utilities for working with XCUI testing
Swift
38
star
22

KeyCodes

AppKit Carbon key codes to UIKey-compatible enums
Swift
35
star
23

MeterReporter

Lightweight MetricKit-based diagnostics reporting
Swift
33
star
24

NicerTouchBar

Utilities for a more pleasant NSTouchBar development experience
Swift
33
star
25

TextViewBenchmark

A suite of performance tests for macOS text views
Swift
32
star
26

Flexer

Lexing library for Swift
Swift
31
star
27

ContainedDocument

Nested NSDocuments
Swift
26
star
28

JSONRPC

Swift library for JSON-RPC
Swift
25
star
29

ProcessEnv

Capture the shell environment of a Foundation app
Swift
25
star
30

ThemePark

A Swift library for working with syntax highlighting/IDE themes
Swift
25
star
31

Glyph

Make life with TextKit better
Swift
24
star
32

Dusk

Micro-framework to aid in supporting Dark Mode on macOS
Swift
21
star
33

ScrollViewPlus

A more pleasant NSScrollView experience
Swift
16
star
34

Background

Background Tasks and Networking
Swift
16
star
35

Welp

Tooling for macOS help books
Swift
15
star
36

XPCConnectionSession

Backwards-compatible implementation of XPCSession
Swift
13
star
37

EditorConfig

A Swift library for working with .editorconfig files
Swift
13
star
38

GlobPattern

Swift package to parse and evaluate glob patterns
Swift
13
star
39

Outline

Lazy SwiftUI wrapper for NSOutlineView
Swift
12
star
40

LanguageServer

Language Server Protocol server infrastructure for Swift
Swift
11
star
41

ImpactMeterAdapter

Impact crash reports as a Meter diagnostic source
Swift
11
star
42

Gramophone

Swift library for working with Extended Backus–Naur Form (EBNF) notation and grammars.
Swift
11
star
43

CoreSymbolication

Headers and package for CoreSymbolication
Swift
11
star
44

Ligature

Text selection, grouping, indentation, and manipulation in Swift
Swift
10
star
45

ViewPlus

Make working with NSView more pleasant
Swift
10
star
46

UnifiedLoggingPlus

Micro-framework for making OSLog more pleasant
Swift
10
star
47

Textbook

Easier text views and SwiftUI
Swift
10
star
48

chime-swift

A Chime extension for Swift
Swift
9
star
49

SwiftCoreSymbolication

Swift wrappers for CoreSymbolication
Swift
9
star
50

DebugAdapterProtocol

Swift library for working with Debug Adapter Protocol (DAP)
Swift
8
star
51

SourceView

A TextKit 2 `NSTextView` subclass built specifically to work with source code
Swift
7
star
52

RelativeCollections

Swift collection types that support efficient storage of order-relative values.
Swift
7
star
53

IBeam

A Swift library for multi-cursor support
Swift
7
star
54

paddleapi

Go implementation of the Paddle API
Go
6
star
55

MetricKitViewer

A really simple app for viewing MetricKit payloads
Swift
5
star
56

Lowlight

A simple syntax processing system that prioritizes latency over correctness
Swift
5
star
57

chime-ruby

A Chime extension for Ruby
Swift
4
star
58

chime-rust

A Chime extension for Rust
Swift
4
star
59

STTextView-Plugin-TextFormation

Source Code Typing Completions
Swift
4
star
60

gogsym

Go library for reading GSYM files
Go
3
star
61

chime-markdown

A Chime extension for Markdown
3
star
62

LanguageServerScripts

A collection of standardized scripts for managing LSP language servers with a Swift API
Shell
3
star
63

chime-elixir

A Chime extension for Elixir
Swift
2
star
64

binarycursor

Go binary data reader
Go
2
star
65

chime-python

A Chime extension for Rust
Swift
2
star
66

chime-go

A Chime extension for Go
Swift
1
star
67

chime-clojure

A Chime extension for Clojure
Swift
1
star
68

marpa-xcframework

XCFramework wrapper for libmarpa
C
1
star
69

Borderline

System for working with text line numbers in Swift
Swift
1
star