Swift 5.5 issues
mikolasstuchlik opened this issue · 1 comments
mikolasstuchlik commented
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 ofis_processable
function. The issue is fixed by removing lines 12 and 13 fromgir2swift-generation-driver.sh
and modifying the if condition. - The Swift 5.5 requires additional import. The type
passwd
now cannot be used unlesspwd.h
is included in the SwiftGLib package.