From 18f5346c110b266804f81c765b2f3a99772af506 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Thu, 7 Sep 2023 11:57:54 +0100 Subject: [PATCH] Remove promise of a future blog post. --- _posts/2023-08-29-swift-5.9-released.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2023-08-29-swift-5.9-released.md b/_posts/2023-08-29-swift-5.9-released.md index f2ddbbcb1..06a5a9411 100644 --- a/_posts/2023-08-29-swift-5.9-released.md +++ b/_posts/2023-08-29-swift-5.9-released.md @@ -97,8 +97,6 @@ On Linux, the Swift runtime will now catch program crashes and Swift runtime err This feature is also available on macOS, although there it is disabled by default (it can be enabled by setting `SWIFT_BACKTRACE=enable=yes`) and you need to ensure that your program is signed with the `com.apple.security.get-task-allow` entitlement. -A more detailed blog covering this feature will be published soon. - ### Debugging In Swift 5.9, we introduced a couple of new features to [LLDB](https://lldb.llvm.org/) and the Swift compiler aimed at making Swift debugging faster and more reliable.