EvanCooper9 / swift-week-view

An iOS calendar library for displaying calendar events in a week view.
208 stars 21 forks source link

5.3 compiler does not like TimeLineCollectionView.framework #18

Closed perbrondum closed 3 years ago

perbrondum commented 4 years ago

/...swift-week-view-master/Source/Views/WeekView.swift:12:8: Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.3 compiler: /...swiftweek/swiftweek/TimelineCollectionView.framework/Modules/TimelineCollectionView.swiftmodule/x86_64.swiftmodule

EvanCooper9 commented 4 years ago

I'm working adding support for SPM.

Checkout the spm-support branch and let me know if it resolves your issues.

EvanCooper9 commented 4 years ago

https://github.com/EvanCooper9/swift-week-view/tree/spm-support#swift-package-manager

perbrondum commented 3 years ago

Awesome Thanks!