ra1028 / DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

Home Page:https://ra1028.github.io/DifferenceKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Libraries For Distribution (Swift compatibility)

andrewconlan opened this issue · comments

Enabling Build Libraries For Distribution flag to YES in the project's build settings causes errors, not sure of the best approach to fix?

Screenshot 2019-11-06 at 16 12 26

@andrewconlan
Thanks for reporting!
That's due to redundant defining @inlinable attributes.
I'm trying to enable library evolution mode in here.

Thanks for looking at this, updated and it looks good, will close my issue. The project is fantastic by the way 🥳