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
TSCTestSupport: SDKROOT is required for Windows (#319)
The `SDKROOT` environment variable is used to compute the default value
for the `-sdk` parameter to the swift compiler which is required to
locate the standard library. Do not filter the environment variable on
Windows as that will prevent the SPM test suite from succeeding.
0 commit comments