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

[NFC] Package.swift: fix deprecated dependency initializers #1366

Merged
merged 1 commit into from
May 23, 2023

Conversation

MaxDesiatov
Copy link
Contributor

Package dependency initializer overload with a name: argument was deprecated in recent versions of SwiftPM. Let's replace it with a non-deprecated version to fix the dependency warning.

Package dependency initializer overload with a `name:` argument was deprecated in recent versions of SwiftPM. Let's replace it with a non-deprecated version to fix the dependency warning.
@MaxDesiatov MaxDesiatov requested a review from artemcm May 22, 2023 20:42
@MaxDesiatov MaxDesiatov self-assigned this May 22, 2023
@MaxDesiatov MaxDesiatov changed the title Package.swift: fix deprecated dependency initializers [NFC] Package.swift: fix deprecated dependency initializers May 22, 2023
@MaxDesiatov MaxDesiatov added the NFC No Functional Change label May 22, 2023
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov merged commit 7838439 into main May 23, 2023
@MaxDesiatov MaxDesiatov deleted the maxd/fix-manifest-deprecations branch May 23, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NFC No Functional Change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants