top | item 46842405

(no title)

willtemperley | 28 days ago

You can build Swift entirely with CMake;

https://github.com/swiftlang/swift-cmake-examples

discuss

order

ethin|28 days ago

Sure, but I've never found examples of (say) including other swift packages. Or using CMake-built swift packages in SPM.

jabwd|28 days ago

What is a CMake-built swift package to begin with? You're mixing build systems and expecting them to co-exist or what is the exact problem? I've done a lot of weird swift things so might be able to point you in the right direction.