fastlane-plugin-xcconfig_actions 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +45 -14
  3. data/lib/fastlane/plugin/xcconfig_actions.rb +2 -0
  4. data/lib/fastlane/plugin/xcconfig_actions/actions/build_settings_to_flags_action.rb +24 -0
  5. data/lib/fastlane/plugin/xcconfig_actions/actions/read_xcconfig_action.rb +21 -0
  6. data/lib/fastlane/plugin/xcconfig_actions/actions/validate_xcconfig_action.rb +17 -3
  7. data/lib/fastlane/plugin/xcconfig_actions/helper/xcconfig_actions_helper.rb +9 -1
  8. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspec.rb +63 -3
  9. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.1/README.md +78 -78
  10. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Clang LLVM 1.0.xcspec +6001 -0
  11. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/CopyPNGFile.xcspec +113 -0
  12. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Core Data.xcspec +289 -0
  13. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/CoreBuildSystem.xcspec +4050 -0
  14. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Cpp.xcspec +63 -0
  15. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/DTrace.xcspec +89 -0
  16. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Intents.xcspec +80 -0
  17. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Ld.xcspec +868 -0
  18. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Lex.xcspec +100 -0
  19. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/MLKit.xcspec +137 -0
  20. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Metal Compiler.xcspec +466 -0
  21. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Metal Linker.xcspec +105 -0
  22. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Nasm.xcspec +101 -0
  23. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Native Build System.xcspec +53 -0
  24. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/NativeBuildSystem.xcspec +1615 -0
  25. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/OSACompile.xcspec +63 -0
  26. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/OpenCL.xcspec +158 -0
  27. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/README.md +15250 -0
  28. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Rez.xcspec +209 -0
  29. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Swift.xcspec +886 -0
  30. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Yacc.xcspec +100 -0
  31. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2/README.md +78 -78
  32. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Clang LLVM 1.0.xcspec +6091 -0
  33. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CopyPNGFile.xcspec +113 -0
  34. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Core Data.xcspec +289 -0
  35. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CoreBuildSystem.xcspec +4292 -0
  36. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Cpp.xcspec +63 -0
  37. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/DTrace.xcspec +89 -0
  38. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Intents.xcspec +80 -0
  39. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Ld.xcspec +869 -0
  40. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Lex.xcspec +100 -0
  41. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/MLKit.xcspec +137 -0
  42. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Metal Compiler.xcspec +612 -0
  43. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Metal Linker.xcspec +105 -0
  44. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Nasm.xcspec +101 -0
  45. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Native Build System.xcspec +41 -0
  46. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/NativeBuildSystem.xcspec +1649 -0
  47. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/OSACompile.xcspec +63 -0
  48. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/OpenCL.xcspec +158 -0
  49. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/README.md +15973 -0
  50. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Rez.xcspec +209 -0
  51. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Swift.xcspec +969 -0
  52. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Yacc.xcspec +100 -0
  53. data/lib/fastlane/plugin/xcconfig_actions/version.rb +2 -1
  54. metadata +60 -3
