If your Xcode is unable to work with
- a Swift package
- which has a private git repo as a dependency
Complaining that
- “Server SSH Fingerprint Failed to Verify”, or
- “no local repository could be found”
But
- everything works fine from the command line
You can use this workaround:
`defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM -bool YES`
At least until Apple fixes FB22521828!







