Describe the issue
Stack traces are deprecated in Vapor. Look at this PR: https://docs.vapor.codes/basics/errors/#stack-traces
Vapor version
4.106.3
Operating system and version
macOS 15.1.1 24B91 arm64
Swift version
Swift Package Manager - Swift 6.0.2-dev
Steps to reproduce
As you can see in the following PR, stack traces are no longer supported. Also, SwiftBacktrace is no longer needed because Swift 5.9 have stack traces built-in.
Outcome
No response
Additional notes
I will submit a PR later today or tomorrow if this issue is still open.