Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Library Evolution Support #36

Closed bradleysmaskell closed 4 years ago

bradleysmaskell commented 4 years ago

For frameworks that have BUILD_LIBRARY_FOR_DISTRIBUTION=YES we see the following warning when pulling in through SPM.

Screen Shot 2020-06-24 at 10 12 03 AM

@mattt would you be open to setting this to YES?

mattt commented 4 years ago

@bradleysmaskell Absolutely. If you send me a PR with the necessary changes, I'd be happy to merge that in an cut a new release.