@@ -0,0 +1,209 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>BuiltinJambaseRuleName</key>
6
+ <string>ProcessRezFile</string>
7
+ <key>Class</key>
8
+ <string>PBXCompilerSpecificationRez</string>
9
+ <key>CommandOutputParser</key>
10
+ <array>
11
+ <array>
12
+ <string>()() (Fatal Error, can't recover\.)</string>
13
+ <string>append-to-previous</string>
14
+ </array>
15
+ <array>
16
+ <string>^([^:]+):([0-9]+): ### /.*/Tools/Rez - Warning: (.*)$</string>
17
+ <string>emit-warning</string>
18
+ </array>
19
+ <array>
20
+ <string>^([^:]+):([0-9]+): ### /.*/Tools/Rez - (.*)$</string>
21
+ <string>emit-error</string>
22
+ </array>
23
+ <array>
24
+ <string>Since errors occurred, .* was not written\.$</string>
25
+ <string>ignore</string>
26
+ </array>
27
+ </array>
28
+ <key>Description</key>
29
+ <string>Resource Manager Resource Compiler</string>
30
+ <key>ExecDescription</key>
31
+ <string>Rez $(InputFile)</string>
32
+ <key>ExecPath</key>
33
+ <string>$(DEVELOPER_BIN_DIR)/Rez</string>
34
+ <key>Identifier</key>
35
+ <string>com.apple.compilers.rez</string>
36
+ <key>InputFileTypes</key>
37
+ <array>
38
+ <string>sourcecode.rez</string>
39
+ </array>
40
+ <key>Name</key>
41
+ <string>Rez</string>
42
+ <key>Options</key>
43
+ <array>
44
+ <dict>
45
+ <key>Category</key>
46
+ <string>Language</string>
47
+ <key>CommandLineArgs</key>
48
+ <array>
49
+ <string>-script</string>
50
+ <string>$(value)</string>
51
+ </array>
52
+ <key>DefaultValue</key>
53
+ <string>Roman</string>
54
+ <key>Name</key>
55
+ <string>REZ_SCRIPT_TYPE</string>
56
+ <key>Type</key>
57
+ <string>Enumeration</string>
58
+ <key>Values</key>
59
+ <array>
60
+ <string>Roman</string>
61
+ <string>Japanese</string>
62
+ <string>Korean</string>
63
+ <string>SimpChinese</string>
64
+ <string>TradChinese</string>
65
+ </array>
66
+ </dict>
67
+ <dict>
68
+ <key>Category</key>
69
+ <string>Language</string>
70
+ <key>DefaultValue</key>
71
+ <string></string>
72
+ <key>Name</key>
73
+ <string>REZ_PREFIX_FILE</string>
74
+ <key>Type</key>
75
+ <string>String</string>
76
+ </dict>
77
+ <dict>
78
+ <key>Category</key>
79
+ <string>Language</string>
80
+ <key>DefaultValue</key>
81
+ <string></string>
82
+ <key>Name</key>
83
+ <string>OTHER_REZFLAGS</string>
84
+ <key>Type</key>
85
+ <string>StringList</string>
86
+ </dict>
87
+ <dict>
88
+ <key>Category</key>
89
+ <string>ResourceGeneration</string>
90
+ <key>CommandLineArgs</key>
91
+ <dict>
92
+ <key>Always</key>
93
+ <array/>
94
+ <key>Includes</key>
95
+ <array>
96
+ <string>-noResolve</string>
97
+ <string>output</string>
98
+ </array>
99
+ <key>Never</key>
100
+ <array>
101
+ <string>-noResolve</string>
102
+ </array>
103
+ <key>Outputs</key>
104
+ <array>
105
+ <string>-noResolve</string>
106
+ <string>include</string>
107
+ </array>
108
+ </dict>
109
+ <key>DefaultValue</key>
110
+ <string>Always</string>
111
+ <key>Name</key>
112
+ <string>REZ_RESOLVE_ALIASES</string>
113
+ <key>Type</key>
114
+ <string>Enumeration</string>
115
+ <key>Values</key>
116
+ <array>
117
+ <string>Always</string>
118
+ <string>Never</string>
119
+ <string>Includes</string>
120
+ <string>Outputs</string>
121
+ </array>
122
+ </dict>
123
+ <dict>
124
+ <key>Category</key>
125
+ <string>ResourceGeneration</string>
126
+ <key>CommandLineFlag</key>
127
+ <string>-ro</string>
128
+ <key>DefaultValue</key>
129
+ <string>NO</string>
130
+ <key>Name</key>
131
+ <string>REZ_RESOURCE_MAP_READ_ONLY</string>
132
+ <key>Type</key>
133
+ <string>Boolean</string>
134
+ </dict>
135
+ <dict>
136
+ <key>Category</key>
137
+ <string>Preprocessing</string>
138
+ <key>CommandLineFlag</key>
139
+ <string>-define</string>
140
+ <key>DefaultValue</key>
141
+ <string></string>
142
+ <key>Name</key>
143
+ <string>REZ_PREPROCESSOR_DEFINITIONS</string>
144
+ <key>Type</key>
145
+ <string>StringList</string>
146
+ </dict>
147
+ <dict>
148
+ <key>Category</key>
149
+ <string>Preprocessing</string>
150
+ <key>CommandLineFlag</key>
151
+ <string>-undef</string>
152
+ <key>DefaultValue</key>
153
+ <string></string>
154
+ <key>Name</key>
155
+ <string>REZ_PREPROCESSOR_UNDEFINITIONS</string>
156
+ <key>Type</key>
157
+ <string>StringList</string>
158
+ </dict>
159
+ <dict>
160
+ <key>Category</key>
161
+ <string>Warnings</string>
162
+ <key>CommandLineFlag</key>
163
+ <string>-progress</string>
164
+ <key>DefaultValue</key>
165
+ <string>NO</string>
166
+ <key>Name</key>
167
+ <string>REZ_SHOW_DEBUG_OUTPUT</string>
168
+ <key>Type</key>
169
+ <string>Boolean</string>
170
+ </dict>
171
+ <dict>
172
+ <key>Category</key>
173
+ <string>Warnings</string>
174
+ <key>CommandLineFlag</key>
175
+ <string>-rd</string>
176
+ <key>DefaultValue</key>
177
+ <string>NO</string>
178
+ <key>Name</key>
179
+ <string>REZ_SUPPRESS_REDECLARED_RESOURCE_TYPE_WARNINGS</string>
180
+ <key>Type</key>
181
+ <string>Boolean</string>
182
+ </dict>
183
+ <dict>
184
+ <key>Category</key>
185
+ <string>BinarySources</string>
186
+ <key>DefaultValue</key>
187
+ <string>auto</string>
188
+ <key>Name</key>
189
+ <string>RESMERGER_SOURCES_FORK</string>
190
+ <key>Type</key>
191
+ <string>Enumeration</string>
192
+ <key>Values</key>
193
+ <array>
194
+ <string>data</string>
195
+ <string>resource</string>
196
+ <string>auto</string>
197
+ </array>
198
+ </dict>
199
+ </array>
200
+ <key>ProgressDescription</key>
201
+ <string>Running Rez on $(CommandProgressByType) files</string>
202
+ <key>Type</key>
203
+ <string>Tool</string>
204
+ <key>Vendor</key>
205
+ <string>Apple</string>
206
+ <key>Version</key>
207
+ <string>Default</string>
208
+ </dict>
209
+ </plist>
@@ -0,0 +1,969 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <array>
5
+ <dict>
6
+ <key>Architectures</key>
7
+ <array>
8
+ <string>x86_64</string>
9
+ <string>i386</string>
10
+ <string>arm64</string>
11
+ <string>armv7</string>
12
+ <string>armv7s</string>
13
+ <string>armv7k</string>
14
+ <string>arm64_32</string>
15
+ </array>
16
+ <key>BuiltinJambaseRuleName</key>
17
+ <string>ProcessSwift</string>
18
+ <key>Class</key>
19
+ <string>XCCompilerSpecificationSwift</string>
20
+ <key>CommandOutputParser</key>
21
+ <string>XCSwiftCommandOutputParser</string>
22
+ <key>Description</key>
23
+ <string>Compiles Swift source code into object files.</string>
24
+ <key>ExecDescription</key>
25
+ <string>Compile Swift source files</string>
26
+ <key>ExecPath</key>
27
+ <string>$(SWIFT_EXEC)</string>
28
+ <key>Identifier</key>
29
+ <string>com.apple.xcode.tools.swift.compiler</string>
30
+ <key>InputFileGroupings</key>
31
+ <array>
32
+ <string>tool</string>
33
+ </array>
34
+ <key>InputFileTypes</key>
35
+ <array>
36
+ <string>sourcecode.swift</string>
37
+ </array>
38
+ <key>IsAbstract</key>
39
+ <string>NO</string>
40
+ <key>LanguageVersionDisplayNames</key>
41
+ <dict>
42
+ <key>3.0</key>
43
+ <string>Swift 3 (unsupported)</string>
44
+ <key>4.0</key>
45
+ <string>Swift 4</string>
46
+ <key>4.2</key>
47
+ <string>Swift 4.2</string>
48
+ <key>5.0</key>
49
+ <string>Swift 5</string>
50
+ </dict>
51
+ <key>Name</key>
52
+ <string>Swift Compiler</string>
53
+ <key>OptionConditionFlavors</key>
54
+ <array>
55
+ <string>arch</string>
56
+ <string>sdk</string>
57
+ </array>
58
+ <key>Options</key>
59
+ <array>
60
+ <dict>
61
+ <key>DefaultValue</key>
62
+ <string>swiftc</string>
63
+ <key>Name</key>
64
+ <string>SWIFT_EXEC</string>
65
+ <key>Type</key>
66
+ <string>Path</string>
67
+ </dict>
68
+ <dict>
69
+ <key>CommandLineArgs</key>
70
+ <dict>
71
+ <key>NO</key>
72
+ <array/>
73
+ <key>YES</key>
74
+ <array>
75
+ <string>-parse-as-library</string>
76
+ </array>
77
+ </dict>
78
+ <key>DefaultValue</key>
79
+ <string>NO</string>
80
+ <key>Name</key>
81
+ <string>SWIFT_LIBRARIES_ONLY</string>
82
+ <key>Type</key>
83
+ <string>Boolean</string>
84
+ </dict>
85
+ <dict>
86
+ <key>CommandLineArgs</key>
87
+ <dict>
88
+ <key>NO</key>
89
+ <array/>
90
+ <key>YES</key>
91
+ <array>
92
+ <string>-incremental</string>
93
+ </array>
94
+ </dict>
95
+ <key>DefaultValue</key>
96
+ <string>YES</string>
97
+ <key>Name</key>
98
+ <string>SWIFT_ENABLE_INCREMENTAL_COMPILATION</string>
99
+ <key>Type</key>
100
+ <string>Boolean</string>
101
+ </dict>
102
+ <dict>
103
+ <key>Category</key>
104
+ <string>General</string>
105
+ <key>CommandLineArgs</key>
106
+ <dict>
107
+ <key>NO</key>
108
+ <array>
109
+ <string>-disable-bridging-pch</string>
110
+ </array>
111
+ <key>YES</key>
112
+ <array/>
113
+ </dict>
114
+ <key>DefaultValue</key>
115
+ <string>YES</string>
116
+ <key>Description</key>
117
+ <string>Generate a precompiled header for the Objective-C bridging header, if used, in order to reduce overall build times.</string>
118
+ <key>DisplayName</key>
119
+ <string>Precompile Bridging Header</string>
120
+ <key>Name</key>
121
+ <string>SWIFT_PRECOMPILE_BRIDGING_HEADER</string>
122
+ <key>Type</key>
123
+ <string>Boolean</string>
124
+ </dict>
125
+ <dict>
126
+ <key>DefaultValue</key>
127
+ <string>YES</string>
128
+ <key>Name</key>
129
+ <string>SWIFT_USE_PARALLEL_WHOLE_MODULE_OPTIMIZATION</string>
130
+ <key>Type</key>
131
+ <string>Boolean</string>
132
+ </dict>
133
+ <dict>
134
+ <key>DefaultValue</key>
135
+ <string>YES</string>
136
+ <key>Name</key>
137
+ <string>SWIFT_USE_PARALLEL_WMO_TARGETS</string>
138
+ <key>Type</key>
139
+ <string>Boolean</string>
140
+ </dict>
141
+ <dict>
142
+ <key>CommandLineArgs</key>
143
+ <dict>
144
+ <key>NO</key>
145
+ <array/>
146
+ <key>YES</key>
147
+ <string>-whole-module-optimization</string>
148
+ </dict>
149
+ <key>DefaultValue</key>
150
+ <string>NO</string>
151
+ <key>Name</key>
152
+ <string>SWIFT_WHOLE_MODULE_OPTIMIZATION</string>
153
+ <key>Type</key>
154
+ <string>Boolean</string>
155
+ </dict>
156
+ <dict>
157
+ <key>DefaultValue</key>
158
+ <string></string>
159
+ <key>Name</key>
160
+ <string>SWIFT_LIBRARY_PATH</string>
161
+ <key>Type</key>
162
+ <string>Path</string>
163
+ </dict>
164
+ <dict>
165
+ <key>CommandLineFlag</key>
166
+ <string>-resource-dir</string>
167
+ <key>Name</key>
168
+ <string>SWIFT_RESOURCE_DIR</string>
169
+ <key>Type</key>
170
+ <string>Path</string>
171
+ </dict>
172
+ <dict>
173
+ <key>CommandLineArgs</key>
174
+ <array>
175
+ <string>-module-name</string>
176
+ <string>$(value)</string>
177
+ </array>
178
+ <key>DefaultValue</key>
179
+ <string>$(PRODUCT_MODULE_NAME)</string>
180
+ <key>Name</key>
181
+ <string>SWIFT_MODULE_NAME</string>
182
+ <key>Type</key>
183
+ <string>String</string>
184
+ </dict>
185
+ <dict>
186
+ <key>Category</key>
187
+ <string>General</string>
188
+ <key>DefaultValue</key>
189
+ <string></string>
190
+ <key>Description</key>
191
+ <string>Path to the header defining the Objective-C interfaces to be exposed in Swift.</string>
192
+ <key>DisplayName</key>
193
+ <string>Objective-C Bridging Header</string>
194
+ <key>Name</key>
195
+ <string>SWIFT_OBJC_BRIDGING_HEADER</string>
196
+ <key>Type</key>
197
+ <string>String</string>
198
+ </dict>
199
+ <dict>
200
+ <key>Category</key>
201
+ <string>General</string>
202
+ <key>DefaultValue</key>
203
+ <string>$(SWIFT_MODULE_NAME)-Swift.h</string>
204
+ <key>Description</key>
205
+ <string>Name to use for the header that is generated by the Swift compiler for use in `#import` statements in Objective-C.</string>
206
+ <key>DisplayName</key>
207
+ <string>Objective-C Generated Interface Header Name</string>
208
+ <key>Name</key>
209
+ <string>SWIFT_OBJC_INTERFACE_HEADER_NAME</string>
210
+ <key>Type</key>
211
+ <string>String</string>
212
+ </dict>
213
+ <dict>
214
+ <key>Category</key>
215
+ <string>General</string>
216
+ <key>DefaultValue</key>
217
+ <string>YES</string>
218
+ <key>Description</key>
219
+ <string>For frameworks, install the Objective-C compatibility header describing bridged Swift classes into the `PUBLIC_HEADERS_FOLDER_PATH` so they may be accessed from Objective-C code using the framework. Defaults to `YES`.</string>
220
+ <key>DisplayName</key>
221
+ <string>Install Objective-C Compatibility Header</string>
222
+ <key>Name</key>
223
+ <string>SWIFT_INSTALL_OBJC_HEADER</string>
224
+ <key>Type</key>
225
+ <string>Boolean</string>
226
+ </dict>
227
+ <dict>
228
+ <key>Category</key>
229
+ <string>Code Generation</string>
230
+ <key>CommandLineArgs</key>
231
+ <dict>
232
+ <key>-Owholemodule</key>
233
+ <array>
234
+ <string>-O</string>
235
+ <string>-whole-module-optimization</string>
236
+ </array>
237
+ <key>&lt;&lt;otherwise&gt;&gt;</key>
238
+ <string>$(value)</string>
239
+ </dict>
240
+ <key>DefaultValue</key>
241
+ <string>-O</string>
242
+ <key>DisplayName</key>
243
+ <string>Optimization Level</string>
244
+ <key>Name</key>
245
+ <string>SWIFT_OPTIMIZATION_LEVEL</string>
246
+ <key>Type</key>
247
+ <string>Enumeration</string>
248
+ <key>Values</key>
249
+ <array>
250
+ <string>-Onone</string>
251
+ <string>-O</string>
252
+ <string>-Osize</string>
253
+ </array>
254
+ </dict>
255
+ <dict>
256
+ <key>Category</key>
257
+ <string>Code Generation</string>
258
+ <key>CommandLineArgs</key>
259
+ <dict>
260
+ <key>&lt;&lt;otherwise&gt;&gt;</key>
261
+ <array/>
262
+ <key>wholemodule</key>
263
+ <string>-whole-module-optimization</string>
264
+ </dict>
265
+ <key>Condition</key>
266
+ <string>!$(SWIFT_WHOLE_MODULE_OPTIMIZATION) &amp;&amp; $(SWIFT_OPTIMIZATION_LEVEL) != '-Owholemodule'</string>
267
+ <key>DefaultValue</key>
268
+ <string>singlefile</string>
269
+ <key>DisplayName</key>
270
+ <string>Compilation Mode</string>
271
+ <key>Name</key>
272
+ <string>SWIFT_COMPILATION_MODE</string>
273
+ <key>Type</key>
274
+ <string>Enumeration</string>
275
+ <key>Values</key>
276
+ <array>
277
+ <string>singlefile</string>
278
+ <string>wholemodule</string>
279
+ </array>
280
+ </dict>
281
+ <dict>
282
+ <key>CommandLineArgs</key>
283
+ <dict>
284
+ <key>NO</key>
285
+ <string>-disable-batch-mode</string>
286
+ <key>YES</key>
287
+ <string>-enable-batch-mode</string>
288
+ </dict>
289
+ <key>Condition</key>
290
+ <string>!$(SWIFT_WHOLE_MODULE_OPTIMIZATION) &amp;&amp; $(SWIFT_OPTIMIZATION_LEVEL) != '-Owholemodule' &amp;&amp; $(SWIFT_COMPILATION_MODE) != 'wholemodule'</string>
291
+ <key>DefaultValue</key>
292
+ <string>YES</string>
293
+ <key>Name</key>
294
+ <string>SWIFT_ENABLE_BATCH_MODE</string>
295
+ <key>Type</key>
296
+ <string>Boolean</string>
297
+ </dict>
298
+ <dict>
299
+ <key>Category</key>
300
+ <string>Code Generation</string>
301
+ <key>CommandLineFlag</key>
302
+ <string>-remove-runtime-asserts</string>
303
+ <key>DefaultValue</key>
304
+ <string>NO</string>
305
+ <key>Description</key>
306
+ <string>Disable runtime safety checks when optimizing.</string>
307
+ <key>DisplayName</key>
308
+ <string>Disable Safety Checks</string>
309
+ <key>Name</key>
310
+ <string>SWIFT_DISABLE_SAFETY_CHECKS</string>
311
+ <key>Type</key>
312
+ <string>Boolean</string>
313
+ </dict>
314
+ <dict>
315
+ <key>Category</key>
316
+ <string>Code Generation</string>
317
+ <key>CommandLineArgs</key>
318
+ <dict>
319
+ <key>&lt;&lt;otherwise&gt;&gt;</key>
320
+ <string>-enforce-exclusivity=$(value)</string>
321
+ <key>compile-time</key>
322
+ <string>-enforce-exclusivity=unchecked</string>
323
+ <key>debug-only</key>
324
+ <array/>
325
+ <key>full</key>
326
+ <array/>
327
+ <key>none</key>
328
+ <string>-enforce-exclusivity=none</string>
329
+ <key>off</key>
330
+ <string>-enforce-exclusivity=unchecked</string>
331
+ <key>on</key>
332
+ <string>-enforce-exclusivity=checked</string>
333
+ </dict>
334
+ <key>DefaultValue</key>
335
+ <string>on</string>
336
+ <key>Description</key>
337
+ <string>Enforce exclusive access at run-time.</string>
338
+ <key>DisplayName</key>
339
+ <string>Exclusive Access to Memory</string>
340
+ <key>Name</key>
341
+ <string>SWIFT_ENFORCE_EXCLUSIVE_ACCESS</string>
342
+ <key>Type</key>
343
+ <string>Enumeration</string>
344
+ <key>Values</key>
345
+ <array>
346
+ <string>on</string>
347
+ <string>debug-only</string>
348
+ <string>off</string>
349
+ </array>
350
+ </dict>
351
+ <dict>
352
+ <key>CommandLineArgs</key>
353
+ <dict>
354
+ <key>NO</key>
355
+ <array/>
356
+ <key>YES</key>
357
+ <array>
358
+ <string>-enforce-exclusivity=unchecked</string>
359
+ </array>
360
+ </dict>
361
+ <key>Condition</key>
362
+ <string>$(SWIFT_OPTIMIZATION_LEVEL) != '-Onone' &amp;&amp; ($(SWIFT_ENFORCE_EXCLUSIVE_ACCESS) == 'full' || $(SWIFT_ENFORCE_EXCLUSIVE_ACCESS) == 'debug-only')</string>
363
+ <key>DefaultValue</key>
364
+ <string>YES</string>
365
+ <key>Name</key>
366
+ <string>__SWIFT_ENFORCE_EXCLUSIVE_ACCESS_DEBUG_ENFORCEMENT_RELEASE</string>
367
+ <key>Type</key>
368
+ <string>Boolean</string>
369
+ </dict>
370
+ <dict>
371
+ <key>CommandLineArgs</key>
372
+ <dict>
373
+ <key>NO</key>
374
+ <array/>
375
+ <key>YES</key>
376
+ <array>
377
+ <string>-enforce-exclusivity=checked</string>
378
+ </array>
379
+ </dict>
380
+ <key>Condition</key>
381
+ <string>$(SWIFT_OPTIMIZATION_LEVEL) == '-Onone' &amp;&amp; ($(SWIFT_ENFORCE_EXCLUSIVE_ACCESS) == 'full' || $(SWIFT_ENFORCE_EXCLUSIVE_ACCESS) == 'debug-only')</string>
382
+ <key>DefaultValue</key>
383
+ <string>YES</string>
384
+ <key>Name</key>
385
+ <string>__SWIFT_ENFORCE_EXCLUSIVE_ACCESS_DEBUG_ENFORCEMENT_DEBUG</string>
386
+ <key>Type</key>
387
+ <string>Boolean</string>
388
+ </dict>
389
+ <dict>
390
+ <key>Category</key>
391
+ <string>Code Generation</string>
392
+ <key>CommandLineArgs</key>
393
+ <dict>
394
+ <key>Off</key>
395
+ <array>
396
+ <string>-Xfrontend</string>
397
+ <string>-disable-swift3-objc-inference</string>
398
+ </array>
399
+ <key>On</key>
400
+ <array>
401
+ <string>-Xfrontend</string>
402
+ <string>-enable-swift3-objc-inference</string>
403
+ <string>-Xfrontend</string>
404
+ <string>-warn-swift3-objc-inference-minimal</string>
405
+ </array>
406
+ </dict>
407
+ <key>DefaultValue</key>
408
+ <string>Default</string>
409
+ <key>Description</key>
410
+ <string>Control how the Swift compiler infers @objc for declarations.</string>
411
+ <key>DisplayName</key>
412
+ <string>Swift 3 @objc Inference</string>
413
+ <key>Name</key>
414
+ <string>SWIFT_SWIFT3_OBJC_INFERENCE</string>
415
+ <key>Type</key>
416
+ <string>Enumeration</string>
417
+ <key>Values</key>
418
+ <array>
419
+ <string>Default</string>
420
+ <string>On</string>
421
+ <string>Off</string>
422
+ </array>
423
+ </dict>
424
+ <dict>
425
+ <key>DefaultValue</key>
426
+ <string>swiftCore</string>
427
+ <key>Name</key>
428
+ <string>SWIFT_STDLIB</string>
429
+ <key>Type</key>
430
+ <string>String</string>
431
+ </dict>
432
+ <dict>
433
+ <key>Category</key>
434
+ <string>Search Paths</string>
435
+ <key>Description</key>
436
+ <string>A list of paths to be searched by the Swift compiler for additional Swift modules.</string>
437
+ <key>DisplayName</key>
438
+ <string>Import Paths</string>
439
+ <key>FlattenRecursiveSearchPathsInValue</key>
440
+ <string>Yes</string>
441
+ <key>Name</key>
442
+ <string>SWIFT_INCLUDE_PATHS</string>
443
+ <key>Type</key>
444
+ <string>PathList</string>
445
+ </dict>
446
+ <dict>
447
+ <key>FlattenRecursiveSearchPathsInValue</key>
448
+ <string>Yes</string>
449
+ <key>Name</key>
450
+ <string>FRAMEWORK_SEARCH_PATHS</string>
451
+ <key>Type</key>
452
+ <string>PathList</string>
453
+ </dict>
454
+ <dict>
455
+ <key>CommandLineArgs</key>
456
+ <dict>
457
+ <key></key>
458
+ <array/>
459
+ <key>&lt;&lt;otherwise&gt;&gt;</key>
460
+ <string>@$(value)</string>
461
+ </dict>
462
+ <key>DefaultValue</key>
463
+ <string>$(SWIFT_FILE_LIST_$(variant)_$(arch))</string>
464
+ <key>IsInputDependency</key>
465
+ <string>Yes</string>
466
+ <key>Name</key>
467
+ <string>__SWIFT_FILE_LIST_PATH__</string>
468
+ <key>Type</key>
469
+ <string>Path</string>
470
+ </dict>
471
+ <dict>
472
+ <key>CommandLineArgs</key>
473
+ <array/>
474
+ <key>DefaultValue</key>
475
+ <string>$(SWIFT_INDEXING_FILE_LIST_$(variant)_$(arch))</string>
476
+ <key>IsInputDependency</key>
477
+ <string>Yes</string>
478
+ <key>Name</key>
479
+ <string>__SWIFT_FILE_LIST_PATH_INDEXING__</string>
480
+ <key>Type</key>
481
+ <string>Path</string>
482
+ </dict>
483
+ <dict>
484
+ <key>Category</key>
485
+ <string>Custom Flags</string>
486
+ <key>CommandLineArgs</key>
487
+ <array>
488
+ <string>-D$(value)</string>
489
+ </array>
490
+ <key>Description</key>
491
+ <string>A list of compilation conditions to enable for conditional compilation expressions.</string>
492
+ <key>DisplayName</key>
493
+ <string>Active Compilation Conditions</string>
494
+ <key>Name</key>
495
+ <string>SWIFT_ACTIVE_COMPILATION_CONDITIONS</string>
496
+ <key>Type</key>
497
+ <string>StringList</string>
498
+ </dict>
499
+ <dict>
500
+ <key>Category</key>
501
+ <string>Custom Flags</string>
502
+ <key>CommandLineArgs</key>
503
+ <array>
504
+ <string>$(value)</string>
505
+ </array>
506
+ <key>Description</key>
507
+ <string>A list of additional flags to pass to the Swift compiler.</string>
508
+ <key>DisplayName</key>
509
+ <string>Other Swift Flags</string>
510
+ <key>Name</key>
511
+ <string>OTHER_SWIFT_FLAGS</string>
512
+ <key>Type</key>
513
+ <string>StringList</string>
514
+ </dict>
515
+ <dict>
516
+ <key>CommandLineFlag</key>
517
+ <string>-sdk</string>
518
+ <key>Name</key>
519
+ <string>SDKROOT</string>
520
+ <key>Type</key>
521
+ <string>Path</string>
522
+ </dict>
523
+ <dict>
524
+ <key>DefaultValue</key>
525
+ <string>$($(DEPLOYMENT_TARGET_SETTING_NAME))</string>
526
+ <key>Name</key>
527
+ <string>SWIFT_DEPLOYMENT_TARGET</string>
528
+ <key>Type</key>
529
+ <string>String</string>
530
+ </dict>
531
+ <dict>
532
+ <key>CommandLineFlag</key>
533
+ <string>-target</string>
534
+ <key>DefaultValue</key>
535
+ <string>$(CURRENT_ARCH)-apple-$(SWIFT_PLATFORM_TARGET_PREFIX)$(SWIFT_DEPLOYMENT_TARGET)$(LLVM_TARGET_TRIPLE_SUFFIX)</string>
536
+ <key>Name</key>
537
+ <string>SWIFT_TARGET_TRIPLE</string>
538
+ <key>Type</key>
539
+ <string>String</string>
540
+ </dict>
541
+ <dict>
542
+ <key>CommandLineFlag</key>
543
+ <string>-target-variant</string>
544
+ <key>ConditionFlavors</key>
545
+ <array>
546
+ <string>arch</string>
547
+ </array>
548
+ <key>Name</key>
549
+ <string>SWIFT_TARGET_TRIPLE_VARIANTS</string>
550
+ <key>Type</key>
551
+ <string>StringList</string>
552
+ </dict>
553
+ <dict>
554
+ <key>Basic</key>
555
+ <string>YES</string>
556
+ <key>Category</key>
557
+ <string>Language</string>
558
+ <key>DefaultValue</key>
559
+ <string></string>
560
+ <key>Description</key>
561
+ <string></string>
562
+ <key>DisplayName</key>
563
+ <string>Swift Language Version</string>
564
+ <key>Name</key>
565
+ <string>SWIFT_VERSION</string>
566
+ <key>Type</key>
567
+ <string>String</string>
568
+ <key>UIType</key>
569
+ <string>swiftversion</string>
570
+ </dict>
571
+ <dict>
572
+ <key>CommandLineArgs</key>
573
+ <dict>
574
+ <key>NO</key>
575
+ <array/>
576
+ <key>YES</key>
577
+ <array>
578
+ <string>-g</string>
579
+ </array>
580
+ </dict>
581
+ <key>Name</key>
582
+ <string>GCC_GENERATE_DEBUGGING_SYMBOLS</string>
583
+ <key>Type</key>
584
+ <string>Boolean</string>
585
+ </dict>
586
+ <dict>
587
+ <key>CommandLineFlag</key>
588
+ <string>-module-cache-path</string>
589
+ <key>Name</key>
590
+ <string>CLANG_MODULE_CACHE_PATH</string>
591
+ <key>Type</key>
592
+ <string>Path</string>
593
+ </dict>
594
+ <dict>
595
+ <key>CommandLineArgs</key>
596
+ <dict>
597
+ <key>NO</key>
598
+ <array/>
599
+ <key>YES</key>
600
+ <array>
601
+ <string>-Xfrontend</string>
602
+ <string>-serialize-debugging-options</string>
603
+ </array>
604
+ </dict>
605
+ <key>DefaultValue</key>
606
+ <string>YES</string>
607
+ <key>Name</key>
608
+ <string>SWIFT_SERIALIZE_DEBUGGING_OPTIONS</string>
609
+ <key>Type</key>
610
+ <string>Boolean</string>
611
+ </dict>
612
+ <dict>
613
+ <key>AdditionalLinkerArgs</key>
614
+ <dict>
615
+ <key>NO</key>
616
+ <array/>
617
+ <key>YES</key>
618
+ <array>
619
+ <string>-fapplication-extension</string>
620
+ </array>
621
+ </dict>
622
+ <key>CommandLineArgs</key>
623
+ <dict>
624
+ <key>NO</key>
625
+ <array/>
626
+ <key>YES</key>
627
+ <array>
628
+ <string>-application-extension</string>
629
+ </array>
630
+ </dict>
631
+ <key>DefaultValue</key>
632
+ <string>$(APPLICATION_EXTENSION_API_ONLY)</string>
633
+ <key>Name</key>
634
+ <string>SWIFT_ENABLE_APP_EXTENSION</string>
635
+ <key>Type</key>
636
+ <string>Boolean</string>
637
+ </dict>
638
+ <dict>
639
+ <key>AdditionalLinkerArgs</key>
640
+ <dict>
641
+ <key>NO</key>
642
+ <array/>
643
+ <key>YES</key>
644
+ <array>
645
+ <string>-fobjc-link-runtime</string>
646
+ </array>
647
+ </dict>
648
+ <key>CommandLineArgs</key>
649
+ <dict>
650
+ <key>NO</key>
651
+ <array/>
652
+ <key>YES</key>
653
+ <array/>
654
+ </dict>
655
+ <key>DefaultValue</key>
656
+ <string>YES</string>
657
+ <key>Name</key>
658
+ <string>SWIFT_LINK_OBJC_RUNTIME</string>
659
+ <key>Type</key>
660
+ <string>Boolean</string>
661
+ </dict>
662
+ <dict>
663
+ <key>CommandLineArgs</key>
664
+ <dict>
665
+ <key>NO</key>
666
+ <array/>
667
+ <key>YES</key>
668
+ <array>
669
+ <string>-update-code</string>
670
+ </array>
671
+ </dict>
672
+ <key>Name</key>
673
+ <string>SWIFT_MIGRATE_CODE</string>
674
+ <key>Type</key>
675
+ <string>Boolean</string>
676
+ </dict>
677
+ <dict>
678
+ <key>CommandLineArgs</key>
679
+ <dict>
680
+ <key>NO</key>
681
+ <array/>
682
+ <key>YES</key>
683
+ <array>
684
+ <string>-profile-coverage-mapping</string>
685
+ <string>-profile-generate</string>
686
+ </array>
687
+ </dict>
688
+ <key>DefaultValue</key>
689
+ <string>NO</string>
690
+ <key>Name</key>
691
+ <string>CLANG_COVERAGE_MAPPING</string>
692
+ <key>Type</key>
693
+ <string>Boolean</string>
694
+ </dict>
695
+ <dict>
696
+ <key>AdditionalLinkerArgs</key>
697
+ <dict>
698
+ <key>NO</key>
699
+ <array/>
700
+ <key>YES</key>
701
+ <array>
702
+ <string>-fprofile-instr-generate</string>
703
+ </array>
704
+ </dict>
705
+ <key>DefaultValue</key>
706
+ <string>$(CLANG_COVERAGE_MAPPING)</string>
707
+ <key>Name</key>
708
+ <string>CLANG_COVERAGE_MAPPING_LINKER_ARGS</string>
709
+ <key>Type</key>
710
+ <string>Boolean</string>
711
+ </dict>
712
+ <dict>
713
+ <key>Category</key>
714
+ <string>General</string>
715
+ <key>CommandLineArgs</key>
716
+ <dict>
717
+ <key>all</key>
718
+ <array/>
719
+ <key>none</key>
720
+ <array>
721
+ <string>-Xfrontend</string>
722
+ <string>-disable-reflection-metadata</string>
723
+ </array>
724
+ <key>without-names</key>
725
+ <array>
726
+ <string>-Xfrontend</string>
727
+ <string>-disable-reflection-names</string>
728
+ </array>
729
+ </dict>
730
+ <key>DefaultValue</key>
731
+ <string>all</string>
732
+ <key>DisplayName</key>
733
+ <string>Reflection Metadata Level</string>
734
+ <key>Name</key>
735
+ <string>SWIFT_REFLECTION_METADATA_LEVEL</string>
736
+ <key>Type</key>
737
+ <string>Enumeration</string>
738
+ <key>Values</key>
739
+ <array>
740
+ <string>all</string>
741
+ <string>without-names</string>
742
+ <string>none</string>
743
+ </array>
744
+ </dict>
745
+ <dict>
746
+ <key>Architectures</key>
747
+ <array>
748
+ <string>arm64</string>
749
+ <string>armv7</string>
750
+ <string>armv7s</string>
751
+ <string>armv7k</string>
752
+ <string>arm64_32</string>
753
+ </array>
754
+ <key>CommandLineArgs</key>
755
+ <dict>
756
+ <key>bitcode</key>
757
+ <array>
758
+ <string>-embed-bitcode</string>
759
+ </array>
760
+ <key>marker</key>
761
+ <array>
762
+ <string>-embed-bitcode-marker</string>
763
+ </array>
764
+ </dict>
765
+ <key>Condition</key>
766
+ <string>$(ENABLE_BITCODE) == YES</string>
767
+ <key>DefaultValue</key>
768
+ <string>$(BITCODE_GENERATION_MODE)</string>
769
+ <key>Name</key>
770
+ <string>SWIFT_BITCODE_GENERATION_MODE</string>
771
+ <key>Type</key>
772
+ <string>Enumeration</string>
773
+ <key>Values</key>
774
+ <array>
775
+ <string>marker</string>
776
+ <string>bitcode</string>
777
+ </array>
778
+ </dict>
779
+ <dict>
780
+ <key>AdditionalLinkerArgs</key>
781
+ <dict>
782
+ <key>NO</key>
783
+ <array/>
784
+ <key>YES</key>
785
+ <array>
786
+ <string>-fsanitize=address</string>
787
+ </array>
788
+ </dict>
789
+ <key>CommandLineArgs</key>
790
+ <dict>
791
+ <key>NO</key>
792
+ <array/>
793
+ <key>YES</key>
794
+ <array>
795
+ <string>-sanitize=address</string>
796
+ </array>
797
+ </dict>
798
+ <key>DefaultValue</key>
799
+ <string>$(ENABLE_ADDRESS_SANITIZER)</string>
800
+ <key>Name</key>
801
+ <string>SWIFT_ADDRESS_SANITIZER</string>
802
+ <key>Type</key>
803
+ <string>Boolean</string>
804
+ </dict>
805
+ <dict>
806
+ <key>Architectures</key>
807
+ <array>
808
+ <string>x86_64</string>
809
+ <string>arm64</string>
810
+ <string>arm64e</string>
811
+ </array>
812
+ <key>CommandLineArgs</key>
813
+ <dict>
814
+ <key>NO</key>
815
+ <array/>
816
+ <key>YES</key>
817
+ <array>
818
+ <string>-sanitize=thread</string>
819
+ </array>
820
+ </dict>
821
+ <key>DefaultValue</key>
822
+ <string>$(ENABLE_THREAD_SANITIZER)</string>
823
+ <key>Name</key>
824
+ <string>SWIFT_THREAD_SANITIZER</string>
825
+ <key>Type</key>
826
+ <string>Boolean</string>
827
+ </dict>
828
+ <dict>
829
+ <key>CommandLineArgs</key>
830
+ <dict>
831
+ <key>NO</key>
832
+ <array/>
833
+ <key>YES</key>
834
+ <array>
835
+ <string>-enable-testing</string>
836
+ </array>
837
+ </dict>
838
+ <key>DefaultValue</key>
839
+ <string>$(ENABLE_TESTABILITY)</string>
840
+ <key>Name</key>
841
+ <string>SWIFT_ENABLE_TESTABILITY</string>
842
+ <key>Type</key>
843
+ <string>Boolean</string>
844
+ </dict>
845
+ <dict>
846
+ <key>Category</key>
847
+ <string>Warnings Policies</string>
848
+ <key>CommandLineArgs</key>
849
+ <dict>
850
+ <key>NO</key>
851
+ <array/>
852
+ <key>YES</key>
853
+ <array>
854
+ <string>-suppress-warnings</string>
855
+ </array>
856
+ </dict>
857
+ <key>DefaultValue</key>
858
+ <string>NO</string>
859
+ <key>Description</key>
860
+ <string>Don't emit any warnings.</string>
861
+ <key>DisplayName</key>
862
+ <string>Suppress Warnings</string>
863
+ <key>Name</key>
864
+ <string>SWIFT_SUPPRESS_WARNINGS</string>
865
+ <key>Type</key>
866
+ <string>Boolean</string>
867
+ </dict>
868
+ <dict>
869
+ <key>Category</key>
870
+ <string>Warnings Policies</string>
871
+ <key>CommandLineArgs</key>
872
+ <dict>
873
+ <key>NO</key>
874
+ <array/>
875
+ <key>YES</key>
876
+ <array>
877
+ <string>-warnings-as-errors</string>
878
+ </array>
879
+ </dict>
880
+ <key>DefaultValue</key>
881
+ <string>NO</string>
882
+ <key>Description</key>
883
+ <string>Treat all warnings as errors.</string>
884
+ <key>DisplayName</key>
885
+ <string>Treat Warnings as Errors</string>
886
+ <key>Name</key>
887
+ <string>SWIFT_TREAT_WARNINGS_AS_ERRORS</string>
888
+ <key>Type</key>
889
+ <string>Boolean</string>
890
+ </dict>
891
+ <dict>
892
+ <key>DefaultValue</key>
893
+ <string>$(INDEX_DATA_STORE_DIR)</string>
894
+ <key>Name</key>
895
+ <string>SWIFT_INDEX_STORE_PATH</string>
896
+ <key>Type</key>
897
+ <string>Path</string>
898
+ </dict>
899
+ <dict>
900
+ <key>CommandLineArgs</key>
901
+ <dict>
902
+ <key>NO</key>
903
+ <array/>
904
+ <key>YES</key>
905
+ <array>
906
+ <string>-index-store-path</string>
907
+ <string>$(SWIFT_INDEX_STORE_PATH)</string>
908
+ </array>
909
+ </dict>
910
+ <key>Condition</key>
911
+ <string>$(COMPILER_INDEX_STORE_ENABLE) == YES || ( $(COMPILER_INDEX_STORE_ENABLE) == Default &amp;&amp; $(SWIFT_OPTIMIZATION_LEVEL) == '-Onone' )</string>
912
+ <key>DefaultValue</key>
913
+ <string>$(INDEX_ENABLE_DATA_STORE)</string>
914
+ <key>Name</key>
915
+ <string>SWIFT_INDEX_STORE_ENABLE</string>
916
+ <key>Type</key>
917
+ <string>Boolean</string>
918
+ </dict>
919
+ <dict>
920
+ <key>DefaultValue</key>
921
+ <string>$(BUILD_LIBRARY_FOR_DISTRIBUTION)</string>
922
+ <key>Name</key>
923
+ <string>SWIFT_EMIT_MODULE_INTERFACE</string>
924
+ <key>Type</key>
925
+ <string>Boolean</string>
926
+ </dict>
927
+ <dict>
928
+ <key>CommandLineArgs</key>
929
+ <dict>
930
+ <key>NO</key>
931
+ <array/>
932
+ <key>YES</key>
933
+ <array>
934
+ <string>-enable-library-evolution</string>
935
+ </array>
936
+ </dict>
937
+ <key>DefaultValue</key>
938
+ <string>$(BUILD_LIBRARY_FOR_DISTRIBUTION)</string>
939
+ <key>Name</key>
940
+ <string>SWIFT_ENABLE_LIBRARY_EVOLUTION</string>
941
+ <key>Type</key>
942
+ <string>Boolean</string>
943
+ </dict>
944
+ </array>
945
+ <key>ProgressDescription</key>
946
+ <string>Compiling Swift source files</string>
947
+ <key>ShowInCompilerSelectionPopup</key>
948
+ <string>NO</string>
949
+ <key>SupportedLanguageVersions</key>
950
+ <array>
951
+ <string>4.0</string>
952
+ <string>4.2</string>
953
+ <string>5.0</string>
954
+ </array>
955
+ <key>SupportsGenerateAssemblyFile</key>
956
+ <string>YES</string>
957
+ <key>SupportsGeneratePreprocessedFile</key>
958
+ <string>NO</string>
959
+ <key>SynthesizeBuildRule</key>
960
+ <string>YES</string>
961
+ <key>Type</key>
962
+ <string>Compiler</string>
963
+ <key>Vendor</key>
964
+ <string>Apple</string>
965
+ <key>Version</key>
966
+ <string>4.0</string>
967
+ </dict>
968
+ </array>
969
+ </plist>