SonarQube in IOS shows 0 bugs & 0 vulneribities

Hello in my project localhost page shows 0 bugs & 0 Vulnerabilities however i added some code for Vulnerabilities & bugs. please see screenshots …
Bugs/Vulnerabilities

code -

class Foo {
func listUsers() {
let location = “/home/mylogin/Dev/users.txt” // Non-Compliant
let fileContent = try! NSString(contentsOfFile: location, encoding: String.Encoding.utf8.rawValue)
}
func test1() {
var letters:[String:String] = [:]
letters[“a”] = “Apple”
letters[“a”] = “Boy” // Noncompliant
}
}
Bugs reference Swift static code analysis | Bug

Hello in my project localhost page shows 0 bugs & 0 Vulnerabilities however i added some code for Vulnerabilities & bugs. please see screenshots …
Bugs/Vulnerabilities

code -

class Foo {
func listUsers() {
let location = “/home/mylogin/Dev/users.txt” // Non-Compliant
let fileContent = try! NSString(contentsOfFile: location, encoding: String.Encoding.utf8.rawValue)
}
func test1() {
var letters:[String:String] = [:]
letters[“a”] = “Apple”
letters[“a”] = “Boy” // Noncompliant
}
}

Hi @Janesh_Suthar,

it is not easy to help you, please provide more information like version of SonarQube, which swift plugin and its version, what issues you expect to see.