#if os(Linux)
import Glibc
#endif
enum ExitHelper {
static func successfullyExit() {
// Workaround for https://github.com/apple/swift/issues/59961
Glibc.exit(0)
}