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
preserve old formatting of Package.resolved in tools-version < 5.6 (#3931) (#3939)
motivation: We moved to JSONEncoder in 5.6 which formats JSON in a non-traditional way (add space around the field name colon), and different from previous version of SwiftPM. We can make the change tools-version dependent.
changes: user older JSON encoder when tools-version < 5.6, preserving previous format
rdar://86341850
0 commit comments