I am using Jenkins and Fastlane for CICD pipeline for my iOS Project. Before we were using Xcode server that provides a direct API using which i exported the build summary(Compilation Errors, Warnings from Xcode). But now with Jenkins or fastlane i am not able to do it since i couldn't find any API that generates this report.
For Code Analysis i am using swiftlint. It is generating code analysis report only and it is not showing the default warnings like deprecations etc. in Jenkins. So i understood i cannot use the code analysis tool for this purpose.
Is there any way with which i could generate the Warnings and Errors report in Jenkins? For all the actions like incrementing build number, executing test cases, code signing, generating binary etc. i have written separate lanes in my fastfile.