Swift Package Manager Manifests being blocked #1441
Unanswered
ChrisJames65535
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work in a mobile development team in a company that has recently adopted Santa. Unfortunately the Swift Package Manager produces and runs temporary executable files as part of the dependency resolution and compile stages.
These executables don't appear to be signed and are being blocked by Santa.
At the moment we have an exclusion for the temporary folder these executables are created in but this isn't a viable long-term fix as anything can be run within the excluded folder.
Does anyone have an idea of how to better support Swift Package Manager based development?
Beta Was this translation helpful? Give feedback.
All reactions