Declaring resources Resources can be bundled with a Swift package and then be accessed in your code. We can distinguish two types of resources : common resources (e.g interface builder files, core data files, asset catalogs, lproj folders..) and custom resources (e.g .json files, .txt files, .md files..): Adding the former is…