Is swift installed by default in Sonarqube Developer edition?

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    As per the attached image, I’m running Sonarqube Developer Edition v7.9.2 (build 30863).
  • what are you trying to achieve
    I am trying to install the SonarSwift plugin but I don’t know whether it is installed.
  • what have you tried so far to achieve this
    I did create a project in sonarqube and ran got the command for running in the terminal. It appears to have run the analysis, but I see no swift Quality Profiles.

Hi,

if there is no Sonar way quality profile for Swift seen at /profiles and the Sonar Swift plugin is not listed under /admin/marketplace?filter=installed it’s not installed.
Finally check $SONARQUBE_HOME/extensions/plugins and search for sonar-swift-plugin-x.x.x.xx.jar
Just checking the official download of the Sonarqube Developer edition for 7.9.3 LTS,
it ships with sonar-swift-plugin-4.1.0.3087.jar
Maybe you copied the jar from another instance and forgot to restart your Sonarqube instance ?

Gilbert

Thanks!
I’ll ask the DevOps team for confirmation.