After fast migration 3, compilation became slow

When I opened my build result to see what slows down my compilation, all my classes have a lot to do:

0.1ms   <invalid loc>   get {}
0.2ms   <invalid loc>   init?(rawValue: Int)
0.1ms   <invalid loc>   get {}
0.2ms   <invalid loc>   init?(rawValue: Int)
0.1ms   <invalid loc>   get {}
7.3ms   <invalid loc>   get {}
0.2ms   <invalid loc>   get {}

Can anybody help me?

+4
source share

Source: https://habr.com/ru/post/1661442/


All Articles