Hi,
We are currently using xcframework dependencies in our large project and we've got a compile time of ~15min on CircleCI.
We are trying to move a few dependencies from xcframework to Swift Package Manager but I'm seeing that there is a lot of time being added to our compile time as xcodebuild will always compile spm also.
I've tried caching SourcePackage to limit the download steps but I wasn't able to find a way to cache the spm dependency builds also.
Is this possible ? What is the strategy of compiling large projects with multiple SPM dependencies on a CI system.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Swift
Developer Tools
Swift Packages
Continuous Integration