SwiftDate: Super slow compiling when archiving 6.0.1 Xcode 10.2
When using Xcode 10.2 to archive my project, all pods go super fast but SwiftDate takes a lot of time (like 30 minutes).
This didn’t used to happen with Xcode 10.1 and SwiftDate 5.1.0.
Any ideas?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 12
- Comments: 26 (10 by maintainers)
Commits related to this issue
- #652 Removed langs table and opted for cached json files. Reduced build times. — committed to malcommac/SwiftDate by malcommac 5 years ago
- #652 Minor refactoring — committed to malcommac/SwiftDate by malcommac 5 years ago
- #652 Fixed unit tests — committed to malcommac/SwiftDate by malcommac 5 years ago
- #652 Fixed caching for languages — committed to malcommac/SwiftDate by malcommac 5 years ago
- #652 Fixes for json files of relative languages — committed to malcommac/SwiftDate by malcommac 5 years ago
- #652 fixed unit tests — committed to malcommac/SwiftDate by malcommac 5 years ago
Xcode 10.2.1 helps a lot with the issue in debug builds (no optimizations, I would say around -70% build time), but release builds are about the same (-10%).