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
We should define such a type and use it throughout Swift Build, as environment variable names are case-insensitive on Windows and allowing duplicate keys which differ only by case when using a simple [String: String] can lead to assertions being broken in unexpected places.