Skip to content

Conversation

@tshortli
Copy link
Contributor

  • Swiftify: Fix an unused variable warning
  • ASTGen: Work around a retroactive conformance bug in Swift 6.2
  • ASTGen: Fix an implicit pointer conversion warning
  • ASTGen: Remove an unnecessary try

@tshortli
Copy link
Contributor Author

@tshortli tshortli requested review from kubamracek and removed request for CodaFi, Xazax-hun, bnbarham, hamishknight, hnrklssn and rintaro October 26, 2025 19:14
@tshortli tshortli enabled auto-merge October 26, 2025 19:15
The Swift 6.2 compiler emits spurious warnings about retroactive conformances
to protocols that are inherited through a protocol that is written module
qualified in the inheritance clause. Suppress the warnings by making the
inherited conformances explicit and module qualified.
@tshortli
Copy link
Contributor Author

@swift-ci please smoke test

@tshortli tshortli merged commit 43e9bcb into swiftlang:main Oct 27, 2025
3 checks passed
@tshortli tshortli deleted the fix-more-warnings branch October 27, 2025 15:05
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.

1 participant