Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _posts/2023-08-29-swift-5.9-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down