Kirill Yakimovich

Results 2 issues of Kirill Yakimovich

The main goal is to make it aware of [typed throws](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0413-typed-throws.md) (that were implemented into 6.0), as currently E013 is triggered on something like this: ``` /// - returns: Something...

[Introduction](https://forums.swift.org/t/pitch-weak-let/79271) of weak let additionally added new checks, so the existing pattern warns that weakTarget will never have new value assigned by programmer. Switching to capture list to get rid...