-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.xcode-diagnostics.json
More file actions
47 lines (47 loc) · 1.26 KB
/
.xcode-diagnostics.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"swift_flags": {
"debug": [
"-Xfrontend", "-warn-long-function-bodies=150",
"-Xfrontend", "-warn-long-expression-type-checking=150",
"-Xfrontend", "-debug-time-function-bodies",
"-Xfrontend", "-debug-time-expression-type-checking",
"-Xfrontend", "-print-stats",
"-Xfrontend", "-validate-tbd-against-ir=all"
],
"release": [
"-Xfrontend", "-warn-long-function-bodies=200"
]
},
"analysis_thresholds": {
"max_function_body_time_ms": 150,
"max_expression_type_check_ms": 150,
"max_file_compile_time_s": 10
},
"required_tools": [
"xcbeautify",
"xclogparser",
"swiftlint",
"swiftformat"
],
"diagnostic_settings": {
"continue_building_after_errors": false,
"treat_warnings_as_errors_debug": true,
"treat_warnings_as_errors_release": false,
"enable_link_map": true,
"enable_build_timing": true
},
"module_specific_thresholds": {
"FeaturesScanner": {
"max_function_body_time_ms": 200,
"max_expression_type_check_ms": 200
},
"ServicesSync": {
"max_function_body_time_ms": 250,
"max_expression_type_check_ms": 250
},
"FeaturesReceipts": {
"max_function_body_time_ms": 200,
"max_expression_type_check_ms": 200
}
}
}