-
Notifications
You must be signed in to change notification settings - Fork 94
/
compile_commands.json
567 lines (567 loc) · 447 KB
/
compile_commands.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
[
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateEngine.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateEngine.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateEngine.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateEngine.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateEngine.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ICUTemplateMatcher.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ICUTemplateMatcher.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/ICUTemplateMatcher.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ICUTemplateMatcher.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/ICUTemplateMatcher.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardFilters.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardFilters.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateStandardFilters.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardFilters.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateStandardFilters.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardMarkers.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardMarkers.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateStandardMarkers.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/MGTemplateStandardMarkers.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/MGTemplateStandardMarkers.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray+ParseKitAdditions.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray+ParseKitAdditions.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSArray+ParseKitAdditions.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray+ParseKitAdditions.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSArray+ParseKitAdditions.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray_DeepMutableCopy.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray_DeepMutableCopy.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/NSArray_DeepMutableCopy.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSArray_DeepMutableCopy.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/NSArray_DeepMutableCopy.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSDictionary_DeepMutableCopy.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSDictionary_DeepMutableCopy.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/NSDictionary_DeepMutableCopy.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSDictionary_DeepMutableCopy.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/lib/MGTemplateEngine/NSDictionary_DeepMutableCopy.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSMutableSet+ParseKitAdditions.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSMutableSet+ParseKitAdditions.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSMutableSet+ParseKitAdditions.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSMutableSet+ParseKitAdditions.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSMutableSet+ParseKitAdditions.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSString+ParseKitAdditions.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSString+ParseKitAdditions.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSString+ParseKitAdditions.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/NSString+ParseKitAdditions.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/NSString+ParseKitAdditions.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAST.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAST.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAST.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAST.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAST.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKActionNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKActionNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKActionNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKActionNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKActionNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternation.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternation.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAlternation.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternation.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAlternation.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternationNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternationNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKAlternationNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAlternationNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKAlternationNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAny.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAny.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAny.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAny.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAny.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAssembly.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAssembly.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAssembly.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKAssembly.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKAssembly.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKBaseNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKBaseNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseVisitor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseVisitor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKBaseVisitor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKBaseVisitor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKBaseVisitor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCaseInsensitiveLiteral.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCaseInsensitiveLiteral.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCaseInsensitiveLiteral.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCaseInsensitiveLiteral.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCaseInsensitiveLiteral.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKChar.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKChar.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKChar.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKChar.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKChar.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCharacterAssembly.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCharacterAssembly.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCharacterAssembly.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCharacterAssembly.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCharacterAssembly.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKCollectionNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKCollectionNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCollectionParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCollectionParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCollectionParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKComment.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKComment.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKComment.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKComment.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKComment.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCommentState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCommentState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCommentState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCommentState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCommentState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKCompositeNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKCompositeNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCompositeParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKCompositeParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKCompositeParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKConstantNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKConstantNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKConstantNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKConstantNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKConstantNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKDefinitionNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKDefinitionNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionPhaseVisitor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionPhaseVisitor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDefinitionPhaseVisitor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDefinitionPhaseVisitor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDefinitionPhaseVisitor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitDescriptor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitDescriptor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptorCollection.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptorCollection.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitDescriptorCollection.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitDescriptorCollection.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitDescriptorCollection.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKDelimitedNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKDelimitedNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedString.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedString.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitedString.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDelimitedString.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDelimitedString.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDifference.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDifference.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDifference.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDifference.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDifference.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDigit.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDigit.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDigit.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKDigit.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKDigit.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmailState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmailState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKEmailState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmailState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKEmailState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmpty.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmpty.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKEmpty.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKEmpty.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKEmpty.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKHashtagState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKHashtagState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKHashtagState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKHashtagState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKHashtagState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKIntersection.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKIntersection.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKIntersection.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKIntersection.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKIntersection.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLetter.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLetter.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLetter.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLetter.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLetter.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteral.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteral.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLiteral.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteral.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLiteral.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteralNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteralNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKLiteralNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLiteralNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKLiteralNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLowercaseWord.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLowercaseWord.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLowercaseWord.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKLowercaseWord.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKLowercaseWord.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultiLineCommentState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultiLineCommentState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKMultiLineCommentState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultiLineCommentState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKMultiLineCommentState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultipleNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultipleNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKMultipleNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKMultipleNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKMultipleNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNegation.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNegation.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNegation.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNegation.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNegation.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumber.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumber.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNumber.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumber.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNumber.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumberState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumberState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNumberState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKNumberState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKNumberState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKOptionalNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKOptionalNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKOptionalNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKOptionalNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKOptionalNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParserFactory.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParserFactory.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKParserFactory.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKParserFactory.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKParserFactory.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPattern.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPattern.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKPattern.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPattern.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKPattern.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuoteState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuoteState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKQuoteState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuoteState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKQuoteState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPatternNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPatternNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKPatternNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKPatternNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKPatternNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuotedString.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuotedString.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKQuotedString.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKQuotedString.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKQuotedString.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReader.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReader.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKReader.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReader.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKReader.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReferenceNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReferenceNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKReferenceNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKReferenceNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKReferenceNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRepetition.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRepetition.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKRepetition.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRepetition.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKRepetition.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKResolutionPhaseVisitor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKResolutionPhaseVisitor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKResolutionPhaseVisitor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKResolutionPhaseVisitor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKResolutionPhaseVisitor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRootNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRootNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKRootNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKRootNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/nodes/PKRootNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParserGenVisitor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParserGenVisitor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSParserGenVisitor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSParserGenVisitor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSParserGenVisitor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSRecognitionException.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSRecognitionException.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSRecognitionException.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSRecognitionException.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSRecognitionException.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenAssembly.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenAssembly.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSTokenAssembly.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenAssembly.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSTokenAssembly.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenKindDescriptor.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenKindDescriptor.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSTokenKindDescriptor.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSTokenKindDescriptor.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSTokenKindDescriptor.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSequence.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSequence.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSequence.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSequence.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSequence.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSingleLineCommentState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSingleLineCommentState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSingleLineCommentState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSingleLineCommentState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSingleLineCommentState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSpecificChar.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSpecificChar.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSpecificChar.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSpecificChar.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSpecificChar.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbol.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbol.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbol.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbol.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbol.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolRootNode.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolRootNode.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolRootNode.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolRootNode.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolRootNode.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKSymbolState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKSymbolState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTerminal.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTerminal.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTerminal.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTerminal.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTerminal.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKToken.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKToken.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKToken.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKToken.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKToken.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenArraySource.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenArraySource.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenArraySource.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenArraySource.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenArraySource.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenAssembly.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenAssembly.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenAssembly.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenAssembly.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenAssembly.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizer.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizer.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenizer.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizer.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenizer.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizerState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizerState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenizerState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTokenizerState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTokenizerState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrack.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrack.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTrack.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrack.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTrack.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrackException.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrackException.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTrackException.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTrackException.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTrackException.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTwitterState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTwitterState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTwitterState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKTwitterState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKTwitterState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKURLState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKURLState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKURLState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKURLState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKURLState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKUppercaseWord.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKUppercaseWord.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKUppercaseWord.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKUppercaseWord.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKUppercaseWord.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespace.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespace.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWhitespace.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespace.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWhitespace.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespaceState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespaceState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWhitespaceState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWhitespaceState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWhitespaceState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWord.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWord.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWord.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWord.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWord.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWordState.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWordState.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWordState.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/PKWordState.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/PKWordState.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ParseKitParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ParseKitParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/ParseKitParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/ParseKitParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/ParseKitParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/Pods-MHImportBuster-ParseKit-dummy.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/Pods-MHImportBuster-ParseKit-dummy.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-dummy.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/Pods-MHImportBuster-ParseKit-dummy.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-dummy.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Pods-MHImportBuster-ParseKit-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/BuildHeaders/ParseKit -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-ParseKit-prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/RegexKitLite.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/RegexKitLite.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/RegexKitLite.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster-ParseKit.build/Objects-normal/x86_64/RegexKitLite.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/ParseKit/src/RegexKitLite.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Pods-MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Pods-MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Pods-MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Pods-MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Objects-normal/x86_64/Pods-MHImportBuster-dummy.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Objects-normal/x86_64/Pods-MHImportBuster-dummy.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-dummy.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/Pods.build/Debug/Pods-MHImportBuster.build/Objects-normal/x86_64/Pods-MHImportBuster-dummy.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Pods-MHImportBuster-dummy.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHConcreteSourceOperation.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHConcreteSourceOperation.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHConcreteSourceOperation.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHConcreteSourceOperation.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHConcreteSourceOperation.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSView+Dumping.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSView+Dumping.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSView+Dumping.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSView+Dumping.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSView+Dumping.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatement.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatement.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHStatement.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatement.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHStatement.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/DVTSourceTextStorage+Operations.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/DVTSourceTextStorage+Operations.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/DVTSourceTextStorage+Operations.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/DVTSourceTextStorage+Operations.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/DVTSourceTextStorage+Operations.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHSortImportsAlphabeticallyOperation.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHSortImportsAlphabeticallyOperation.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHSortImportsAlphabeticallyOperation.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHSortImportsAlphabeticallyOperation.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHSortImportsAlphabeticallyOperation.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentLOCObserver.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentLOCObserver.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentLOCObserver.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentLOCObserver.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentLOCObserver.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+MHNSRange.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+MHNSRange.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSString+MHNSRange.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+MHNSRange.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSString+MHNSRange.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/PKToken+Factory.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/PKToken+Factory.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/PKToken+Factory.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/PKToken+Factory.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/PKToken+Factory.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement+Sorting.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement+Sorting.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/MHImportStatement+Sorting.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement+Sorting.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/MHImportStatement+Sorting.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSObject+MHLogMethods.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSObject+MHLogMethods.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSObject+MHLogMethods.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSObject+MHLogMethods.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSObject+MHLogMethods.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatementParser.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatementParser.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHStatementParser.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHStatementParser.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHStatementParser.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHImportStatement.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHImportStatement.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHImportStatement.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentObserver.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentObserver.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentObserver.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentObserver.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentObserver.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHFile.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHFile.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHFile.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHFile.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHFile.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+Files.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+Files.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSString+Files.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSString+Files.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSString+Files.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHRemoveDuplicateImportsOperation.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHRemoveDuplicateImportsOperation.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHRemoveDuplicateImportsOperation.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHRemoveDuplicateImportsOperation.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHRemoveDuplicateImportsOperation.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentMethodLOCObserver.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentMethodLOCObserver.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentMethodLOCObserver.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHDocumentMethodLOCObserver.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHDocumentMethodLOCObserver.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHMethodStatement.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHMethodStatement.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHMethodStatement.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHMethodStatement.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Classes/MHMethodStatement.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSMutableIndexSet+NSArray.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSMutableIndexSet+NSArray.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSMutableIndexSet+NSArray.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/NSMutableIndexSet+NSArray.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/Categories/NSMutableIndexSet+NSArray.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/MHImportBuster-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/Kiwi -I/Users/mhlebar/Documents/GitHub/MHImportBuster/Pods/Headers/ParseKit -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -F/Applications/Xcode.app/Contents/SharedFrameworks -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/MHImportBuster-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHXcodeDocumentNavigator.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHXcodeDocumentNavigator.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/External/Benoit/MHXcodeDocumentNavigator.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBuster.build/Objects-normal/x86_64/MHXcodeDocumentNavigator.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBuster/External/Benoit/MHXcodeDocumentNavigator.m"
},
{
"directory": "/Users/mhlebar/Documents/GitHub/MHImportBuster",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.9 -g -Wno-sign-conversion -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/MHImportBusterPlugin-generated-files.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/MHImportBusterPlugin-own-target-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/MHImportBusterPlugin-all-target-headers.hmap -iquote /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/MHImportBusterPlugin-project-headers.hmap -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/DerivedSources/x86_64 -I/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/DerivedSources -F/Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Products/Debug -include /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBusterPlugin/MHImportBusterPlugin-Prefix.pch -MMD -MT dependencies -MF /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/Objects-normal/x86_64/MHImportBusterPlugin.d --serialize-diagnostics /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/Objects-normal/x86_64/MHImportBusterPlugin.dia -c /Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBusterPlugin/MHImportBusterPlugin.m -o /Users/mhlebar/Library/Developer/Xcode/DerivedData/MHImportBuster-bcllrrrhludoonehmuqhtgvcdgfl/Build/Intermediates/MHImportBuster.build/Debug/MHImportBusterPlugin.build/Objects-normal/x86_64/MHImportBusterPlugin.o",
"file": "/Users/mhlebar/Documents/GitHub/MHImportBuster/MHImportBusterPlugin/MHImportBusterPlugin.m"
}
]