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
[Workspace] Fix invalid source code generated by InitPackage. (#1846)
* [Workspace] Fix invalid source code generated by InitPackage.
The generated source code is invalid because there is an unwanted comma
at the end of Package arguments. This patch fixes this issue.
[SR-8947] swift package init generates invalid source code
* Add tests for validating generated empty/system-module packages.
0 commit comments