WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbrella Header imports do not match content of public header directory `include`

ch-one opened this issue · comments

Xcode 12.5 produces warnings about missing imports in umbrella header FSCalendar.h when using FSCalendar via SPM.
In our project, we treat swift warnings as errors for releases. Therefore our build pipeline won't succeed.

The following screenshot shows the errors produced by Xcode:
fscalendar-missing-includes

It looks like not all of the header files linked in the include directory, need to be public, but only the ones already imported in FSCalendar.h.

I'll create a pull request. Please have a look.