Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing include stddef.h - Xcode 16 B 1 #13

Open
DntPullALockett opened this issue Jun 11, 2024 · 2 comments
Open

Missing include stddef.h - Xcode 16 B 1 #13

DntPullALockett opened this issue Jun 11, 2024 · 2 comments

Comments

@DntPullALockett
Copy link

Testing Xcode 16 Beta 1:

u8-check is missing stddef.h and it is also complaining about the use of NULL being a undeclared identifier.

I know that this may be a bug in Xcode 16 B1 but if others can also validate that would be great.

Screenshot 2024-06-10 at 9 25 20 PM

@jerrodputman
Copy link

I'm seeing it too. I submitted a pull request with the fix (one line), though I'm not sure why Xcode 16 is complaining about that include missing but 15 is not.

@DntPullALockett
Copy link
Author

DntPullALockett commented Jun 11, 2024

I think it has to do with Swift 6 checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants