rhx/SwiftGtk

Swift 5.5 issues

mikolasstuchlik opened this issue · 1 comments

Swift 5.5 has already been tested with the SwiftGtk.

Resolved issues and bugs:

  • The Swift 5.5 contains improved SPM and resolves #43

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 commented

Thanks! I have updated gir2swift and SwiftGLib accordingly now.