Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String literal with string interpolation and cyrillic characters crashes #2397

Closed
Megal opened this issue Sep 10, 2018 · 2 comments
Closed

Comments

@Megal
Copy link

Megal commented Sep 10, 2018

New Issue Checklist

Describe the bug

Swiftlint crashes when string literal with string interpolation followed by space character and any Cyrillic characters presents in code.

Complete output when running SwiftLint, including the stack trace and command used
$ swiftlint lint                                                             
Loading configuration from '.swiftlint.yml'
Linting Swift files at paths 
Linting 'ShowCase.swift' (1/1)
[1]    14490 illegal hardware instruction  swiftlint lint
Process:               swiftlint [14664]
Path:                  /usr/local/Cellar/swiftlint/0.27.0/bin/swiftlint
Identifier:            swiftlint
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [439]
Responsible:           swiftlint [14664]
User ID:               501

Date/Time:             2018-09-10 19:56:11.072 +0300
OS Version:            Mac OS X 10.13.5 (17F77)
Report Version:        12
Bridge OS Version:     3.0 (14Y664)
Anonymous UUID:        2C66B41B-F482-A949-EEDE-626C7FDEBC6F


Time Awake Since Boot: 4500 seconds

System Integrity Protection: disabled

Crashed Thread:        3  Dispatch queue: com.apple.root.user-initiated-qos

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Thread 0:
0   libsystem_kernel.dylib        	0x00007fff7e490da2 __semwait_signal_nocancel + 10
1   libsystem_c.dylib             	0x00007fff7e395e77 nanosleep$NOCANCEL + 188
2   libsystem_c.dylib             	0x00007fff7e3bc830 sleep$NOCANCEL + 41
3   libdispatch.dylib             	0x00007fff7e312c58 _dispatch_queue_cleanup2 + 107
4   libsystem_pthread.dylib       	0x00007fff7e65a1aa _pthread_tsd_cleanup + 534
5   libsystem_pthread.dylib       	0x00007fff7e659ee9 _pthread_exit + 79
6   libsystem_pthread.dylib       	0x00007fff7e65a945 pthread_exit + 30
7   libdispatch.dylib             	0x00007fff7e312bc5 dispatch_main + 110
8   swiftlint                     	0x000000010f97afa5 main + 213
9   libdyld.dylib                 	0x00007fff7e340015 start + 1

