Getting Auto DevOps to work with a server-side Swift project?

Hi all,

I’m excited about Auto DevOps and this is my first time trying to get it working. My project is an HTTP server written in Swift with a Dockerfile.

I tried to get everything setup according to the quick start guide:
https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html

But when I git push I keep getting an error in the production stage during CI:

$ deploy
secret "production-secret" deleted
secret/production-secret replaced
Deploying new release...
Error: UPGRADE FAILED: map: map[] does not contain declared merge key: name
ERROR: Job failed: exit code 1

Does that error ring a bell for anyone? Not sure how to go about troubleshooting this. Any pointers would be helpful. Thank you!