-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
I can't seem to use both SwiftLintPlugins and MessageKit in same package
- I have a single package that I use to provide targets to my app too e.g AppFeature, ChatFeature etc
- I am using a
Package.swiftfile - I want to explicitly include / pick version / use the SwiftLint SPM plugin, but MessageKit already exports it
- see https://github.com/SimplyDanny/SwiftLintPlugins / https://github.com/realm/SwiftLint
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