diff --git a/_posts/2025-03-31-swift-6.1-released.md b/_posts/2025-03-31-swift-6.1-released.md index dc9096595..55e68247e 100644 --- a/_posts/2025-03-31-swift-6.1-released.md +++ b/_posts/2025-03-31-swift-6.1-released.md @@ -71,7 +71,7 @@ let messages = await withTaskGroup { group in } ``` -The approachability of data-race safety remains an area of active development; you can find an overview of the approach in the [vision document for improving the approachability of data-race safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/approachable-concurrency.md). Many Swift Evolution proposals implementing the features described in the vision document are under active review, and your feedback will help shape will help shape these improvements. +The approachability of data-race safety remains an area of active development; you can find an overview of the approach in the [vision document for improving the approachability of data-race safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/approachable-concurrency.md). Many Swift Evolution proposals implementing the features described in the vision document are under active review, and your feedback will help shape these improvements. ### Implementing Objective-C types in Swift @@ -104,7 +104,7 @@ let subsequences = numbers.split( In addition to improved development ergonomics, code generation tools like plugins and macros can be simplified, because generating a comma-separated list no longer needs a special condition for the last element. -You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution)process and implemented in Swift 6 on the [Swift Evolution dashboard](/swift-evolution/#?version=6.1). +You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and implemented in Swift 6 on the [Swift Evolution dashboard](/swift-evolution/#?version=6.1). ## Package and build improvements