Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Server SSL certificate failed to verify #76

Closed
crenelle opened this issue Nov 28, 2022 · 3 comments
Closed

The Server SSL certificate failed to verify #76

crenelle opened this issue Nov 28, 2022 · 3 comments

Comments

@crenelle
Copy link

Using Xcode 14.1 with a project set to target macOS 13.0, Xcode was unable to update Swift Package OrderedDictionary, displaying the error message "The Server SSL certificate failed to verify". This was not a problem when targeting macOS 10.15. It may also be a problem when targeting macOS 12.

Ultimately, Xcode seems to continue attempting to build the whole project without ever succeeding.

@lukaskubanek
Copy link
Owner

Hi Michael, this looks like an issue with your SPM configuration and shouldn’t be specific to this package. You might try fetching a different one to verify that. I’d suggest you to google the error message and look for possible causes.

@crenelle
Copy link
Author

I was able to recover by backing out changes from the project and deleting the relevant derived data folder for the project. It was very strange in that the build process would lock up after I just removed the derived data folder for the project. The changes I had to remove were made to target macOS 13 instead of macOS 10.15.

Thanks!

Regards,
-Mike

@lukaskubanek
Copy link
Owner

I’m glad you were able to resolve the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants