How to build and run a Xcode project from the CLI

Hello, I'm a beginner and have started learning Swift. I want to create a toy CLI project that needs to read the arguments you pass to it, but I'm unable to figure out how I can run this project from the CLI so I can actually pass arguments to my program. Any idea?

Hm okay I was able make Xcode pass arguments to my program at: Product -> Scheme -> Edit Scheme (shortcut: cmd + ;) -> Arguments -> Arguments Passed On Launch.

But how can I do this from the CLI then?

General CI tools: fastlane + jenkins;

To control Xcode GUI IDE with script codes: AppleScript;

Auto create *.xcodeproj: xcodegen.

You can freely combine these tools.

How to build and run a Xcode project from the CLI
 
 
Q