You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
The `swiftLanguageVersions` parameter is deprecated and has been replaced by `swiftLanguageModes`
### Modifications
Replace `swiftLanguageVersions` with `swiftLanguageModes`.
### Result
Swift Package Manager no longer prints a deprecation warning during the build.
### Test Plan
Built and tested the Vapor example project using the updated plugin.
0 commit comments