I want to run a Swift script as part of my Xcode project build but I'm getting many errors when I add it. (Screenshot showing some of the errors is attached.) Am I missing something?
My run script build phase looks like this:
(Shell: /bin/sh)
swift path/to/my/script

