We're using SwiftPM in Xcode and running into constant SSL issues thanks to our corporate proxy. The error in SPM is "The server SSL certificate failed to verify." Resetting the SPM cache temporarily fixes the issue, but it comes back as soon as we try to update an existing package.
To get around the issue, we've tried "git config --global http.sslVerify false". I assume that had no effect because xcode/spm has its own set of tools for fetching repos. My question is, is there any way to configure spm to not verify the ssl cert for the server? If not, I'll take any other helpful tips folks have. We're pulling our hair out (or, in my case, what's left of it).