valid_docs
``` SwiftLintFrameworkTests.IntegrationTests testSwiftLintLints, failed - Documented declarations should be valid. ``` That has been fixed on locally by https://github.com/jpsim/SourceKitten/pull/175
SyntaxMap.tokensIn(_:)
On linting Carthage 0.14, the duration of `SyntaxMap.tokensIn(_:)` reduced from 145ms to 51ms.
That returns array of SyntaxTokens intersecting with byte range.