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
There are reports of crashes in this area but it's not clear how would
this ever happen since we shouldn't get here unless we know there is an
available tag for the version. I've added some user visible logging so
someone who runs into this can file a bug.
<rdar://problem/55040410>
guardlet tag = container.getTag(for: version)else{
1953
+
throwStringError("Internal error: please file a bug at https://bugs.swift.org with this info -- unable to get tag for \(package)\(version); available versions \(container.reversedVersions)")
0 commit comments