<div dir="ltr">Swift test builds and runs the package Tests. My tests require data files such as images to run. <div>With an Xcode project we can Copy Bundle Resources in the Build Phases to include the necessary files.</div><div><br></div><div>How do we do this with swift test, or swift build?</div><div><br></div><div>I thought about a hack to manually copy the resource files, but since &quot;swift test&quot; builds and runs the tests as a single action there doesn&#39;t seem to be an opportunity.</div><div><br></div><div>How do we include package resources during build and test?</div><div><br></div><div>Thanks, Ed</div></div>