Difference
Difference copied to clipboard
ld: Undefined symbols: enum case for Difference.Difference.IndentationType.pipe(Difference.Difference.IndentationType.Type)
I've imported Difference to another framework and now I'm getting linker error when building the app/tests, because Difference.Difference shadows Difference.
Warning from archiving the framework: public enum 'Difference.Difference' shadows module 'Difference', which may cause failures when importing 'Difference' or its clients in some configurations; please rename either the enum 'Difference.Difference' or the module 'Difference', or see https://github.com/apple/swift/issues/56573 for workarounds
App build: