Unknown language swift

Hi,

I am using sonarqube plugin on bitrise and I am getting an error:
report refers to a file with an unknown language: …swift

Here is the configuration:

# SQ Settings
sonar.host.url=**********
sonar.login=**********

# Project Config (should match SonarCube project key)
sonar.projectKey==**********
sonar.projectName==**********

# Language settings
sonar.language=swift
sonar.swift.simulator=platform=iOS Simulator,name=iPhone 11,OS=latest
sonar.swift.workspace=**********
sonar.swift.swiftLint.reportPaths=./swiftlint.json
sonar.swift.appScheme=**********
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-

# Coverage
sonar.coverageReportPaths=./sonarqube-generic-coverage.xml 
sonar.cfamily.build-wrapper-output.bypass=true

# Sources
sonar.sources=**********
sonar.exclusions=**********/GraphQL/**
sonar.tests=$TEST_DIR
sonar.swift.excludedPathsFromCoverage=.*Tests.*
sonar.test.inclusions=*.swift

# Encoding of the source code
sonar.sourceEncoding=UTF-8

Xcode used: Xcode 12.0.x

Any hints?

Thanks,
Ognjen

Hi,

Welcome to the community!

You may be interested in this old thread:

 
HTH,
Ann