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

Add Swift 6 bindgen support #1165

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

kassane
Copy link
Contributor

@kassane kassane commented Dec 6, 2024

applied in: https://github.com/kassane/sokol-swift

The initial tests during the development of a ported example. Some issues appeared that are explained in reference below.

Not to mention the difficulties associated with the use of custom-modules by .swift or .swiftinterface.
If you try to compile multiple files, swiftc may find redundancies in the translated files, e.g. multiple struct Range. (probably while analyzing the files in an attempt to unify all the implementations...)

Reference

cc: @floooh

@floooh
Copy link
Owner

floooh commented Dec 7, 2024

FYI: I'm keeping an I on this, but if I should do something (like merging PRs) please give me an extra ping. The next thing on the list is probably the C3 bindings though (not sure yet when those will be ready for merging).

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.

2 participants