Skip to content

[ModuleInterface] Change swift-tools-version to swift-compiler-version #25160

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 1 commit into from
May 31, 2019

Conversation

jrose-apple
Copy link
Contributor

swift-tools-version as used by SwiftPM is an actual, parsed field with semantic meaning. swift-compiler-version as used when generating module interfaces is just to record what version of the compiler generated the interface. They shouldn't have the same name.

swift-tools-version as used by SwiftPM is an actual, parsed field with
semantic meaning. swift-compiler-version as used when generating
module interfaces is just to record what version of the compiler
generated the interface. They shouldn't have the same name.
@jrose-apple jrose-apple requested a review from harlanhaskins May 31, 2019 00:35
@jrose-apple
Copy link
Contributor Author

@swift-ci Please smoke test

@jrose-apple jrose-apple merged commit d44edf4 into swiftlang:master May 31, 2019
@jrose-apple jrose-apple deleted the swift-compiler-version branch May 31, 2019 02:24
jrose-apple added a commit to jrose-apple/swift that referenced this pull request May 31, 2019
swiftlang#25160)

swift-tools-version as used by SwiftPM is an actual, parsed field with
semantic meaning. swift-compiler-version as used when generating
module interfaces is just to record what version of the compiler
generated the interface. They shouldn't have the same name.

(cherry picked from commit d44edf4)
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