We are getting a lot of "skipped" errors. Some are because of classes that have been renamed and aliased using class_alias, and some which are from older versions of dependencies. But either way, these errors are not between versions, but rather, they exist in both versions. So I do not think they should count as BC breaks.
What is the reasoning for marking "skipped" changes as breaking BC? Can we set Change::$isBcBreak to false [1] for these types of changes?