You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Swift 5.5 has already been tested with the SwiftGtk.
Resolved issues and bugs:
New issues and bugs:
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.passwd
now cannot be used unlesspwd.h
is included in the SwiftGLib package.The text was updated successfully, but these errors were encountered: