Skip to content

SwiftXcode/SwiftNIO1_XcodeImage

Repository files navigation

SwiftXcode Image for Swift NIO 1 (Swift 4)

Swift4 macOS Travis homebrew

SwiftXcode image for Swift NIO 1.

Note: For Swift 5 and NIO 2 checkout the SwiftNIO 2 Image. This image is tied to NIO 1, even when compiling with a Swift 5 compiler.

Swift NIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. It's like Netty written in Swift.

Check the main project for details: SwiftXcode.

Install Swift NIO 1 Image

brew install swiftxcode/swiftxcode/swift-xcode-nio1
swift xcode link-templates # <-- important!

Use within Xcode

  1. Create new project (Command-Shift-N or File/New/Project ...)
  2. choose macOS / Server / Swift NIO template
  3. check desired options
  4. build and run, and then have fun!

Who

Brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

Want a Video Tutorial?