Skip to content

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

@ch-one

Description

@ch-one

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions