SwiftLintBinary conflict when including in Package.swift

Describe the bug

I can't seem to use both SwiftLintPlugins and MessageKit in same package

Error

During package resolution:

multiple packages ('messagekit', 'swiftlintplugins') declare targets with a conflicting name: 'SwiftLintBinary’; target names need to be unique across the package graph

Environment

  • What version of MessageKit are you using? 4.2.0
  • What version of iOS are you running on? [.iOS(.v15), .macOS(.v10_15)]
  • What version of Swift are you running on? // swift-tools-version: 5.9
  • What device(s) are you testing on? Are these simulators? simulator
  • Is the issue you're experiencing reproducible in the example app? can provide