Swift 6 has a bunch of changes that will change the way we will use Swift in the future, with some of them being breaking changes. Wouldn’t it be handy if we could try out some of these upcoming features ahead of their release, so we can evaluate the impact they will have on our codebase and can start amending our code already? Good news: there is! With SE-0362 having been implemented in Swift 5.8, we can now opt-in into certain Swift features ahead of their release, given they’ve been al...