Skip to content

Migrating to Swift 4

Choose a tag to compare

@timburks timburks released this 02 Sep 23:58
· 1660 commits to release/1.x since this release

This release moves from Swift 3 to Swift 4. The update required changes to the modulemap for CgRPC that could break Swift 3 builds. If you still need to build with Swift 3, add the following line to the modulemap:

link "CgRPC"

See the change for more details.