The Categories directory in iOSSnapshotTestCaseCore (containing ObjC categories) is not accessible for import in an external target since it is not exposed in the Swift.package file as a public header source.
We are in the process of moving off of Cocoapods to SPM and this is creating an issue in that we are not able to import a header from the categories dir which we need.