Use Xcode for server-side development?

I have watched the video on how to create a Swift server with Xcode. It doesn't make sense to me. I'm no Swift expert but I try my best with my 30 years of programming experience. It says that MyServer scheme is generated for us by Xcode. How? I have succeeded to create a web server with "vapor new projectName". But I needed a iOS app a macOS app to speak to the server. So I was very glad when I found this. A swift server and a swift client app in the same project. As there is no Xcode project file I started with the web server I created with "Vapor new ..." and copied the source code from the video into my project. But no luck. Thats another issue. How can both be in the same Xcode workspace? It would be fantastic if there is a project file for this somewhere.

Thank You HenkeNord

Use Xcode for server-side development?
 
 
Q