Use resources in unit tests with Swift Package Manager

Swift 5.3 See Apple Documentation: “Bundling Resources with a Swift Package” Swift 5.3 includes Package Manager Resources SE-0271 evolution proposal with “Status: Implemented (Swift 5.3)“. Resources aren’t always intended for use by clients of the package; one use of resources might include test fixtures that are only needed by unit tests. Such resources would not … Read more