How to scan Swift project by SonarQube Developer version

Hello everyone,

I hope you’re all doing well. We recently purchased the SonarQube Developer version and have deployed it using Docker. According to the SonarQube documentation, this version should support scanning Swift projects.

However, I’ve been unable to find a comprehensive guide or manual on setting up SonarQube for Swift project scanning. I did come across a 3rd-party plugin for Swift analysis, but we would prefer to utilize the built-in rules provided by the Developer version. I’d be extremely grateful if anyone could provide some guidance on this process or point me towards the appropriate documentation or resources.

Thank you in advance for your help!

Best regards,

Hey there.

You just need to run as scan against your swift code. No special configuration or plugins necessary.

Thx for your advice.
I setup Gitlab CI, so for configuration I will choose * C,C++ or ObjC?

Other, unless your build includes compiling C/C++/Obj-C that you have written.