How to obtain swiftc log for use in swiftlint #2470
Labels
type: feature request
New feature or request
Content-Length: 198789 | pFad | http://github.com/bazelbuild/rules_apple/issues/2470
C8Fetched URL: http://github.com/bazelbuild/rules_apple/issues/2470
Alternative Proxies:
Hello,
SwiftLint is an application that can do static analysis of Swift files in order to improve code quality.
The analyze command (which offers some additional capabilities compared to the lint command) requires access to the swiftc log. Currently, I do not think this is exposed except to display error messages when compilation fails.
I was wondering if anyone has integrated this utility into their build, or if there would be interest in accepting a patch to produce the log file as an artifact from the swift_library build rule?
Thank you!
The text was updated successfully, but these errors were encountered: