Is swift included in Xcode?

Just a short question.

Is swift included in Xcode?


If so, where can you find it?

MacBook Air 13″, macOS 11.5

Posted on Aug 24, 2021 5:18 AM

Reply
Question marked as Top-ranking reply

Posted on Aug 24, 2021 11:28 AM

Others replied on how to get Xcode so I'll answer the second question, assuming that when you ask "where you can find it", you're referring to Swift. In Xcode you create a playground or project to start using Swift. Playgrounds are for learning the Swift language while projects are for making apps for Apple platforms, such as iOS and Mac.


Choose File > New > Playground to create a playground.


Choose File > New > Project to create a project. Select an App project to create an app with a graphical user interface or select a Command Line Tool project to create a console program that runs from the command-line (Terminal app). After choosing the type of project, choose Swift from the Language menu to tell Xcode you're using Swift for the project.

6 replies
Question marked as Top-ranking reply

Aug 24, 2021 11:28 AM in response to Janok071

Others replied on how to get Xcode so I'll answer the second question, assuming that when you ask "where you can find it", you're referring to Swift. In Xcode you create a playground or project to start using Swift. Playgrounds are for learning the Swift language while projects are for making apps for Apple platforms, such as iOS and Mac.


Choose File > New > Playground to create a playground.


Choose File > New > Project to create a project. Select an App project to create an app with a graphical user interface or select a Command Line Tool project to create a console program that runs from the command-line (Terminal app). After choosing the type of project, choose Swift from the Language menu to tell Xcode you're using Swift for the project.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Is swift included in Xcode?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.