Include swift-backtrace-static, from the swift static SDK, alongside the binary when it's copied into the container in order to allow the container to capture stack traces on a crash and report them.
I'm tempted to ask for a way to set a default environment variable (SWIFT_BACKTRACE) on the container as well, but the permutations get large for the docs of that feature, and that can be set at runtime as well, so I'm not certain it's nearly as critical as just enabling the binary to capture the stack traces.