stackotter / swift-bundler

An Xcodeproj-less tool for creating cross-platform Swift apps.

Home Page:https://swiftbundler.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal crashes have no useful output

stackotter opened this issue · comments

Add swift-backtrace so that a backtrace is printed on crash.

In the rewrite there is no force unwrapping, array indexing or multithreading so it is quite unlikely that fatal crashes will occur. Therefore backtraces aren't really needed. As well as this, swift-backtrace only supports Linux and Windows and I couldn't even get it working on Linux.