I am attempting to set up a build script that uses an executable vended through a swift package. The executable itself is not a dependency of my target. My thought would be that I could use a build setting to get the path to my project's derived data folder and then traverse to the package's folder through SourcePackages/checkouts, and then run the executable from there.
However, there doesn't seem to be an Xcode build setting that points to the root of the project-specific derived data folder. Am I just missing the right build setting, or is there another way to go about running a SPM-vended executable as part of a build script.