Skip to content

[AST] Temporarily downgrade value generic redeclaration to warning #81104

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 2 commits into from
Apr 26, 2025

Conversation

Azoy
Copy link
Contributor

@Azoy Azoy commented Apr 25, 2025

Due to a newer compiler attempting to compile an older stdlib interface, we're seeing a build failure compiling a version of InlineArray that still has the static property with the same name as the generic argument. Temporarily downgrade this until that version of the stdlib interface has been updated with the removal of the static property.

Resolves: rdar://149763839

@Azoy
Copy link
Contributor Author

Azoy commented Apr 25, 2025

@swift-ci please smoke test

@Azoy
Copy link
Contributor Author

Azoy commented Apr 26, 2025

@swift-ci please smoke test macOS

@MaxDesiatov MaxDesiatov merged commit bb84882 into swiftlang:main Apr 26, 2025
3 checks passed
@Azoy Azoy deleted the value-generic-namelookup-warning branch April 26, 2025 22:55
Azoy pushed a commit to Azoy/swift that referenced this pull request May 6, 2025
…-warning

[AST] Temporarily downgrade value generic redeclaration to warning
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.

2 participants