[google-appengine] Re: Error while deploying swift application

2019-01-15 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hi Matt, Indeed, this tutorial was originally published in March 20, 2017, and many things have changed since then. both in Google Cloud and in Swift. If you’re still searching for a similar HelloWorld tutorial, I would suggest taking a look at this repository from the Google Cloud Platform

[google-appengine] Re: Error while deploying swift application

2019-01-10 Thread Matt Sanford
You were certainly right, I added the "path" but now I am facing a different issue. The Perfect library has a dependency that requires openssl 1.0.2 but the version that is installed is 1.0.1 so the module is failing to compile. It seems as though the tutorial that was posted is severely out

[google-appengine] Re: Error while deploying swift application

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Matt, What directory are you in, when you run the "gcloud app deploy" command? You are expected to be in the top-level directory, where the app.yaml configuration file is present. You seem to lack a directory, by reference to: TopLevelDirectory |- Package.swift |- Sources