Swiftpack.co - swift-server/swift-backtrace as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by swift-server.
swift-server/swift-backtrace 1.3.4
💥 Backtraces for Swift on Linux and Windows
⭐️ 289
🕓 29 weeks ago
.package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.3.4")

Backtrace

This Swift package provides support for automatically printing crash backtraces of Swift programs.

The library is designed to fill a gap in backtraces support for Swift on non-Darwin platforms. When this gap is closed at the language runtime level, this library will become redundant and be deprecated.

Usage

Note: You do not need this library on Linux as of Swift 5.9, which has built-in backtracing support.

Add https://github.com/swift-server/swift-backtrace.git as a dependency in your Package.swift.

Crash backtraces

In your main.swift, do:

import Backtrace

// Do this first
Backtrace.install()

Finally, for Swift < 5.2, make sure you build your application with debug symbols enabled. Debug symbols are automatically included for Swift 5.2 and above.

$ swift build -c release -Xswiftc -g

When your app crashes, a stacktrace will be printed to stderr.

Security

Please see SECURITY.md for details on the security process.

Acknowledgements

Ian Partridge (GitHub, Twitter) the original author of this package.

Johannes Weiss (GitHub, Twitter) for the signal handling code.

Saleem Abdulrasool (GitHub, Twitter) for the Windows port.

GitHub

link
Stars: 289
Last commit: 9 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

SwiftBacktrace 1.3.4
29 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/swift-server/swift-backtrace/compare/1.3.3...1.3.4

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics