diff --git a/Sources/D2/D2.swift b/Sources/D2/D2.swift index b6525b2a..37bf5352 100644 --- a/Sources/D2/D2.swift +++ b/Sources/D2/D2.swift @@ -26,7 +26,7 @@ struct D2: ParsableCommand { var initialPresence: String? func run() throws { - #if DEBUG + #if DEBUG && swift(<5.9) Backtrace.install() #endif