ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Compiler Error Swift.Collection required #20

Closed Bino90 closed 4 years ago

Bino90 commented 4 years ago

Checklist

Description

Swift Compiler Error because of Collection Naming issue

Motivation and Context

Release Build ERROR Swift Compiler!

Bino90 commented 4 years ago

Please merge and make a new version :)

ra1028 commented 4 years ago

Thanks @Bino90

I don't know under what circumstances this error occurs, but I'm merging and releasing a new version as there are no bad effects from this fix.

ikesyo commented 4 years ago

Looks like this only occurs when optimization is enabled (Release build). I was facing the same problem.

Bino90 commented 4 years ago

Yeah correct - this error only occurs when optimization is enabled

qasim commented 4 years ago

@ra1028 thank you for merging 🙌 can you push a new tag for projects to point to? ☺️