Skip to content

Xcode 26.4 RC Compilation error netinet6/in6.h #367

Description

@hzlzh
rollbar-apple/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m
rollbar-apple/RollbarNotifier/Sources/RollbarNotifier/RollbarReachability.m:35:9 Use of private header from outside its module: 'netinet6/in6.h'

netinet6/in6.h should be deleted?

✅ Xcode 26.3 is OK
❌ Xcode 26.4 RC is Error

Additional context from @matux:

Matias believes removing the #import <netinet6/in6.h> line is probably enough, while keeping:

#import <netinet/in.h>

His reasoning is that in6 is IPv6 and, by current standards, importing in.h alone should be sufficient.

If the fix requires changing source files in a way that needs attribution or notice, make sure to respect the copyright on the source and mention the file changes where appropriate.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions