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

Update Swift SDK nomenclature #6678

Merged
merged 1 commit into from Jul 7, 2023
Merged

Conversation

MaxDesiatov
Copy link
Member

@MaxDesiatov MaxDesiatov commented Jul 7, 2023

Introduced SwiftSDKMetadataV4 type that uses targetTriple instead of runTimeTriple. We're keeping the previous v3 schema for better error handling in case v3 schema ended up being used in the wild during Swift 5.9 development cycle. The plan is to deprecate v3 and earlier schemas in a future change.

buildTimeTriple and runTimeTriple renamed to hostTriple and targetTriple across the codebase, "destination" renamed to "Swift SDK" where possible without a broader disruption. Full renaming of the Destination type to SwiftSDK would come in a separate change to reduce the diff for this one.

`buildTimeTriple` and `runTimeTriple` renamed to `hostTriple` and `targetTriple`, destinations renamed to Swift SDKs where possible without a broader disruption. Full renaming of the `Destination` type to `SwiftSDK` would come in a separate change to reduce the diff for this one.
@MaxDesiatov
Copy link
Member Author

@swift-ci smoke test

@MaxDesiatov
Copy link
Member Author

@swift-ci test windows

@MaxDesiatov MaxDesiatov merged commit 99bab1c into main Jul 7, 2023
5 checks passed
@MaxDesiatov MaxDesiatov deleted the maxd/update-swift-sdk-nomenclature branch July 7, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants