There is plenty of talk about progressive web apps, and how engagement is massively boosted by not forcing an app install on a potential user before they have mental buy in into what you have on offer.
And swift on a server? Just no. Remember Cold Fusion?
Learn Python. Learn Haskell. Learn F#. Hell.. learn Java (disclaimer: I'm not aware of what your current skills are)... But Swift.. worth a quick look and a peering into its syntactic sugar, to be used only when absolutely needed - I.e. you get 100k to develop an Apple Watch app.
Right now Swift has Playgrounds, no other language has that, excellent support in Xcode, works across platforms, and the language makes a lot of really good design choices and is improving rapidly.
What more could make a language worth learning?
As for whether it's the best language for you to learn next, that depends on what you have learned in the past. If you've never done a functional language, the next language you should learn is Elixir. Erlang is the only language I know that gets concurrency right, and Elixir is a ruby syntax and nice extensions on top of Erlang. Elixir is the best way to write erlang and erlang is a correct functional language with genuine concurrency (Haskell might also get concurrency right, I don't know, but Go does not and no other language or actor model framework does it right. It has to be in the language.)
If you've only done scripting like Python or Ruby and you want a compiled, heavier or more hard core language to learn, I think Swift is the ideal candidate for the next language to learn.