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
Fix a tools version loading failure that occurred when the regular manifest doesn't contain a tools-version. (#3208)
Usually the main manifest is the latest, but there are examples of packages where it's the opposite: the main version is the old one, and newer ones have version suffixes. In rare cases the main manifest is so old that it doesn't have a tools version, and the new logic for tools version loading incorrectly reported an error in those cases.
rdar://73267827
0 commit comments