DrString icon indicating copy to clipboard operation
DrString copied to clipboard

Update SwiftSyntax to 6.0.1

Open kirillyakimovich opened this issue 5 months ago • 0 comments

The main goal is to make it aware of typed throws (that were implemented into 6.0), as currently E013 is triggered on something like this:

    /// - returns: Something
    func doAThing() async throws(E) -> R

kirillyakimovich avatar Jul 29 '25 13:07 kirillyakimovich