Skip to content

New compiler error in Xcode 26.4 #1418

Description

When building the SDK in Xcode 26.4, I am now getting a new error message:

ODWReachability.m:32:9 Use of private header from outside its module: 'netinet6/in6.h'

I believe this is is due to new compiler settings in Xcode as it wasn't an issue in Xcode 26.3.

According to CoPilot, the include of netinet6/in6.h isn't necessary as nothing is used from that header file (not sure if this is true, but I did comment the line out and it built).

Please advise, I can create a PR with that line removed if that would be helpful.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions