Server Side Swift with Kitura - Part 3: | Ray Wenderlich Videos

Hi @unipheas, the logs you described are merely warnings, and should not prevent you from building the project. When you get into Xcode, can you tell me if you are building for My Mac?

As mentioned before @boersma and I are having the same problem with the same errors in Xcode. However, I tried to run swift build today and it just keeps stalling. I’ve spent about 4 hours trying to get past it. I’m just going to give up on this now, sorry.

After speaking with the Kitura team from IBM on Slack, we solved the issue with it stalling. Inside Package.swift

If you switch the .upToNextMinor entries for .upToNextMajor it works
somewhere there’s a package constraint issue that Package Manager is taking too long to resolve - so widening the constraints lets it resolve faster

As for the past issue it seems it has solved itself. I was able to run and build and did not see the error.