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

[SR-15197] Xcode 13 GM contains API incompatible SDK changes in libsystem #57519

Open
Lukasa opened this issue Sep 15, 2021 · 1 comment
Open
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@Lukasa
Copy link
Contributor

Lukasa commented Sep 15, 2021

Previous ID SR-15197
Radar None
Original Reporter @Lukasa
Type Bug
Additional Detail from JIRA
Votes 4
Component/s
Labels Bug
Assignee None
Priority Medium

md5: 6ddaff9cd0ccf9591e734ce2d9d1162f

Issue Description:

Reported originally as: apple/swift-nio#1955

It seems that Xcode 13 GM contains a change to the libsystem API for `free` that has changed its prototype to be non-nullable. That is, we went from @convention(c) (UnsafeMutableRawPointer?) -> Void to @convention(c) (UnsafeMutableRawPointer) -> Void. This causes compile errors within SwiftNIO using Xcode 13 RC.

@Lukasa
Copy link
Contributor Author

Lukasa commented Sep 15, 2021

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

1 participant