Skip to content

[Frontend] Add ExtensibleAttribute to guard use of @extensible at… #81073

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 25, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Apr 24, 2025

…tribute

Guard against condfails when older compilers get a swift interface that uses @extensible attribute. The attribute itself doesn't have any effect in swift interfaces yet since all of the public enums are already resilient in that mode.

@xedin xedin closed this Apr 24, 2025
@xedin xedin reopened this Apr 24, 2025
xedin added 2 commits April 24, 2025 12:09
…tribute

Guard against condfails when older compilers get a swift interface
that uses `@extensible` attribute. The attribute itself doesn't
have any effect in swift interfaces yet since all of the public
enums are already resilient in that mode.
@xedin
Copy link
Contributor Author

xedin commented Apr 24, 2025

@swift-ci please test

@xedin xedin merged commit 30a72ab into swiftlang:main Apr 25, 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.

2 participants