-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
On a clean build, this library takes about 35 seconds to compile on an M1 MacBook Pro.
In this screenshot we can see that the first red box is the geos compile, the 2nd box is all other SPM packages, and the 3rd box is the rest of my entire app.
This wouldn't usually be a problem (especially during development with incremental builds), but considering when I'm running CI builds, it could be outputting ~10 builds a day from a clean repo pull, it can add up to substantial waiting times.
I currently pull in GeoSwiftMapKit
via SPM, but I'm guessing the real issue is further upstream.
Running Xcode 15.0.1
Does anyone have any tips or tricks to try and reduce this time at all?
Thanks
phillsch
Metadata
Metadata
Assignees
Labels
No labels