Skip to content

Conversation

jckarter
Copy link
Contributor

@jckarter jckarter commented Sep 8, 2025

Explanation: Fixes a regression in the compilation of ObjC protocols conforming to Swift protocols. when increased SIL verification is enabled.

Scope: Bug fix.

Issues: #83876 | rdar://158956768.

Original PR: #84143

Risk: Low. Bug fix for a specific regression.

Testing: Swift CI

Reviewers: @slavapestov

…for initializers.

Fixes a regression caused by the `self` declaration being given a `DynamicSelfType`
even though the formal type of the enclosing function sometimes still uses the
concrete base class type.

Fixes swiftlang#83876 | rdar://158956768.
@jckarter jckarter requested a review from a team as a code owner September 8, 2025 17:54
@jckarter
Copy link
Contributor Author

jckarter commented Sep 8, 2025

@swift-ci Please test

@jckarter
Copy link
Contributor Author

jckarter commented Sep 8, 2025

@swift-ci Please test macOS

@jckarter jckarter merged commit 04ed960 into swiftlang:release/6.2 Sep 9, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants