Closed ianpartridge closed 5 years ago
cc: @ktoso.
Btw, I do consider all the current API to be totally inadequate. I just want to ship functionality people need ASAP then we can think carefully about what API we want long-term.
e.g. at a bare minimum we probably also want public static func print<Target>(to output: inout Target) where Target : TextOutputStream
but that means a bit more work wiring the libbacktrace
output through to a TextOutputStream
.
Released https://github.com/ianpartridge/swift-backtrace/releases/tag/1.1.0 with this.
Fixes #14.