Thanks @DTS Engineer , I believe Package.swift does not support both C++ and swift files in single target. right ? OR has it changed now ? What I have understood so for that for these setup (both C++ and Swift) we need to create two different target(one for C++ and other for swift) in single Package.swift file and then I need also I need to define interop setting also.
So basically this Package.swift model will help me to create my static libraries without using XCode IDE. And for framework libraries and apps, we will use XCODE IDE and use the libraries as dependency/linkage created via Package.swift mechanism . right ? Just checking, for framework and apps, does apple have anything similar as Package.swift?
Topic:
Developer Tools & Services
SubTopic:
Xcode