Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2025-03-31-swift-6.1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down