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

Swift 5.5 issues #51

Closed
2 tasks done
mikolasstuchlik opened this issue Jun 9, 2021 · 1 comment
Closed
2 tasks done

Swift 5.5 issues #51

mikolasstuchlik opened this issue Jun 9, 2021 · 1 comment

Comments

@mikolasstuchlik
Copy link
Contributor

mikolasstuchlik commented Jun 9, 2021

Swift 5.5 has already been tested with the SwiftGtk.

Resolved issues and bugs:

New issues and bugs:

  • The Swift 5.5 version of SPM changes the behavior of swift package dump-package. This leads to false negative result of is_processable function. The issue is fixed by removing lines 12 and 13 from gir2swift-generation-driver.sh and modifying the if condition.
  • The Swift 5.5 requires additional import. The type passwd now cannot be used unless pwd.h is included in the SwiftGLib package.
@rhx
Copy link
Owner

rhx commented Jun 10, 2021

Thanks! I have updated gir2swift and SwiftGLib accordingly now.

@rhx rhx closed this as completed Jun 10, 2021
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