When I try to install Flexa iOS and official Swiftlint SPM plugin (https://github.com/SimplyDanny/SwiftLintPlugins) into the same project I get this error:
multiple packages ('flexa-ios', 'swiftlintplugins') declare targets with a conflicting name: 'SwiftLintBinary’; target names need to be unique across the package graph
This is not ideal because I can't pick version of Swiftlint on my own in my project.
Solution could be to rename SwiftLintBinary to something else (like FlexaSwiftLintBinary) in Package file.
When I try to install Flexa iOS and official Swiftlint SPM plugin (https://github.com/SimplyDanny/SwiftLintPlugins) into the same project I get this error:
This is not ideal because I can't pick version of Swiftlint on my own in my project.
Solution could be to rename
SwiftLintBinaryto something else (likeFlexaSwiftLintBinary) in Package file.