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-3965] Implement SE-0152 Package Manager Tools Version #5105

Closed
rballard opened this issue Feb 15, 2017 · 1 comment
Closed

[SR-3965] Implement SE-0152 Package Manager Tools Version #5105

rballard opened this issue Feb 15, 2017 · 1 comment

Comments

@rballard
Copy link
Contributor

Previous ID SR-3965
Radar rdar://problem/30540133
Original Reporter @rballard
Type New Feature
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels New Feature
Assignee None
Priority Medium

md5: 80305011b06767fe12d75e7041ef77c4

Issue Description:

This tracks implementing the SE-0152 Package Manager Tools Version proposal.

Proposal is here: https://github.com/apple/swift-evolution/blob/master/proposals/0152-package-manager-tools-version.md

This proposal introduces a "Swift tools version" which is declared for each Swift package. The tools version declares the minimum version of the Swift tools required to use the package, determines what version of the PackageDescription API should be used in the Package.swift manifest, and determines which Swift language compatibility version should be used to parse the Package.swift manifest.

This feature shall be added to Swift 3.1, to allow packages to manage the transition from Swift 3 to Swift 4 compatibility.

@ankitspd
Copy link
Member

This was done in these PRs for swift-3.1-branch:
#954
#956
#957
#958

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants