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
* Modules with .tbd files which weren't detected as system were
wrongly being flagged as static, because `isStaticFramework`
returned a `no_such_file_or_directory` error. (e.g. `Accelerate`)
* Single architecture dynamic libraries were wrongly being flagged
as static, because `isStaticFramework` returned an
`invalid_argument` error (e.g. `MetalPerformanceShaders`)
* Single architecture static libraries were accidentally being flagged
as static, because `isStaticFramework` returned an
`invalid_argument` error
* Remove TODO comment as irrelevant (no crashes in debug mode)
0 commit comments