Thread 1:: Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	0x00007fff7e490a4e __psynch_mutexwait + 10
1   libsystem_pthread.dylib       	0x00007fff7e658b9d _pthread_mutex_lock_wait + 83
2   libsystem_pthread.dylib       	0x00007fff7e6564c8 _pthread_mutex_lock_slow + 253
3   swiftlint                     	0x000000010fdbe14b swift::MutexPlatformHelper::lock(_opaque_pthread_mutex_t&) + 11
4   swiftlint                     	0x000000010fdbeb2a swift_conformsToProtocol + 90
5   swiftlint                     	0x000000010fdadea2 _conformsToProtocols(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::WitnessTable const**) + 178
6   swiftlint                     	0x000000010fdac4e6 _dynamicCastToExistential(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 422
7   swiftlint                     	0x000000010f5e6b2a swift_rt_swift_dynamicCast + 10
8   swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
9   swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
10  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
11  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
12  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
13  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
14  libdispatch.dylib             	0x00007fff7e31e7e4 _dispatch_apply_invoke_and_wait + 159
15  libdispatch.dylib             	0x00007fff7e310fa1 dispatch_apply_f + 820
16  swiftlint                     	0x000000010f9bec09 static DispatchQueue.concurrentPerform(iterations:execute:) + 217
17  swiftlint                     	0x000000010f681fe5 specialized closure #1 in Array.parallelMap<A>(transform:) + 197
18  swiftlint                     	0x000000010f6889f8 specialized Array.parallelFlatMap<A>(transform:) + 232
19  swiftlint                     	0x000000010f6ddd9d Linter.getStyleViolations(benchmark:) + 1485
20  swiftlint                     	0x000000010f6dd7ad _T018SwiftLintFramework6LinterV15styleViolationsSayAA14StyleViolationVGvg + 13
21  swiftlint                     	0x000000010f981985 specialized closure #1 in LintCommand.run(_:) + 69
22  swiftlint                     	0x000000010f98638c partial apply for closure #1 in LintCommand.run(_:) + 60
23  swiftlint                     	0x000000010f995d88 partial apply for closure #2 in closure #2 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 104
24  swiftlint                     	0x000000010f996449 closure #2 in closure #2 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:)partial apply + 9
25  swiftlint                     	0x000000010f995db1 partial apply for thunk for @callee_guaranteed () -> (@error @owned Error) + 17
26  swiftlint                     	0x000000010f996419 thunk for @callee_guaranteed () -> (@error @owned Error)partial apply + 9
27  swiftlint                     	0x000000010f99f5ea autoreleasepool<A>(invoking:) + 58
28  swiftlint                     	0x000000010f9961ae specialized closure #2 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 670
29  swiftlint                     	0x000000010f995b13 partial apply for closure #2 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 67
30  swiftlint                     	0x000000010f98d70e closure #4 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 126
31  swiftlint                     	0x000000010f995df5 partial apply for closure #4 in closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 21
32  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
33  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
34  libdispatch.dylib             	0x00007fff7e314d21 _dispatch_apply_serial + 111
35  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
36  libdispatch.dylib             	0x00007fff7e31cfc9 _dispatch_sync_function_invoke + 54
37  libdispatch.dylib             	0x00007fff7e311020 dispatch_apply_f + 947
38  swiftlint                     	0x000000010f9bec09 static DispatchQueue.concurrentPerform(iterations:execute:) + 217
39  swiftlint                     	0x000000010f994db7 specialized closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 5479
40  swiftlint                     	0x000000010f990abd partial apply for closure #2 in Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 61
41  swiftlint                     	0x000000010f990b47 partial apply for thunk for @callee_guaranteed (@owned [Configuration : [File]]) -> (@owned Result<[File], CommandantError<()>>) + 23
42  swiftlint                     	0x000000010f5f4bc1 Result.flatMap<A>(_:) + 225
43  swiftlint                     	0x000000010f9907fd specialized Configuration.visitLintableFiles(paths:action:useSTDIN:quiet:useScriptInputFiles:forceExclude:cache:parallel:visitorBlock:) + 701
44  swiftlint                     	0x000000010f980e7f specialized LintCommand.run(_:) + 1087
45  swiftlint                     	0x000000010f97fe4c protocol witness for CommandProtocol.run(_:) in conformance LintCommand + 60
46  swiftlint                     	0x000000010f5dad9a closure #1 in CommandWrapper.init<A>(_:) + 634
47  swiftlint                     	0x000000010f5e0fe9 partial apply for closure #1 in CommandWrapper.init<A>(_:) + 25
48  swiftlint                     	0x000000010f5db5fe CommandRegistry.run(command:arguments:) + 238
49  swiftlint                     	0x000000010f5e03d6 specialized CommandRegistry.main(arguments:defaultVerb:errorHandler:) + 582
50  swiftlint                     	0x000000010f5db761 CommandRegistry.main(defaultVerb:errorHandler:) + 97
51  swiftlint                     	0x000000010f97b3d6 closure #1 in  + 1014
52  swiftlint                     	0x000000010f6c6aa0 _T0Ieg_IeyB_TR + 32
53  libdispatch.dylib             	0x00007fff7e30e5fa _dispatch_call_block_and_release + 12
54  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
55  libdispatch.dylib             	0x00007fff7e313cc5 _dispatch_queue_override_invoke + 880
56  libdispatch.dylib             	0x00007fff7e3089a9 _dispatch_root_queue_drain + 515
57  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
58  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
59  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.root.default-qos.overcommit
0   libsystem_kernel.dylib        	0x00007fff7e49102a __sigsuspend_nocancel + 10
1   libdispatch.dylib             	0x00007fff7e312cd5 _dispatch_sigsuspend + 21
2   libdispatch.dylib             	0x00007fff7e312cc0 _dispatch_sig_thread + 53

Thread 3 Crashed:: Dispatch queue: com.apple.root.user-initiated-qos
0   swiftlint                     	0x000000010f666124 NSString.CacheContainer.location(fromByteOffset:) + 468
1   swiftlint                     	0x000000010f6657ed NSString.byteRangeToNSRange(start:length:) + 109
2   swiftlint                     	0x000000010f81286f specialized NoFallthroughOnlyRule.validate(file:kind:dictionary:) + 143
3   swiftlint                     	0x000000010f70fd61 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 433
4   swiftlint                     	0x000000010f70fe27 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA21NoFallthroughOnlyRuleV_Tg5 + 23
5   swiftlint                     	0x000000010f70fc77 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 199
6   swiftlint                     	0x000000010f70fe27 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA21NoFallthroughOnlyRuleV_Tg5 + 23
7   swiftlint                     	0x000000010f70fc77 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 199
8   swiftlint                     	0x000000010f70fe27 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA21NoFallthroughOnlyRuleV_Tg5 + 23
9   swiftlint                     	0x000000010f70fc77 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 199
10  swiftlint                     	0x000000010f70fe27 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA21NoFallthroughOnlyRuleV_Tg5 + 23
11  swiftlint                     	0x000000010f7129db _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_tFTf4gn_nAA12ForWhereRuleV_Tg5Tm + 171
12  swiftlint                     	0x000000010f70cea6 protocol witness for Rule.validate(file:) in conformance NoFallthroughOnlyRule + 22
13  swiftlint                     	0x000000010f6e5d02 specialized Rule.lint(file:regions:benchmark:superfluousDisableCommandRule:) + 626
14  swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
15  swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
16  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
17  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
18  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
19  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
20  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
21  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
22  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
23  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
24  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
25  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 4:: Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	0x00007fff7e490a4e __psynch_mutexwait + 10
1   libsystem_pthread.dylib       	0x00007fff7e658b9d _pthread_mutex_lock_wait + 83
2   libsystem_pthread.dylib       	0x00007fff7e6564c8 _pthread_mutex_lock_slow + 253
3   swiftlint                     	0x000000010fdbe14b swift::MutexPlatformHelper::lock(_opaque_pthread_mutex_t&) + 11
4   swiftlint                     	0x000000010fdbeb2a swift_conformsToProtocol + 90
5   swiftlint                     	0x000000010fdadea2 _conformsToProtocols(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::WitnessTable const**) + 178
6   swiftlint                     	0x000000010fdac4e6 _dynamicCastToExistential(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 422
7   swiftlint                     	0x000000010f5e6b2a swift_rt_swift_dynamicCast + 10
8   swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
9   swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
10  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
11  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
12  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
13  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
14  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
15  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
16  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
17  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
18  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
19  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 5:: Dispatch queue: com.apple.root.user-initiated-qos
0   swiftlint                     	0x000000010fdb106d _swift_release_ + 45
1   swiftlint                     	0x000000010fd60d4a specialized _findStringSwitchCaseWithCache(cases:string:cache:) + 714
2   swiftlint                     	0x000000010fc70a65 _findStringSwitchCaseWithCache(cases:string:cache:) + 21
3   swiftlint                     	0x000000010f671145 specialized SwiftDeclarationKind.init(rawValue:) + 101
4   swiftlint                     	0x000000010f670d09 SwiftDeclarationKind.init(rawValue:) + 9
5   swiftlint                     	0x000000010f70f714 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA19PrivateUnitTestRuleV_Tg5 + 340
6   swiftlint                     	0x000000010f70f67b _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA19PrivateUnitTestRuleV_Tg5 + 187
7   swiftlint                     	0x000000010f71315a _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_tFTf4gn_nAA19PrivateUnitTestRuleV_Tg5 + 186
8   swiftlint                     	0x000000010f70d01f protocol witness for Rule.validate(file:) in conformance PrivateUnitTestRule + 15
9   swiftlint                     	0x000000010f6e5d02 specialized Rule.lint(file:regions:benchmark:superfluousDisableCommandRule:) + 626
10  swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
11  swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
12  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
13  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
14  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
15  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
16  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
17  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
18  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
19  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
20  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
21  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 6:: Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	0x00007fff7e490a4e __psynch_mutexwait + 10
1   libsystem_pthread.dylib       	0x00007fff7e658b9d _pthread_mutex_lock_wait + 83
2   libsystem_pthread.dylib       	0x00007fff7e6564c8 _pthread_mutex_lock_slow + 253
3   swiftlint                     	0x000000010fdbe14b swift::MutexPlatformHelper::lock(_opaque_pthread_mutex_t&) + 11
4   swiftlint                     	0x000000010fdbeb2a swift_conformsToProtocol + 90
5   swiftlint                     	0x000000010fdadea2 _conformsToProtocols(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::WitnessTable const**) + 178
6   swiftlint                     	0x000000010fdac4e6 _dynamicCastToExistential(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 422
7   swiftlint                     	0x000000010f5e6b2a swift_rt_swift_dynamicCast + 10
8   swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
9   swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
10  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
11  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
12  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
13  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
14  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
15  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
16  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
17  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
18  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
19  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 7:: Dispatch queue: com.apple.root.user-initiated-qos
0   swiftlint                     	0x000000010fdbec10 swift_conformsToProtocol + 320
1   swiftlint                     	0x000000010fdadea2 _conformsToProtocols(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::WitnessTable const**) + 178
2   swiftlint                     	0x000000010fdac4e6 _dynamicCastToExistential(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 422
3   swiftlint                     	0x000000010f5e6b2a swift_rt_swift_dynamicCast + 10
4   swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
5   swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
6   swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
7   swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
8   swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
9   libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
10  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
11  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
12  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
13  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
14  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
15  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 8:: Dispatch queue: com.apple.root.user-initiated-qos
0   libsystem_kernel.dylib        	0x00007fff7e490a4e __psynch_mutexwait + 10
1   libsystem_pthread.dylib       	0x00007fff7e658b9d _pthread_mutex_lock_wait + 83
2   libsystem_pthread.dylib       	0x00007fff7e6564c8 _pthread_mutex_lock_slow + 253
3   swiftlint                     	0x000000010fdbe14b swift::MutexPlatformHelper::lock(_opaque_pthread_mutex_t&) + 11
4   swiftlint                     	0x000000010fdbeb2a swift_conformsToProtocol + 90
5   swiftlint                     	0x000000010fdadea2 _conformsToProtocols(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::WitnessTable const**) + 178
6   swiftlint                     	0x000000010fdac4e6 _dynamicCastToExistential(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetExistentialTypeMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 422
7   swiftlint                     	0x000000010f5e6b2a swift_rt_swift_dynamicCast + 10
8   swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
9   swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
10  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
11  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
12  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
13  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
14  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
15  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
16  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
17  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
18  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
19  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 9:: Dispatch queue: com.apple.root.user-initiated-qos
0   swiftlint                     	0x000000010fcc8821 specialized _hashString(_:) + 1
1   swiftlint                     	0x000000010fc5e72f _hashString(_:) + 15
2   swiftlint                     	0x000000010f69d039 _T0s10DictionaryV18SwiftLintFrameworks26ExpressibleByStringLiteralRzrlE4kindSSSgvgSS_012SourceKittenD00J16KitRepresentable_pTg5 + 73
3   swiftlint                     	0x000000010f70fcee _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 318
4   swiftlint                     	0x000000010f70fe47 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA22EmptyEnumArgumentsRuleV_Tg5 + 23
5   swiftlint                     	0x000000010f70fc77 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA12ForWhereRuleV_Tg5Tm + 199
6   swiftlint                     	0x000000010f70fe47 _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_s10DictionaryVySSAK0L16KitRepresentable_pG10dictionarytFAjRcfU_Tf4gnn_nAA22EmptyEnumArgumentsRuleV_Tg5 + 23
7   swiftlint                     	0x000000010f7129db _T018SwiftLintFramework7ASTRulePAASS8KindType_8RawValueRTzrlE8validateSayAA14StyleViolationVG012SourceKittenC04FileC4file_tFTf4gn_nAA12ForWhereRuleV_Tg5Tm + 171
8   swiftlint                     	0x000000010f70ca56 protocol witness for Rule.validate(file:) in conformance EmptyEnumArgumentsRule + 22
9   swiftlint                     	0x000000010f6e5d02 specialized Rule.lint(file:regions:benchmark:superfluousDisableCommandRule:) + 626
10  swiftlint                     	0x000000010f6ecf70 partial apply for closure #2 in Linter.getStyleViolations(benchmark:) + 128
11  swiftlint                     	0x000000010f6ecff1 _T018SwiftLintFramework4Rule_pAA0B6Result33_5A5F37FCDEE0B4D78BAE05A90BA8A062LLVSgIegio_AaB_pAFIegir_TRTA + 33
12  swiftlint                     	0x000000010f68223d specialized closure #1 in closure #1 in Array.parallelMap<A>(transform:) + 93
13  swiftlint                     	0x000000010f68a859 partial apply for specialized  + 25
14  swiftlint                     	0x000000010f9bec67 thunk for @callee_guaranteed (@unowned Int) -> () + 39
15  libdispatch.dylib             	0x00007fff7e3111d1 _dispatch_client_callout2 + 8
16  libdispatch.dylib             	0x00007fff7e31110d _dispatch_apply_invoke + 159
17  libdispatch.dylib             	0x00007fff7e306db8 _dispatch_client_callout + 8
18  libdispatch.dylib             	0x00007fff7e308b2c _dispatch_root_queue_drain + 902
19  libdispatch.dylib             	0x00007fff7e308755 _dispatch_worker_thread3 + 101
20  libsystem_pthread.dylib       	0x00007fff7e658169 _pthread_wqthread + 1387
21  libsystem_pthread.dylib       	0x00007fff7e657be9 start_wqthread + 13

Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x00000000000000cd  rbx: 0x00007fa8fd45f6c0  rcx: 0x8000000000000003  rdx: 0x000000000023bad1
  rdi: 0x00007fa8fd45f6d8  rsi: 0x0000000000000000  rbp: 0x000070000eabfc70  rsp: 0x000070000eabfc20
   r8: 0x00000000000000d4   r9: 0x0000000000000039  r10: 0xc000000000000035  r11: 0x00007fa8fd45f6c0
  r12: 0x00000000000000d4  r13: 0x000070000eabfc20  r14: 0x0000000000000134  r15: 0x0000000000000039
  rip: 0x000000010f666124  rfl: 0x0000000000010202  cr2: 0x000000010f6b4170
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10f5b5000 -        0x10febeff7 +swiftlint (0) <995F025D-5672-352F-AEE5-58B974964E36> /usr/local/bin/swiftlint
       0x111600000 -        0x111645ff3  com.apple.sourcekitd (1.0 - 902.0.54) <05F895C4-8057-34C6-A4A9-48E8CB000439> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x115bb8000 -        0x115c029df  dyld (551.3) <AFAB4EFA-7020-34B1-BBEF-0F26C6D3CA36> /usr/lib/dyld
    0x7fff52a27000 -     0x7fff52a27fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff52a3f000 -     0x7fff52f3dfc3  com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff52f3e000 -     0x7fff53098fe3  libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff53099000 -     0x7fff530c7fef  libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff530c8000 -     0x7fff53487ff7  libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff53488000 -     0x7fff5349dff7  libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff5349e000 -     0x7fff534a3ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff534a4000 -     0x7fff53524fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff53525000 -     0x7fff53538fff  libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff53539000 -     0x7fff536e6fc3  libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff536e7000 -     0x7fff53798fff  libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff53799000 -     0x7fff53799fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff5493c000 -     0x7fff5493cfff  com.apple.ApplicationServices (48 - 50) <7BD49390-6D89-3429-80CD-6C70334F9B49> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff5493d000 -     0x7fff549a3fff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff54a3c000 -     0x7fff54b5efff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff54b5f000 -     0x7fff54ba9ff7  libFontRegistry.dylib (221.3) <C84F7112-4764-3F4B-9FBA-4A022CF6346B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff54ceb000 -     0x7fff54cefff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff54d8f000 -     0x7fff54de1ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff54de2000 -     0x7fff54df0fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff54df1000 -     0x7fff54e3dfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff54e3e000 -     0x7fff54e78fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff54e79000 -     0x7fff54e85fff  com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff54e86000 -     0x7fff55113ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <4545D879-3520-36D1-A83D-F3993CC2FA6B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff55438000 -     0x7fff557d2ff7  com.apple.CFNetwork (901.1 - 901.1) <5181E03E-F354-35D6-949B-79433346510B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff55d07000 -     0x7fff55dc0fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff55f4d000 -     0x7fff55fe0ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <222E098D-96E5-3669-B077-3C019111849A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff56071000 -     0x7fff563c7fef  com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff563c8000 -     0x7fff564affff  com.apple.CoreDisplay (1.0 - 97.21) <88E1D7C8-90F4-3F2C-A92B-5AB30B0468C8> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff564b0000 -     0x7fff56951fef  com.apple.CoreFoundation (6.9 - 1452.23) <945E5C0A-86C5-336E-A64F-5BF06E78985A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff56953000 -     0x7fff56f63fef  com.apple.CoreGraphics (2.0 - 1161.21) <27409F13-49A9-3C56-A9C6-D526C8FEEAD8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff56f65000 -     0x7fff57254fff  com.apple.CoreImage (13.0.0 - 579.5) <2B007515-7D90-3D64-8B5D-3B45DF648BFF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff57629000 -     0x7fff57629fff  com.apple.CoreServices (822.33 - 822.33) <1AC8CE39-003D-3901-909F-2DE6838AF097> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff5762a000 -     0x7fff5769effb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff5769f000 -     0x7fff57976fff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff57977000 -     0x7fff579abfff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff579ac000 -     0x7fff579b4ffb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff579b5000 -     0x7fff57b72fff  com.apple.LaunchServices (822.32 - 822.32) <2C93AAC9-6B22-3436-AC33-1BD414DCD66A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff57b73000 -     0x7fff57c23ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff57c24000 -     0x7fff57c84fff  com.apple.CoreServices.OSServices (822.33 - 822.33) <856D17AF-2697-3838-980B-6B3AAFEE4BF9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff57c85000 -     0x7fff57cf3fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff57cf4000 -     0x7fff57d18ffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <1B5228EF-D869-3A50-A373-7F4B0289FADD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff57fb9000 -     0x7fff58109fff  com.apple.CoreText (352.0 - 578.18) <B8454115-2A4B-3585-A7A1-B47A638F2EEB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff5810a000 -     0x7fff58144fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff5844b000 -     0x7fff58450fff  com.apple.DiskArbitration (2.7 - 2.7) <B059E12C-94EA-3A39-A03F-8AAB5F4EE1F2> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff58611000 -     0x7fff589d7fff  com.apple.Foundation (6.9 - 1452.23) <E64540AD-1755-3C16-8537-552A00E92541> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff58a47000 -     0x7fff58a77fff  com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff58ced000 -     0x7fff58d88ff7  com.apple.framework.IOKit (2.0.2 - 1445.60.1) <7C16F358-1F63-349F-AD58-F7B287C7B7B7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff58d8a000 -     0x7fff58d91ffb  com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff58de8000 -     0x7fff58f62ff7  com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff58f63000 -     0x7fff58f67ffb  libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff58f68000 -     0x7fff5904ffef  libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff59050000 -     0x7fff59073ff7  libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff5934f000 -     0x7fff59375feb  libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff59376000 -     0x7fff59378ffb  libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff59379000 -     0x7fff593c7fef  libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff5a281000 -     0x7fff5a29aff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff5ac7b000 -     0x7fff5acfcff7  com.apple.Metal (125.25 - 125.25) <E804AB5C-43A9-3216-9930-652595E0BFE5> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff5ad19000 -     0x7fff5ad34fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff5ad35000 -     0x7fff5ada4fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff5ada5000 -     0x7fff5adc9fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <BD50FD9C-CE92-34AF-8663-968BF89202A0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff5adca000 -     0x7fff5aeb1ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <FBDDCAE6-EC6E-361F-B924-B3EBDEAC2D2F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff5aeb2000 -     0x7fff5aeb2ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff5beb1000 -     0x7fff5bebdffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff5ecaf000 -     0x7fff5ecfdfff  com.apple.opencl (2.8.15 - 2.8.15) <23D7B57E-F538-3B2F-ABE0-91A2AC7C3FE6> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff5ecfe000 -     0x7fff5ed1affb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <3A8DECB8-52E6-3426-997B-1EF60DF47B28> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff5ed1b000 -     0x7fff5ed26fff  com.apple.OpenDirectory (10.13 - 207.50.1) <13668964-818C-347A-9EBA-7C86CBFB33EA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff5fea5000 -     0x7fff5fea7fff  libCVMSPluginSupport.dylib (16.5.10) <BF5D065A-A38B-3446-9418-799F598072EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff5fea8000 -     0x7fff5feadffb  libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff5feae000 -     0x7fff5feb2fff  libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5feb3000 -     0x7fff5febcff7  libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff5febd000 -     0x7fff5fec8fff  libGL.dylib (16.5.10) <AB8B6C73-8496-3784-83F6-27737ED03B09> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff5fec9000 -     0x7fff5ff04fe7  libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff60072000 -     0x7fff600b0ffb  libGLU.dylib (16.5.10) <F6844912-1B86-34DF-9FB5-A428CC7B5B18> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff60a28000 -     0x7fff60a37fff  com.apple.opengl (16.5.10 - 16.5.10) <D51C7DE3-ABE0-3CED-BB9C-7D71C3205FB6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff61886000 -     0x7fff61ad2ff7  com.apple.QuartzCore (1.11 - 584.52.1) <1E11741B-1AEF-34EC-944B-845DD62718F4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff62306000 -     0x7fff6262ffff  com.apple.security (7.0 - 58286.60.28) <12632D59-7FC2-3C37-AEAE-E9EB2A4253C3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff62630000 -     0x7fff626bcff7  com.apple.securityfoundation (6.0 - 55185.50.5) <0AF578A7-F076-3CC5-A5B7-FCA065D8CB74> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff626ee000 -     0x7fff626f2ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <2DE3DCFE-B463-35B4-8823-D8B6D799B654> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff62a97000 -     0x7fff62b07ff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff65a02000 -     0x7fff65a95fef  com.apple.APFS (1.0 - 1) <1C3D9229-E64A-3D11-ACDE-76E8171F7B7C> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff66836000 -     0x7fff6687eff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff668b9000 -     0x7fff668e1fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff67103000 -     0x7fff6710aff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff68b48000 -     0x7fff68b51ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff69654000 -     0x7fff69664ff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff69f8b000 -     0x7fff69fbcff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff6a7ce000 -     0x7fff6a7d2ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff6b8a0000 -     0x7fff6bccefff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff6ef96000 -     0x7fff6ef9bff7  com.apple.GPUWrangler (3.18.52 - 3.18.52) <FCDE73DB-4663-3E3E-BFDA-B51648967AB5> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff6fd11000 -     0x7fff6fd20fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6fda3000 -     0x7fff6fe17fff  com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff70726000 -     0x7fff7072dff7  com.apple.IOAccelerator (378.18.1 - 378.18.1) <F37B8021-DA55-3FA2-921F-59D49CAA2DFC> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff70731000 -     0x7fff70748fff  com.apple.IOPresentment (1.0 - 35.1) <534F12C3-3585-3637-BE16-48891FCAEB7A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff70dd2000 -     0x7fff70ec7ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff70ec8000 -     0x7fff70f0afff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff70f0e000 -     0x7fff70f15ff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff71c26000 -     0x7fff71c8fff7  com.apple.gpusw.MetalTools (1.0 - 1) <B5F66CF4-BE75-3A0B-A6A0-2F22C7C259D9> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff71ebd000 -     0x7fff71ee7ffb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff7214e000 -     0x7fff72159fff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff7817b000 -     0x7fff78417fff  com.apple.SkyLight (1.600.0 - 312.62) <66F27586-E5CF-3147-9AC6-793B264DE29D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff79d8c000 -     0x7fff79d94ff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff7b9b7000 -     0x7fff7b9b9ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff7bb20000 -     0x7fff7bb53ff7  libclosured.dylib (551.3) <DC3DA678-9C40-339C-A9C6-32AB74FCC682> /usr/lib/closure/libclosured.dylib
    0x7fff7bc0d000 -     0x7fff7bc46ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff7bc47000 -     0x7fff7bc52fff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff7bce4000 -     0x7fff7bce5ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff7bd1c000 -     0x7fff7bee6ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff7bf1e000 -     0x7fff7bf1efff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff7c05a000 -     0x7fff7c05bffb  libSystem.B.dylib (1252.50.4) <CDA73F3E-2A7D-3354-818A-580317A03255> /usr/lib/libSystem.B.dylib
    0x7fff7c0ee000 -     0x7fff7c0eefff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff7c0ef000 -     0x7fff7c105ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff7c106000 -     0x7fff7c130ff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff7c1b6000 -     0x7fff7c1b6ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff7c1b7000 -     0x7fff7c26fff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff7c270000 -     0x7fff7c280ff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff7c281000 -     0x7fff7c28effb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff7c28f000 -     0x7fff7c2e5fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff7c2e6000 -     0x7fff7c30aff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff7c30c000 -     0x7fff7c31cfff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff7c31d000 -     0x7fff7c334fcf  libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
    0x7fff7c5df000 -     0x7fff7c5f7ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff7c5f8000 -     0x7fff7c5f9ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff7caca000 -     0x7fff7cb20ff3  libcups.2.dylib (462.2.1) <5FD94468-FC3C-32DC-8EF5-EFDC2815FE85> /usr/lib/libcups.2.dylib
    0x7fff7cc60000 -     0x7fff7cc60fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff7cc97000 -     0x7fff7cc9cff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff7ccc8000 -     0x7fff7cdb9ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff7cdba000 -     0x7fff7cfe1ffb  libicucore.A.dylib (59180.0.1) <49C253CB-1BEF-3FF6-ABAB-7BACEEDE8C94> /usr/lib/libicucore.A.dylib
    0x7fff7d02e000 -     0x7fff7d02ffff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff7d030000 -     0x7fff7d049ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff7d04a000 -     0x7fff7d060ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff7d111000 -     0x7fff7d339ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff7d33e000 -     0x7fff7d36effb  libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
    0x7fff7d511000 -     0x7fff7d68bfff  libnetwork.dylib (1229.60.3) <6E469F8A-963B-399D-9053-4883D2EECF4E> /usr/lib/libnetwork.dylib
    0x7fff7d712000 -     0x7fff7db007e7  libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
    0x7fff7db13000 -     0x7fff7db17fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff7db1a000 -     0x7fff7db4efff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff7dbcd000 -     0x7fff7dbe9ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff7dc3a000 -     0x7fff7ddcdff7  libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
    0x7fff7dfa1000 -     0x7fff7e001ff3  libusrtcp.dylib (1229.60.3) <584152F4-EDC1-388A-9134-95147E8ABC49> /usr/lib/libusrtcp.dylib
    0x7fff7e002000 -     0x7fff7e005ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff7e006000 -     0x7fff7e013fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff7e017000 -     0x7fff7e0fefff  libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib
    0x7fff7e0ff000 -     0x7fff7e127fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff7e128000 -     0x7fff7e13affb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff7e1d6000 -     0x7fff7e1daff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff7e1db000 -     0x7fff7e1e5ff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7e1e6000 -     0x7fff7e1edfff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7e1ee000 -     0x7fff7e1f7ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff7e1f8000 -     0x7fff7e27dfff  libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib
    0x7fff7e305000 -     0x7fff7e33eff7  libdispatch.dylib (913.60.2) <414353F7-3A9F-3091-AFCE-E66F74687D5D> /usr/lib/system/libdispatch.dylib
    0x7fff7e33f000 -     0x7fff7e35cff7  libdyld.dylib (551.3) <CF59A5A5-288B-30E6-BD42-9056B4E4139A> /usr/lib/system/libdyld.dylib
    0x7fff7e35d000 -     0x7fff7e35dffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff7e35e000 -     0x7fff7e36aff3  libkxld.dylib (4570.61.1) <E394563E-F5D5-338D-B733-445A553E6327> /usr/lib/system/libkxld.dylib
    0x7fff7e36b000 -     0x7fff7e36bff7  liblaunch.dylib (1205.60.9) <4B2943A9-0994-3E8B-94B8-98DA9CED0021> /usr/lib/system/liblaunch.dylib
    0x7fff7e36c000 -     0x7fff7e370ffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff7e371000 -     0x7fff7e373ff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff7e374000 -     0x7fff7e375ff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff7e376000 -     0x7fff7e38dfff  libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib
    0x7fff7e38e000 -     0x7fff7e38efff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7e38f000 -     0x7fff7e418ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff7e419000 -     0x7fff7e41cffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7e41d000 -     0x7fff7e420ffb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7e421000 -     0x7fff7e422fff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7e423000 -     0x7fff7e429ff7  libsystem_dnssd.dylib (878.50.17) <C12E2075-3E4B-3187-8B3B-F6150FCB82E0> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7e42a000 -     0x7fff7e473ff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff7e474000 -     0x7fff7e49aff7  libsystem_kernel.dylib (4570.61.1) <D7F2010A-EA32-3F62-90DE-85E3C5CC3065> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7e49b000 -     0x7fff7e4e6fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff7e4e7000 -     0x7fff7e506fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7e507000 -     0x7fff7e637ff7  libsystem_network.dylib (1229.60.3) <D17B38B7-BE5D-3A9C-9257-F045E7647E8A> /usr/lib/system/libsystem_network.dylib
    0x7fff7e638000 -     0x7fff7e642ffb  libsystem_networkextension.dylib (767.60.1) <1745C91F-9AF0-357D-BD40-34451A2D6A5E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff7e643000 -     0x7fff7e64cff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff7e64d000 -     0x7fff7e654ff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff7e655000 -     0x7fff7e660fff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff7e661000 -     0x7fff7e664fff  libsystem_sandbox.dylib (765.60.1) <E5DE4B2F-202D-3474-9F08-7CAB1501D411> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7e665000 -     0x7fff7e666ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7e667000 -     0x7fff7e66eff7  libsystem_symptoms.dylib (820.60.2) <9C9E82AB-D1EE-3EC7-B20E-44338CE092AC> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff7e66f000 -     0x7fff7e682fff  libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib
    0x7fff7e684000 -     0x7fff7e689ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff7e68a000 -     0x7fff7e6b7fff  libxpc.dylib (1205.60.9) <16132357-B57A-35F5-B165-487D3F759F45> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 343552
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=309.7M resident=0K(0%) swapped_out_or_unallocated=309.7M(100%)
Writable regions: Total=151.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=151.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                           122.4M       21 
MALLOC guard page                   32K        9 
STACK GUARD                       56.0M       11 
Stack                             12.6M       11 
VM_ALLOCATE                          4K        2 
__DATA                            14.7M      181 
__FONT_DATA                          4K        2 
__LINKEDIT                       198.3M        5 
__TEXT                           111.4M      183 
__UNICODE                          560K        2 
shared memory                      560K        5 
===========                     =======  ======= 
TOTAL                            532.8M      424 

Model: MacBookPro13,3, BootROM MBP133.0244.B00, 4 processors, Intel Core i7, 2,6 GHz, 16 GB, SMC 2.38f7
Graphics: Intel HD Graphics 530, Intel HD Graphics 530, Built-In
Graphics: Radeon Pro 450, AMD Radeon Pro 450, PCIe
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.77.37.31.1a9)
Bluetooth: Version 6.0.6f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: iPhone, Ethernet, en7
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: USB 2.0 Hub
USB Device: USB OPTICAL MOUSE
USB Device: USB 2.0 Hub
USB Device: iPhone
USB Device: USB-C Digital AV Multiport Adapter
USB Device: iBridge
USB Device: USB3.0 Hub
Thunderbolt Bus: MacBook Pro, Apple Inc., 33.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 33.1

Environment

  • SwiftLint version (run swiftlint version to be sure)?
    0.27.0

  • Installation method used (Homebrew, CocoaPods, building from source, etc)?
    Homebrew

  • Paste your configuration file:

# Disable some rules for good
disabled_rules:
  - closure_parameter_position # wanted: { \n [capture list] (parameters) in
  - statement_position # `else {`on next line 
  - trailing_comma # c-style why not
  - trailing_newline # To place code on eyes level not on bottom 
  - unused_closure_parameter # not used parameters may help to read semantics
  - vertical_whitespace # cannot configure to w=3 / e=4
  - force_cast # we are using it
  - opening_brace # we have Stroustrup-style in codebase
  - trailing_whitespace # we should soon enable it!
  - cyclomatic_complexity # we should enable this later, code with too high complexity is impossible to support!
  - nesting # we use deep nesting, but probably should't
  - identifier_name # cannot satisfy this yet
  - type_name # It's easy to fix this one!

# Only source subdirectory (don't mess with Pods)
included: 
  - Infrastructure
  - Demo
  - Core
  - Application

excluded:
  - Application/ViewControllers/Portfolio/Agreements # causes a crash

shorthand_operator:
  severity: warning

# cyclomatic_complexity:
#   severity: warning # warning for now, should have error on very big complexity

# Only way to support multiple protocol conformances on next line
colon:
  flexible_right_spacing: true

force_try:
  severity: warning # warning for now, should be error

# Max line length
line_length: 150 # only warning for now, 250 should be error

# class / struct length
type_body_length: 500 # should be aimed to value near 200

# Max file size
file_length: 500 # should have an error if 1000 or so

# Backend for error reporting
reporter: xcode

# Too many warnings becomes an error
warning_threshold: 5000 # will decrease that iteration by iteration

# Too big functions
function_body_length: 80 # warning for now, should be error

# Too big tuples
large_tuple: 3 # Actually 2 is a default value, and it should be an error

# How many arguments function may have
function_parameter_count: 10 # probably we should go even lower to 5

# type_name with \`
type_name:
  allowed_symbols: ['\`']

# identifier_name with \` and _
# identifier_name:
#   allowed_symbols: ['\`', '_']
#   min_length: 2

custom_rules:
  strongify_over_self: # rule identifier
    name: "Custom rule - Strongify" # rule name. optional.
    regex: "(guard let `self`)" # matching pattern
    message: "To recapture self use variable `strongify` e.g.: guard let strongify = self" # violation message. optional.
    severity: warning # violation severity. optional.
  • Are you using nested configurations?
    No

  • Which Xcode version are you using (check xcode-select -p)?
    /Applications/Xcode.app/Contents/Developer
    Version 9.4.1 (9F2000)

  • Do you have a sample that shows the issue?
    $ swiftlint lint --path Application/ShowCase.swift --no-cache --enable-all-rules
    Showcase project is available https://github.com/Megal/EmptyEnumArgumentsRuleBug.git

        switch controlType {
        case 0:
            // This doesn't triggers crash
            self.info = "\(minRequiredAmount)рублей"
        case 1:
            // But this does
            self.info = "\(minRequiredAmount) рублей"
        default:
            self.info = ""
        }
@realm-probot realm-probot bot added the O:User label Sep 10, 2018
@marcelofabri
Copy link
Collaborator

From the stack trace, it looks like the crash was caused by NoFallthroughOnlyRule, not EmptyEnumArgumentsRule.

This is a duplicate of #2276 which is caused by a bug in SourceKit: https://bugs.swift.org/browse/SR-6443

@realm-probot
Copy link

realm-probot bot commented Sep 10, 2018

Hey - looks like you forgot to add a T:* label - could you please add one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants