There is a runtime crash in my project, but the complete stack trace is not being printed; some frames in between are getting omitted, as in even raw addresses are not being printed.
Unfortunately it looks like all the information that is useful to me is in this omitted portion. How do I get around this?
You can set the SWIFT_BACKTRACE environment variable to limit=none to see all frames. That should help you find what you’re missing. More info & options here: swift/docs/Backtracing.rst at main · swiftlang/swift · GitHub
SWIFT_BACKTRACE
limit=none