I updated my Xcode but not able to build. It\'s failing with:
:0: error: unable to load standard library for target \'arm64-appl
Possibly connected to bad swift version
Try to check your current swift packages with
swiftenv versions
use install or uninstall commands respectively
swiftenv uninstall (install)
To install swiftenv use
swiftenv
brew install kylef/formulae/swiftenv