Skip to content

Sema: Allow unavailable stored properties in swiftinterfaces #79428

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

Conversation

tshortli
Copy link
Contributor

In a swiftinterface a declaration could be unavailable because it was written in source with an @_spi_available attribute so it isn't possible to safely reject unavailable stored properties in that context.

Resolves rdar://144958440.

In a swiftinterface a declaration could be unavailable because it was written
in source with an `@_spi_available` attribute so it isn't possible to safely
reject unavailable stored properties in that context.

Resolves rdar://144958440.
@tshortli
Copy link
Contributor Author

@swift-ci please smoke test

@tshortli tshortli enabled auto-merge February 17, 2025 05:05
@tshortli tshortli merged commit 2852c59 into swiftlang:main Feb 17, 2025
3 checks passed
@tshortli tshortli deleted the accept-unavailable-stored-properties-in-swiftinterfaces branch February 17, 2025 15:50
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