TIL Bundle.module for Swift Packages
> Xcode creates a resource bundle and an internal static extension on Bundle to access it for each module. Use the extension to locate package resources
— https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package#Access-a-resource-in-code #SwiftLang #iOSDev
@j4ck favorite part is that it creates the file for the synthesized Bundle.module so you can copy it out into your own variant if you’re vending resources through SPM and CocoaPods for your package