Came across Swift Vapor recently, and it seems like a really interesting framework. Server side swift is still such an under represented market, but the ability to do type-safe JSON calls is a fascinating one.
After playing with a few experiments, though, the documentation seems a little lacking. Getting the ORM to work was kind of a pain. it does seem to have improved from version 3 to version 4, though.
I know the protocol system and type inheritance is one of Swift’s strengths, but it seems like in general I write so much code relative to python. Learning new languages is hard.