Automatically update if let and guard let for Swift 5.7
If you've seen the WWDC What's new in Swift? video, you've likely seen the updates to the if let and guard let syntax. Prior to Swift 5.7, it was common to unwrap an Optional variable and assign to a variable with the same name: guard let self = self else