Server-Side Swift
2017
2016
Swift 2 Swift 3
Server APIs
Work Group ?
Swift.org
Slide 3
Slide 3 text
Swift Server Projects
Cross-platform
Swift library
Slack App Alexa Skill
Slide 4
Slide 4 text
AlexaSkillsKit
• Swift library to develop custom skills for Amazon
Alexa
• Cross-platform Swift
• Development: macOS
• Deployment: Linux
Slide 5
Slide 5 text
Cross-Platform Swift
Swift
swiftc, lldb, SPM
Standard
Library
Foundation Dispatch
3rd Party Swift Libraries
C
Libraries
XCTest
Slide 6
Slide 6 text
Example AlexaSkillsKit
Slide 7
Slide 7 text
Example AlexaSkillsKit
Slide 8
Slide 8 text
swiftenv
swiftenv [--version]
install Installs a version of Swift
version Displays the current active Swift version
versions Lists all installed Swift versions
…