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
This feature was off-by default in Swift 6.0
This patch completes the transition to precise compiler invocations by removing the backwards-compatibility.
The many test updates are for tests that were checking for the old behavior (which was still present in the tests due to the typeref-typesystem validation creating an classic-mode scratch context).
Desc<"In the Swift expression evaluator, create many Swift compiler instances with the precise invocation for the current context, instead of a single compiler instance that merges all flags from the entire project.">;
0 commit comments