I am using XCode Version 9.0 and iOS Version 11
Please find errors in attached screenshots.




https://github.com/xmartlabs/Eureka/issues/1240
https://github.com/xmartlabs/Eureka/issues/1182
https://github.com/xmartlabs/Eureka/issues/1143
and many other issues address Swift 4 support.
Have you tried using the https://github.com/xmartlabs/Eureka/tree/feature/Xcode9-Swift4 branch?
You can specify a branch using cocoapods following instructions at https://guides.cocoapods.org/using/the-podfile.html#from-a-podspec-in-the-root-of-a-library-repo
@mtnbarreto is there a roadmap for the next stable version ? Can we support you with a specific pull request to achieve a Xcode 9 compatible version ?
For feature branch Xcode9-Swift3_2, I get a compile error "'dynamic' var '_rows' must also be '@objc'" at line 56 of Section.swift

@barteljan Version 4.0.0 is already out and supports swift 4.
@danielsimons1 we no longer need swift 3.2 branch. You should be able to use use latest Eureka release which is written in swift 4 from swift 3.2 ios project.