Draft Proposal: Package Resources

Nice!

But I am still worried about b since it'll be unfortunate if someone has to suddenly change all of their test code just because they added a resource file in their test target. So I think SwiftPM should always generate the accessor for test targets to shadow the ones from the imported modules. This will force test targets to always access the resources of the imported modules through the disambiguation syntax.

7 Likes