Skip to content

[6.1][NFC] CHANGELOG: Log new existential any diagnostic behavior #79654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

## Swift 6.1

* [#78389][]:
Errors pertaining to the enforcement of [`any` syntax][SE-0335] on boxed
protocol types (aka existential types), including those produced by enabling
the upcoming feature `ExistentialAny`, are downgraded to warnings until a
future language mode.

These warnings can be escalated back to errors with `-Werror ExistentialAny`.

* Projected value initializers are now correctly injected into calls when
an argument exactly matches a parameter with an external property wrapper.

Expand Down Expand Up @@ -10714,4 +10722,5 @@ using the `.dynamicType` member to retrieve the type of an expression should mig
[#56139]: <https://github.com/apple/swift/issues/56139>
[#70065]: <https://github.com/apple/swift/pull/70065>
[#71075]: <https://github.com/apple/swift/pull/71075>
[#78389]: <https://github.com/swiftlang/swift/pull/78389>
[swift-syntax]: https://github.com/apple/swift-syntax