Can't seem to figure out how to set the “Based on dependency analysis” setting on a Run Script build phase from an Xcode template (xctemplate). Anyone ever figured this out?
@simonbs SwiftLint does its own analysis to skip unchanged files so you should leave that checkbox unchecked.
Besides if you change your .swiftlint.yml file you probably want to re-lint your Swift files even if they haven’t changed.
