I encounter an issue when integrating Cuckoo into a new iOS project (Xcode 16.2). The error is:
The package product 'SwiftFormat' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.15
This occurs after installing Cuckoo via Swift Package Manager (SPM) by following these instructions:
Swift Package Manager
URL: https://github.com/Brightify/Cuckoo.git
Warning: Make sure to add Cuckoo to test targets only.
When you're all set, go to your test target's Build Phases and add the CuckooPluginSingleFile plug-in to the Run Build Tool Plug-ins.
Please help me resolve this issue.