Stuck with building process in Deploying with AWS

I’m following by the tutorial regarding deploying my vapor project with AWS.
But stop me while run the command “swift build -c release” . It stop at line " Fetching https://github.com/brokenhandsio/cmart-gfm.git " as following picture.
Appreciated if you could advice.

vaporSwift

What package did you add before that? It usually means you have conflicting dependencies. (You can also do swift build --enable-pubgrub-resolver which should give you a better error)

1 Like

Thanks for your advice. ^^
This command can help me to find the problem.
You’re right.
One of dependencies in my package file still for swift4.2 . After updating to swift5 , It can solved the problem.

1 Like