Skip to content

Migrating to Swift 4

Compare
Choose a tag to compare
@timburks timburks released this 02 Sep 23:58
· 1709 commits to main 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.