swift报这个错是因为code 9只允许从Swift 3.0到Swift 3.2/4.0转换/迁移。 因此,如果项目的当前版本的Swift语言低于3.0,那么必须使用Xcode 8.x或Xcode 9以上版本.在Swift 3兼容版本中迁移代码。
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.