Right now if fast check fails on a package, it will not necessarily fast check the dependencies of that package. This is a perf bug.
Basically, we need to keep the PublicRangeFinder alive even through transforming in order to add additional pending dependencies to search for.