Download Ice 3.7 for Swift
Slice to Swift Compiler
The slice2swift compiler is required for development and is available though Homebrew.
$ brew install ice
Carthage
github "zeroc-ice/ice" "v3.7.8"
Swift Package Manager
dependencies: [
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.10.0"),
.package(url: "https://github.com/zeroc-ice/ice-spm.git", "3.7.5" ..< "3.8.0")
],
Detailed instructions for installing Ice for Swift are available here
Next Steps
Once you've successfully installed Ice for Swift, head over to our ice-demos repository on GitHub:
$ git clone -b 3.7 https://github.com/zeroc-ice/ice-demos