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:
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.
netinet6/in6.hshould 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:His reasoning is that
in6is IPv6 and, by current standards, importingin.halone 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.