logoalt Hacker News

armadsenlast Monday at 3:36 PM1 replyview on HN

Right, but you can’t have a single package containing both ObjC and Swift. It’s a limitation of SwiftPM that has prevented me from using it for a few projects (I am using it in several others, though).


Replies

einsteinx2last Monday at 9:00 PM

You can mix them, it just has to be released as a binary framework which is a bit annoying as I would prefer a pure source release but it does work.

show 1 reply