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

Fix for Swift 5.6 #46

Merged
merged 3 commits into from Mar 24, 2022
Merged

Fix for Swift 5.6 #46

merged 3 commits into from Mar 24, 2022

Conversation

gabriellanata
Copy link
Contributor

There is a bug when using @convention(c) with bridged types in Swift 5.6: https://bugs.swift.org/browse/SR-15696. This has been fixed in the next version of swift and hopefully will be cherry picked into 5.6.x. For now, we can work around this by using NSArray to avoid bridging.

Fixes #45

keith
keith previously approved these changes Mar 23, 2022
@gabriellanata gabriellanata enabled auto-merge (squash) March 23, 2022 23:54
@gabriellanata gabriellanata merged commit 00afd05 into main Mar 24, 2022
@gabriellanata gabriellanata deleted the Fix-for-Swift-5.6 branch March 24, 2022 00:00
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

Successfully merging this pull request may close these issues.

Xcode 13.3 can't compile Hammer 0.14.0
2 participants