Skip to content
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

[SR-1778] SDK-version platform configuration test #44387

Open
an0 mannequin opened this issue Jun 15, 2016 · 1 comment
Open

[SR-1778] SDK-version platform configuration test #44387

an0 mannequin opened this issue Jun 15, 2016 · 1 comment
Labels
compiler The Swift compiler in itself feature A feature request or implementation swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal

Comments

@an0
Copy link
Mannequin

an0 mannequin commented Jun 15, 2016

Previous ID SR-1778
Radar http://www.openradar.me/26895983
Original Reporter @an0
Type New Feature
Additional Detail from JIRA
Votes 1
Component/s Compiler
Labels New Feature, LanguageFeatureRequest
Assignee None
Priority Medium

md5: bcd3058f156ecb4f2dc3b70382fb688a

Issue Description:

I know we have Availability Condition but I think we also need a compile-time peer. Reason:
While the new SDK is still beta (like now iOS 9 -> iOS 10) developers need to try new SDK and update code asap on one hand, but still need to use current release version of Xcode to maintain and update released version of their apps on the other hand. The incompatibility between SDKs makes it very hard to reconcile these two goals. Refer to [SR-1767] as an example.

@belkadan
Copy link
Contributor

This would need to go through the Swift Evolution Process. In this particular case, you can use #if swift(>=2.3) to get the same effect.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal and removed new feature labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself feature A feature request or implementation swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
Projects
None yet
Development

No branches or pull requests

2 participants