Disk is not compatible with Swift 5 and Xcode 10.2
juanjoseluisgarcia opened this issue · 5 comments
The project does not compile with Xcode 10.2 and Swift 5.
Implemente the necessary changes to make it compatible with Swift 5
The project compiles fine for me, can you please specify what the exact errors are you're seeing?
Try updating to the latest version of Mojave and Xcode. It autosets Disk to Swift 5 and although there's some warnings, it all compiles fine for me. I could update everything to Swift 5, but the way things are right now, it's backwards compatible with Xcode 9, which is the latest version many Hackintosh users can use for the time being (since Apple hasn't allowed the release of Nvidia web drivers yet.)
It does compiles for me too now. Thanks.
I get errors such as:
Disk.save - "No exact matches in call to static method 'save'"
Disk.retrieve - "No exact matches in call to static method 'retrieve'"
I get errors such as:
Disk.save - "No exact matches in call to static method 'save'"
Disk.retrieve - "No exact matches in call to static method 'retrieve'"
Same here.
Any solutions guys?