You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project has some issue with compile time, it takes around 12-13 sec for compilation (clean and build) and the project doesn't have big code base.
I found some problem parts in your sdk. For example func columnsView(in: ) -> some View in ColumnMicroChart.swift, this method needs ~7 sec for compilation, I guess, it's hard for compiler to calculate a final type of the expression.
What do you think about it? Could you do some refactoring these methods/expressions?
Our project has some issue with compile time, it takes around 12-13 sec for compilation (clean and build) and the project doesn't have big code base.
I found some problem parts in your sdk. For example func columnsView(in: ) -> some View in ColumnMicroChart.swift, this method needs ~7 sec for compilation, I guess, it's hard for compiler to calculate a final type of the expression.
What do you think about it? Could you do some refactoring these methods/expressions?
The text was updated successfully, but these errors were encountered: