I've got a package that includes SwiftLint purely as a build tool plugin for use while working on the package. I don't want to have every app that uses my package have to clone and build all of SwiftLint's dependencies just because they've added my package. Is there some way to avoid that? What's the best course of action here?