No data in sonar report after Swift project analysis

I am currently trying to run sonar analysis of an IOS swift project on a Sonarqube server running on ubuntu 18. sonar.properties file has been configured and pipeline is successful, the problem is I am getting all values of bugs, vulnerability, lines of code as O value.

sonar.properties file -

sonar.language=swift
sonar.profile=SwiftLint
sonar.sources=.
sonar.exclusions=/*.xml,Pods//,Reports/**/
sonar.swift.simulator=platform=iOS Simulator,name=iPhone X,OS=latest
sonar.swift.project=XXXXXX.xcodeproj
sonar.swift.workspace=XXXXXXX.xcworkspace
sonar.swift.appName=XXXXXXX
sonar.swift.appScheme=XXXXXXX
sonar.swift.appConfiguration=Debug

Sonar Report Screenshot

Not able to understand what is the issue. Can anyone help or guide?

Sonarqube Community Edition - Version 7.9.4
Sonarqube is running on Ubuntu 18.04

Hi,

Welcome to the community!

Swift analysis is available starting in Developer Edition($). If you’re using a 3rd-party plugin to try to analyze Swift, you’ll need to direct your questions to its maintainers.

 
Ann

Hi Ann,

Is there any other option of sonar analysis of swift project in community edition?

Unfortunately no.