# Easily displaying the Swift version that ships with Xcode

[James Dempsey](https://www.twitter.com/jamesdempsey) is hosting a super helpful website to show you Xcode version ships which Swift version.

%[https://swiftversion.net/] 

Here is a little reminder that you can open it from the terminal for all command-line enthusiasts.

![Open swiftversion.net website from your terminal](https://cdn.hashnode.com/res/hashnode/image/upload/v1646491354442/2nBZjkhJt.png)

No installation of Xcode is needed 😂

If you are interested in creating a custom shell command to display the Swift version of your installed Xcode, then look at [Jesse Squires](https://twitter.com/jesse_squires) blog post.

%[https://www.jessesquires.com/blog/2022/03/04/quickly-displaying-the-swift-version-that-ships-with-xcode/]

Jesse also links to an older article on writing a custom shell command to switch between multiple Xcode installations quickly. Jesse's articles are excellent, and I highly recommend following him on Twitter if you haven't done it yet.
