SRGSSR / srgappearance-apple

The appearance toolbox for SRG SSR applications
MIT License
0 stars 1 forks source link

Xcode Crash in Test when using SPM-Package #5

Closed TorstenKaufmann closed 3 years ago

TorstenKaufmann commented 3 years ago

Issue type

Xcode 12 crash during unit tests

Description of the problem

As soon as the Xcode 12.x user tries to execute unit tests Xcode crashes (see stack trace below). Workaround: Edit the Package.swift and change the instruction from copying the fonts to process the fonts.

Stack trace or log information

Note: scroll right to fully see the line starting with: "Details:"

Process:               Xcode [1014]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            Xcode
Version:               12.1 (17222)
Build Info:            IDEFrameworks-17222000000000000~2 (12A7403)
App Item ID:           497799835
App External ID:       838102861
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [1014]
User ID:               503

Date/Time:             2020-10-27 11:56:16.953 +0100
OS Version:            Mac OS X 10.15.5 (19F101)
Report Version:        12
Bridge OS Version:     4.5 (17P5300)
Anonymous UUID:        CF11DE19-5EDB-3258-60C3-B216F8F8AE0B

Sleep/Wake UUID:       BF4A45E2-0B8D-4F86-ADE6-7165CCE078A4

Time Awake Since Boot: 1000 seconds
Time Since Wake:       980 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: IDEContainer - uniquing lock

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ProductBuildVersion: 12A7403
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-17222/IDEFoundation/ProjectModel/Containers/IDEContainer.m:580
Details:  Error: Mismatch between existing container extension: <DVTExtension 0x7fd18482ec70: Swift User Managed Package Folder (Xcode.IDEFoundation.Container.SwiftPackageUserManagedFolder) from com.apple.dt.IDE.IDESwiftPackageSupport> and requested container extension: <DVTExtension 0x7fd1834674d0: Folder (Xcode.IDEFoundation.Container.Folder) from com.apple.dt.IDEFoundation> for file path: <DVTFilePath:0x7fd174c8cbc0:'/Users/torsten/Documents/Projekte/SRF/srgappearance-apple/Sources/SRGAppearance/Fonts'>
Object:   <IDEContainer>
Method:   +_retainedContainerAtFilePath:fileDataType:workspace:options:error:
Thread:   <NSThread: 0x7fd18371a5d0>{number = 1, name = main}
Open FDs: 57/7168
Hints:   

Environment information

Reproducibility

Always reproducable

Code sample

crash:

    targets: [
        .target(
            name: "SRGAppearance",
            resources: [
                .copy("Fonts")
            ],
            cSettings: [
                .define("MARKETING_VERSION", to: "\"\(ProjectSettings.marketingVersion)\"")
            ]
        )

no crash:

    targets: [
        .target(
            name: "SRGAppearance",
            resources: [
                .process("Fonts")
            ],
            cSettings: [
                .define("MARKETING_VERSION", to: "\"\(ProjectSettings.marketingVersion)\"")
            ]
        )

Steps to reproduce

Check out SRF Sport App and run unit test target: https://github.com/mmz-srf/srf-sportapp-ios

Full stack trace

Process: Xcode [1014] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: Xcode Version: 12.1 (17222) Build Info: IDEFrameworks-17222000000000000~2 (12A7403) App Item ID: 497799835 App External ID: 838102861 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [1014] User ID: 503

Date/Time: 2020-10-27 11:56:16.953 +0100 OS Version: Mac OS X 10.15.5 (19F101) Report Version: 12 Bridge OS Version: 4.5 (17P5300) Anonymous UUID: CF11DE19-5EDB-3258-60C3-B216F8F8AE0B

Sleep/Wake UUID: BF4A45E2-0B8D-4F86-ADE6-7165CCE078A4

Time Awake Since Boot: 1000 seconds Time Since Wake: 980 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: IDEContainer - uniquing lock

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: ProductBuildVersion: 12A7403 ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-17222/IDEFoundation/ProjectModel/Containers/IDEContainer.m:580 Details: Error: Mismatch between existing container extension: <DVTExtension 0x7fd18482ec70: Swift User Managed Package Folder (Xcode.IDEFoundation.Container.SwiftPackageUserManagedFolder) from com.apple.dt.IDE.IDESwiftPackageSupport> and requested container extension: <DVTExtension 0x7fd1834674d0: Folder (Xcode.IDEFoundation.Container.Folder) from com.apple.dt.IDEFoundation> for file path: <DVTFilePath:0x7fd174c8cbc0:'/Users/torsten/Documents/Projekte/SRF/srgappearance-apple/Sources/SRGAppearance/Fonts'> Object: Method: +_retainedContainerAtFilePath:fileDataType:workspace:options:error: Thread: <NSThread: 0x7fd18371a5d0>{number = 1, name = main} Open FDs: 57/7168 Hints:

Backtrace: 0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit) 1 _DVTAssertionHandler (in DVTFoundation) 2 _DVTAssertionFailureHandler (in DVTFoundation) 3 82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2 (in IDEFoundation) 4 _dispatch_client_callout (in libdispatch.dylib) 5 _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib) 6 DVTDispatchBarrierSync (in DVTFoundation) 7 -[DVTDispatchLock performLockedBlock:] (in DVTFoundation) 8 82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke (in IDEFoundation) 9 -[DVTModelObjectGraph performBlockCoalescingModelChanges:] (in DVTFoundation) 10 +[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:] (in IDEFoundation) 11 +[IDEContainer retainedContainerAtFilePath:fileDataType:workspace:error:] (in IDEFoundation) 12 -[IDEFileReference _recalculateReferencedContainer] (in IDEFoundation) 13 -[IDEFileReference referencedContainer] (in IDEFoundation) 14 38-[IDEWorkspace _setupContainerQueries]_block_invoke (in IDEFoundation) 15 -[IDEContainerQuery _processContainerGraphObject:insertedMatches:deletedMatches:] (in IDEFoundation) 16 -[IDEContainerQuery _traverseContainerGraphObject:forDeletion:checkedContainers:insertedMatches:deletedMatches:] (in IDEFoundation) 17 -[IDEContainerQuery _traverseContainerGraphObjects:forDeletion:insertedMatches:deletedMatches:] (in IDEFoundation) 18 -[IDEContainerQuery _objectsDidChange:] (in IDEFoundation) 19 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER (in CoreFoundation) 20 _CFXRegistrationPost1_block_invoke (in CoreFoundation) 21 _CFXRegistrationPost1 (in CoreFoundation) 22 _CFXNotificationPost_block_invoke (in CoreFoundation) 23 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation) 24 _CFXNotificationPost (in CoreFoundation) 25 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation) 26 -[NSNotificationCenter(DVTNSNotificationCenterAdditions_MRR) _dvt_postNotificationName:object:userInfo:] (in DVTFoundation) 27 -[DVTModelObjectGraph _coalescingTick] (in DVTFoundation) 28 __58-[DVTModelObjectGraph performBlockCoalescingModelChanges:]_block_invoke (in DVTFoundation) 29 -[DVTModelGraphTransactionScope performTransaction:] (in DVTFoundation) 30 -[DVTModelObjectGraph performBlockCoalescingModelChanges:] (in DVTFoundation) 31 -[IDEFileReference _invalidateStartingWith:changeBlock:] (in IDEFoundation) 32 -[IDEFileReference _invalidateResolvedFilePath] (in IDEFoundation) 33 -[IDEFileReference _setContainer:] (in IDEFoundation) 34 -[IDEContainerItem _setSuperitem:] (in IDEFoundation) 35 IDESwiftPackageBlueprint.sourceCodeBuildFileReferences() (in IDESwiftPackageCore) 36 @objc IDESwiftPackageBlueprint.sourceCodeBuildFileReferences() (in IDESwiftPackageCore) 37 +[IDECoverageBuildableInfo infoForBuildable:withBuildParameterVariants:] (in IDEFoundation) 38 IDETestPlan.coverageBuildableInfos(for:buildableResolver:buildParameterVariants:) (in IDEFoundation) 39 @objc IDETestPlan.coverageBuildableInfos(for:buildableResolver:buildParameterVariants:) (in IDEFoundation) 40 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation) 41 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation) 42 -[IDEScheme startedOperationForSchemeOperationParameters:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation) 43 151-[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:]_block_invoke.1637 (in IDEKit) 44 54-[IDEWorkspaceDocument performBlockAfterPreBuildSave:]_block_invoke (in IDEKit) 45 -[IDEDocumentController _saveEditorDocuments:forOperation:completionBlock:] (in IDEKit) 46 -[IDEDocumentController saveAllEditorDocumentsAsynchronouslyWithCompletionBlock:] (in IDEKit) 47 -[IDEWorkspaceDocument performBlockAfterPreBuildSave:] (in IDEKit) 48 151-[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:]_block_invoke (in IDEKit) 49 -[IDEWorkspaceTabController showStandardArchitecturesAlertForScheme:schemeTask:schemeCommand:runDestination:completionBlock:] (in IDEKit) 50 -[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:] (in IDEKit) 51 143-[IDEWorkspaceTabController _performTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:invokedViaScripting:completionBlock:]_block_invoke (in IDEKit) 52 146-[IDEWorkspaceTabController _performBlock:unlessBuildIsActiveWithScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:completionBlock:]_block_invoke (in IDEKit) 53 -[IDEWorkspaceTabController _performBlock:unlessBuildIsActiveWithScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:completionBlock:] (in IDEKit) 54 -[IDEWorkspaceTabController _performTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:invokedViaScripting:completionBlock:] (in IDEKit) 55 125-[IDEWorkspaceTabController _performDebuggableTaskOnScheme:forSchemeOperationParameters:invokedViaScripting:completionBlock:]_block_invoke_2 (in IDEKit) 56 125-[IDEWorkspaceTabController _performDebuggableTaskOnScheme:forSchemeOperationParameters:invokedViaScripting:completionBlock:]_block_invoke.2002 (in IDEKit) 57 _dispatch_call_block_and_release (in libdispatch.dylib) 58 _dispatch_client_callout (in libdispatch.dylib) 59 _dispatch_main_queue_callback_4CF (in libdispatch.dylib) 60 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE (in CoreFoundation) 61 __CFRunLoopRun (in CoreFoundation) 62 CFRunLoopRunSpecific (in CoreFoundation) 63 RunCurrentEventLoopInMode (in HIToolbox) 64 ReceiveNextEventCommon (in HIToolbox) 65 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) 66 _DPSNextEvent (in AppKit) 67 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) 68 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit) 69 -[NSApplication run] (in AppKit) 70 NSApplicationMain (in AppKit) 71 start (in libdyld.dylib)

abort() called

Application Specific Signatures: (existingContainer->_extension == containerExtension)

Thread 0 Crashed:: Dispatch queue: IDEContainer - uniquing lock 0 libsystem_kernel.dylib 0x00007fff6f3dd33a pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff6f499e60 pthread_kill + 430 2 libsystem_c.dylib 0x00007fff6f364808 abort + 120 3 com.apple.dt.IDEKit 0x000000010da3239c +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1275 4 com.apple.dt.IDEKit 0x000000010da328a2 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 1068 5 com.apple.dt.DVTFoundation 0x000000010be7b40b _DVTAssertionHandler + 476 6 com.apple.dt.DVTFoundation 0x000000010be7b60e _DVTAssertionFailureHandler + 306 7 com.apple.dt.IDEFoundation 0x000000010cca60fa 82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2 + 1334 8 libdispatch.dylib 0x00007fff6f23c658 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff6f2486ec _dispatch_lane_barrier_sync_invoke_and_complete + 60 10 com.apple.dt.DVTFoundation 0x000000010bec9ddf DVTDispatchBarrierSync + 208 11 com.apple.dt.DVTFoundation 0x000000010bea0ef6 -[DVTDispatchLock performLockedBlock:] + 60 12 com.apple.dt.IDEFoundation 0x000000010cca5a38 82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke + 223 13 com.apple.dt.DVTFoundation 0x000000010bd449ca -[DVTModelObjectGraph performBlockCoalescingModelChanges:] + 48 14 com.apple.dt.IDEFoundation 0x000000010cca5705 +[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:] + 1519 15 com.apple.dt.IDEFoundation 0x000000010cca50e2 +[IDEContainer retainedContainerAtFilePath:fileDataType:workspace:error:] + 88 16 com.apple.dt.IDEFoundation 0x000000010cc2deaf -[IDEFileReference _recalculateReferencedContainer] + 565 17 com.apple.dt.IDEFoundation 0x000000010cc2e69d -[IDEFileReference referencedContainer] + 69 18 com.apple.dt.IDEFoundation 0x000000010c94d0c5 38-[IDEWorkspace _setupContainerQueries]_block_invoke + 161 19 com.apple.dt.IDEFoundation 0x000000010c99a65a -[IDEContainerQuery _processContainerGraphObject:insertedMatches:deletedMatches:] + 74 20 com.apple.dt.IDEFoundation 0x000000010c99aaba -[IDEContainerQuery _traverseContainerGraphObject:forDeletion:checkedContainers:insertedMatches:deletedMatches:] + 695 21 com.apple.dt.IDEFoundation 0x000000010c99b8f0 -[IDEContainerQuery _traverseContainerGraphObjects:forDeletion:insertedMatches:deletedMatches:] + 492 22 com.apple.dt.IDEFoundation 0x000000010c99bcaa -[IDEContainerQuery _objectsDidChange:] + 450 23 com.apple.CoreFoundation 0x00007fff3526289f CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12 24 com.apple.CoreFoundation 0x00007fff35262833 _CFXRegistrationPost1_block_invoke + 63 25 com.apple.CoreFoundation 0x00007fff352627a8 _CFXRegistrationPost1 + 372 26 com.apple.CoreFoundation 0x00007fff35262414 _CFXNotificationPost_block_invoke + 80 27 com.apple.CoreFoundation 0x00007fff3523258d -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1554 28 com.apple.CoreFoundation 0x00007fff35231a39 _CFXNotificationPost + 1351 29 com.apple.Foundation 0x00007fff378ac786 -[NSNotificationCenter postNotificationName:object:userInfo:] + 59 30 com.apple.dt.DVTFoundation 0x000000010bd176b0 -[NSNotificationCenter(DVTNSNotificationCenterAdditions_MRR) _dvt_postNotificationName:object:userInfo:] + 177 31 com.apple.dt.DVTFoundation 0x000000010bd4489e -[DVTModelObjectGraph _coalescingTick] + 489 32 com.apple.dt.DVTFoundation 0x000000010bd44af5 58-[DVTModelObjectGraph performBlockCoalescingModelChanges:]_block_invoke + 168 33 com.apple.dt.DVTFoundation 0x000000010be72426 -[DVTModelGraphTransactionScope performTransaction:] + 66 34 com.apple.dt.DVTFoundation 0x000000010bd44a2c -[DVTModelObjectGraph performBlockCoalescingModelChanges:] + 146 35 com.apple.dt.IDEFoundation 0x000000010cc2bd2a -[IDEFileReference _invalidateStartingWith:changeBlock:] + 195 36 com.apple.dt.IDEFoundation 0x000000010cc2c73d -[IDEFileReference _invalidateResolvedFilePath] + 36 37 com.apple.dt.IDEFoundation 0x000000010cc2bbd9 -[IDEFileReference _setContainer:] + 64 38 com.apple.dt.IDEFoundation 0x000000010cbfd7ca -[IDEContainerItem _setSuperitem:] + 299 39 com.apple.dt.IDESwiftPackageCore 0x000000013509f14b IDESwiftPackageBlueprint.sourceCodeBuildFileReferences() + 603 40 com.apple.dt.IDESwiftPackageCore 0x00000001350a06eb @objc IDESwiftPackageBlueprint.sourceCodeBuildFileReferences() + 27 41 com.apple.dt.IDEFoundation 0x000000010c88bd87 +[IDECoverageBuildableInfo infoForBuildable:withBuildParameterVariants:] + 1593 42 com.apple.dt.IDEFoundation 0x000000010cdeca5c IDETestPlan.coverageBuildableInfos(for:buildableResolver:buildParameterVariants:) + 2876 43 com.apple.dt.IDEFoundation 0x000000010cdecf8b @objc IDETestPlan.coverageBuildableInfos(for:buildableResolver:buildParameterVariants:) + 139 44 com.apple.dt.IDEFoundation 0x000000010caeb108 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] + 9360 45 com.apple.dt.IDEFoundation 0x000000010cae5092 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] + 4269 46 com.apple.dt.IDEFoundation 0x000000010cae6020 -[IDEScheme startedOperationForSchemeOperationParameters:deviceAvailableChecker:error:completionBlock:] + 112 47 com.apple.dt.IDEKit 0x000000010d968ef2 151-[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:]_block_invoke.1637 + 66 48 com.apple.dt.IDEKit 0x000000010d94269e 54-[IDEWorkspaceDocument performBlockAfterPreBuildSave:]_block_invoke + 41 49 com.apple.dt.IDEKit 0x000000010dd09a1a -[IDEDocumentController _saveEditorDocuments:forOperation:completionBlock:] + 376 50 com.apple.dt.IDEKit 0x000000010dd09bdc -[IDEDocumentController saveAllEditorDocumentsAsynchronouslyWithCompletionBlock:] + 100 51 com.apple.dt.IDEKit 0x000000010d94264c -[IDEWorkspaceDocument performBlockAfterPreBuildSave:] + 151 52 com.apple.dt.IDEKit 0x000000010d9689d5 151-[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:]_block_invoke + 1145 53 com.apple.dt.IDEKit 0x000000010d958c91 -[IDEWorkspaceTabController showStandardArchitecturesAlertForScheme:schemeTask:schemeCommand:runDestination:completionBlock:] + 512 54 com.apple.dt.IDEKit 0x000000010d968480 -[IDEWorkspaceTabController _actuallyPerformTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:enqueuingErrorBlock:completionBlock:] + 882 55 com.apple.dt.IDEKit 0x000000010d96b4a3 143-[IDEWorkspaceTabController _performTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:invokedViaScripting:completionBlock:]_block_invoke + 755 56 com.apple.dt.IDEKit 0x000000010d96c35e 146-[IDEWorkspaceTabController _performBlock:unlessBuildIsActiveWithScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:completionBlock:]_block_invoke + 26 57 com.apple.dt.IDEKit 0x000000010d96c26d -[IDEWorkspaceTabController _performBlock:unlessBuildIsActiveWithScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:completionBlock:] + 3104 58 com.apple.dt.IDEKit 0x000000010d96b0b3 -[IDEWorkspaceTabController _performTaskOnScheme:forSchemeOperationParameters:useLegacyCompletionBehavior:invokedViaScripting:completionBlock:] + 274 59 com.apple.dt.IDEKit 0x000000010d970000 125-[IDEWorkspaceTabController _performDebuggableTaskOnScheme:forSchemeOperationParameters:invokedViaScripting:completionBlock:]_block_invoke_2 + 54 60 com.apple.dt.IDEKit 0x000000010d97003b 125-[IDEWorkspaceTabController _performDebuggableTaskOnScheme:forSchemeOperationParameters:invokedViaScripting:completionBlock:]_block_invoke.2002 + 53 61 libdispatch.dylib 0x00007fff6f23b6c4 _dispatch_call_block_and_release + 12 62 libdispatch.dylib 0x00007fff6f23c658 _dispatch_client_callout + 8 63 libdispatch.dylib 0x00007fff6f247cab _dispatch_main_queue_callback_4CF + 936 64 com.apple.CoreFoundation 0x00007fff352abf11 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 65 com.apple.CoreFoundation 0x00007fff3526bd17 __CFRunLoopRun + 2028 66 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 67 com.apple.HIToolbox 0x00007fff33e99abd RunCurrentEventLoopInMode + 292 68 com.apple.HIToolbox 0x00007fff33e997d5 ReceiveNextEventCommon + 584 69 com.apple.HIToolbox 0x00007fff33e99579 _BlockUntilNextEventMatchingListInModeWithFilter + 64 70 com.apple.AppKit 0x00007fff324e1829 _DPSNextEvent + 883 71 com.apple.AppKit 0x00007fff324e0070 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 72 com.apple.dt.DVTKit 0x000000010c544bd0 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 421 73 com.apple.AppKit 0x00007fff324d1d7e -[NSApplication run] + 658 74 com.apple.AppKit 0x00007fff324a3b86 NSApplicationMain + 777 75 libdyld.dylib 0x00007fff6f295cc9 start + 1

Thread 1: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.Foundation 0x00007fff379031c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.apple.DTDeviceKitBase 0x00000001278c570a +[DTDKRemoteDeviceConnection startServiceBrowsers] + 188 7 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 8 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 9 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 2: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.Foundation 0x00007fff379031c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.apple.DTDeviceKitBase 0x00000001278d32ba -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 242 7 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 8 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 9 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff6f3df0fe select + 10 1 com.apple.CoreFoundation 0x00007fff35295ce3 CFSocketManager + 641 2 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 3 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 4:: JavaScriptCore bmalloc scavenger 0 libsystem_kernel.dylib 0x00007fff6f3d9882 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6f49a425 _pthread_cond_wait + 698 2 libc++.1.dylib 0x00007fff6c569592 std::__1::condition_variable::wait(std::1::unique_lock&) + 18 3 com.apple.JavaScriptCore 0x00007fff39a67224 void std::1::condition_variable_any::wait<std::1::unique_lock >(std::1::unique_lock&) + 84 4 com.apple.JavaScriptCore 0x00007fff39a6ba2b bmalloc::Scavenger::threadRunLoop() + 299 5 com.apple.JavaScriptCore 0x00007fff39a6b5f9 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger) + 9 6 com.apple.JavaScriptCore 0x00007fff39a6dcd7 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(bmalloc::Scavenger), bmalloc::Scavenger> >(void) + 39 7 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 8 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 5: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.spotlight.index 0x00007fff650a7706 _handleExceptions + 120 3 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 4 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.AppKit 0x00007fff32683144 _NSEventThread + 132 6 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 7:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.Foundation 0x00007fff379031c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 6 com.apple.Foundation 0x00007fff379b5c6f -[NSRunLoop(NSRunLoop) run] + 76 7 com.apple.GPUToolsMobileFoundation 0x00000001322d5a6a -[DYMobileDeviceManager _deviceNotificationThread:] + 126 8 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 9 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 10 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 8: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.CoreFoundation 0x00007fff352f3519 CFRunLoopRun + 40 6 libSwiftPM.dylib 0x00000001355002be closure #1 in FSEventStream.start() + 254 7 libSwiftPM.dylib 0x00000001354df682 closure #1 in Thread.init(task:) + 114 8 libSwiftPM.dylib 0x00000001354df79e thunk for @escaping @callee_guaranteed () -> () + 14 9 libSwiftPM.dylib 0x00000001354df776 @objc ThreadImpl.main() + 38 10 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 11 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 12 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 9: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.CoreFoundation 0x00007fff352f3519 CFRunLoopRun + 40 6 libSwiftPM.dylib 0x00000001355002be closure #1 in FSEventStream.start() + 254 7 libSwiftPM.dylib 0x00000001354df682 closure #1 in Thread.init(task:) + 114 8 libSwiftPM.dylib 0x00000001354df79e thunk for @escaping @callee_guaranteed () -> () + 14 9 libSwiftPM.dylib 0x00000001354df776 @objc ThreadImpl.main() + 38 10 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 11 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 12 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 10: 0 libsystem_kernel.dylib 0x00007fff6f3d6dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6f3d7170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3526cf85 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff3526ba52 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff3526aece CFRunLoopRunSpecific + 462 5 com.apple.CoreFoundation 0x00007fff352f3519 CFRunLoopRun + 40 6 libSwiftPM.dylib 0x00000001355002be closure #1 in FSEventStream.start() + 254 7 libSwiftPM.dylib 0x00000001354df682 closure #1 in Thread.init(task:) + 114 8 libSwiftPM.dylib 0x00000001354df79e thunk for @escaping @callee_guaranteed () -> () + 14 9 libSwiftPM.dylib 0x00000001354df776 @objc ThreadImpl.main() + 38 10 com.apple.Foundation 0x00007fff378fb7a2 NSThreadstart__ + 1064 11 libsystem_pthread.dylib 0x00007fff6f49a109 _pthread_start + 148 12 libsystem_pthread.dylib 0x00007fff6f495b8b thread_start + 15

Thread 11: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 12: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 13: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 14: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 15: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 16: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 17: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 18: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 19: 0 libsystem_pthread.dylib 0x00007fff6f495b68 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00000001127cddc0 rcx: 0x00007ffee4072db8 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee4072de0 rsp: 0x00007ffee4072db8 r8: 0x000000010e3063a8 r9: 0x000000010e0ee760 r10: 0x00000001127cddc0 r11: 0x0000000000000246 r12: 0x0000000000000307 r13: 0x000000010d15c678 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007fff6f3dd33a rfl: 0x0000000000000246 cr2: 0x00007fd18a7a3e00

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x10bb88000 - 0x10bb8bff7 com.apple.dt.Xcode (12.1 - 17222) <3E82AD6E-3364-3613-BB17-54BBBED5F26C> /Applications/Xcode.app/Contents/MacOS/Xcode 0x10bb9c000 - 0x10bbcbff7 com.apple.dt.DVTCocoaAdditionsKit (12.1 - 17199) <306E2B85-E339-3834-A2D6-03D935669B02> /Applications/Xcode.app/Contents/SharedFrameworks/DVTCocoaAdditionsKit.framework/Versions/A/DVTCocoaAdditionsKit 0x10bc06000 - 0x10c215ff7 com.apple.dt.DVTFoundation (12.1 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x10c52f000 - 0x10c6caff7 com.apple.dt.DVTKit (12.1 - 17199) <6ED9BC2D-6CC0-33A7-94B6-3478E0030AF3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x10c824000 - 0x10d0d7ff7 com.apple.dt.IDEFoundation (12.1 - 17222) <23C6A774-93D4-3AB2-A600-41C7DD3E43B7> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x10d8e5000 - 0x10e2d0fff com.apple.dt.IDEKit (12.1 - 17222) <1715E7F7-8DA8-38FA-A9F4-797BFF87C11D> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x10ebd0000 - 0x10ec6bfdf com.apple.SymbolicationDT (12.1 - 64540.81) <440576C3-21A8-396E-B5B5-A9F02C748ECB> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x10ecdb000 - 0x10ed1afff com.apple.DebugSymbols (195.1 - 195.1) /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x10ed6d000 - 0x10ee28ff7 com.apple.CoreSymbolicationDT (12.1 - 64540.91) /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x10eea1000 - 0x10eeccffb com.apple.dt.instruments.DTXConnectionServices (12.1 - 64540.123) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x10eef9000 - 0x10efc0fff com.apple.dt.instruments.DVTInstrumentsFoundation (12.1 - 64540.123) <1825CB7B-EC73-35BE-B021-8DB4BB3E2ECA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x10f081000 - 0x10f088ff7 com.apple.MallocStackLogging (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MallocStackLoggingDT.framework/Versions/A/MallocStackLoggingDT 0x10f095000 - 0x10f0a0fff com.apple.kperfdataDT (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x10f0b1000 - 0x10f0f8fff com.apple.libktrace (1.0 - 395) <1FEB65A6-99DC-39F4-947F-54DB005C52E1> /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT 0x10f135000 - 0x10f16cff7 com.apple.dt.instruments.DVTInstrumentsUtilities (12.1 - 64540.123) <5E40030A-255B-322C-9551-FCE60C928E7B> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x10f1bd000 - 0x10f1ccff7 com.apple.dt.DVTStructuredLayoutKit (1.0 - 17199) <4A97ED98-029D-32DB-8552-AD2F57BF1A8E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTStructuredLayoutKit.framework/Versions/A/DVTStructuredLayoutKit 0x10f1e9000 - 0x10f1f0ff3 com.apple.dt.DVTViewControllerKit (12.1 - 17199) <5F0991C3-2521-35C6-8AA1-B63DDBB87EA8> /Applications/Xcode.app/Contents/SharedFrameworks/DVTViewControllerKit.framework/Versions/A/DVTViewControllerKit 0x10f205000 - 0x10f408ff7 com.apple.dt.DVTUserInterfaceKit (12.1 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTUserInterfaceKit.framework/Versions/A/DVTUserInterfaceKit 0x10f5d5000 - 0x10f618fff com.apple.dt.DVTLibraryKit (12.1 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTLibraryKit.framework/Versions/A/DVTLibraryKit 0x10f671000 - 0x10f708ff7 com.apple.dt.DVTExplorableKit (12.1 - 17199) <8ECF552F-6326-396D-8D79-DDA26B96CD96> /Applications/Xcode.app/Contents/SharedFrameworks/DVTExplorableKit.framework/Versions/A/DVTExplorableKit 0x10f7b9000 - 0x10f808fff com.apple.dt.DVTDeviceKit (1.0 - 17199) <594C76D2-F42C-353B-BB00-79F0F8EDC892> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceKit.framework/Versions/A/DVTDeviceKit 0x10f86d000 - 0x10f878ff7 com.apple.dt.DVTServices (12.1 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x10f88d000 - 0x10f974fff com.apple.dt.DVTPortal (12.1 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal 0x10fa71000 - 0x10fbbcff7 com.apple.dt.XCTest (1.0 - 17161) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest 0x10fcc1000 - 0x10fcd8ffb com.apple.dt.DVTDeviceFoundation (12.1 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation 0x10fcf9000 - 0x10fd68ff7 com.apple.dt.DVTIconKit (1.0 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTIconKit.framework/Versions/A/DVTIconKit 0x10fe31000 - 0x10fe78ffb com.apple.dt.XCTAutomationSupport (1.0 - 17161) <3D5AAA9B-0C3B-3138-9FD4-6418FF0A4855> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport 0x10fee9000 - 0x10ff00fff com.apple.dt.IDENoticesFoundation (1.0 - 17222) <56268240-1730-30C3-BAD2-BDFCC7034B31> /Applications/Xcode.app/Contents/Frameworks/IDENoticesFoundation.framework/Versions/A/IDENoticesFoundation 0x10ff25000 - 0x10ff38ffb com.apple.dt.IDEITunesSoftwareServiceFoundation (12.1 - 1) <745D3513-2D84-3A43-98EB-FF743202D059> /Applications/Xcode.app/Contents/SharedFrameworks/IDEITunesSoftwareServiceFoundation.framework/Versions/A/IDEITunesSoftwareServiceFoundation 0x10ff5d000 - 0x10ff70fff com.apple.dt.DTDeviceServices (1.0 - 17.7) /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceServices.framework/Versions/A/DTDeviceServices 0x10ff85000 - 0x110018ff7 com.apple.dt.SourceKit (1.0 - 17033) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit 0x110061000 - 0x1100b8fff +libswiftDemangle.dylib (1200.0.29.2) <5F5BDF6B-D19B-3D77-8873-F4EDDF1A113F> /Applications/Xcode.app/Contents/Frameworks/libswiftDemangle.dylib 0x1100cd000 - 0x110180fff com.apple.dt.DVTAnalytics (1.0 - 1) <36A0D8E9-F799-382C-8B5E-100A1B787922> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x110259000 - 0x1103d4fff com.apple.dt.DVTAppStoreConnect (1.0 - 1) <74ED5584-D9BC-39A4-8642-9D4FC69A8AE1> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/Versions/A/DVTAppStoreConnect 0x1105dd000 - 0x11060cfff com.apple.dt.DVTDocumentation (1.0 - 17199) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation 0x110659000 - 0x11073cfff com.apple.DNTDocumentationModel (1.0 - 17051) <4C097A87-BD34-3F87-9744-EC1A6B77F2B2> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel 0x1108bd000 - 0x110a0cfff com.apple.DNTDocumentationSupport (1.0 - 17051) <108E9C07-806A-3874-84EC-3F9EA7C30550> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport 0x110b71000 - 0x110b84fff +libXCTestSwiftSupport.dylib (17161) <8993F0A0-992B-36CC-9ED2-A2B865AE0493> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib 0x110ba5000 - 0x110bc0fff com.apple.dt.XCTDaemonControl (1.0 - 17161) <419CF613-232A-3EDB-93BE-7565CF592327> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl 0x110bed000 - 0x110d18ff3 com.apple.LocFramework (2.0 - 79) /Applications/Xcode.app/Contents/SharedFrameworks/Localization.framework/Versions/A/Localization 0x110d91000 - 0x110e64fff com.apple.dt.Xcode.DVTSourceControl (12.1 - 17036) <9A1E2326-2944-390F-9909-27DD2C6E9DA1> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x110f55000 - 0x110f64ff7 com.apple.dt.XcodeKit (12.1 - 17222) <81981753-55AB-3B58-8F20-D9FD6D2BFA7F> /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit 0x110f7d000 - 0x110f88fff com.apple.dt.IDEResultKit (1.0 - 17222) <74F7D8CA-B64E-380E-AAD4-05EFE50A041D> /Applications/Xcode.app/Contents/SharedFrameworks/IDEResultKit.framework/Versions/A/IDEResultKit 0x110fa5000 - 0x11100cfff com.apple.DNTSourceKitSupport (1.0 - 17051) <38F60064-155F-3B15-820E-B76456A78E84> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport 0x11105d000 - 0x1113f8fff com.apple.dt.XCResultKit (1.0 - 17017) <0935C0A2-2BB3-37B6-86CD-47B4CFDD3DCD> /Applications/Xcode.app/Contents/SharedFrameworks/XCResultKit.framework/Versions/A/XCResultKit 0x1117d1000 - 0x11183cfff com.apple.dt.Xcode.XCSourceControl (1.0 - 1) <6E1FFF3F-7B9C-3296-806A-9D29C0AF62D4> /Applications/Xcode.app/Contents/SharedFrameworks/XCSourceControl.framework/Versions/A/XCSourceControl 0x1118d1000 - 0x1118d4ff7 com.apple.contentdelivery.ContentDeliveryServices (4.029 - 1194) <492ABFBD-2CE8-3B1E-BEE7-AAA26943AEAC> /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/ContentDeliveryServices 0x1118e5000 - 0x1119d4ffb com.apple.import.AppStoreService (4.029 - 1194) <3053FB0F-4AEC-3E5E-9797-0C18F22C24D9> /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Versions/A/AppStoreService 0x111a6d000 - 0x111adcff7 com.apple.itunes.connect.ITunesConnectFoundation (4.029 - 1194) /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/ITunesConnectFoundation.framework/Versions/A/ITunesConnectFoundation 0x111b45000 - 0x111b5cff7 com.apple.itunes.connect.ITunesContentDelivery (4.029 - 1194) <3AD6F228-6F8F-3FAD-8775-6C76C153768D> /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/ITunesContentDelivery.framework/Versions/A/ITunesContentDelivery 0x111b79000 - 0x111b98ffb com.apple.itunes.connect.MZXMLMarshalling (4.029 - 1194) /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/MZXMLMarshalling.framework/Versions/A/MZXMLMarshalling 0x111bb1000 - 0x111c58ffb com.apple.itunes.connect.ITunesPackage (4.029 - 1194) <3C4BF33F-8E12-382A-9D56-EDA7042DC60D> /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/ITunesPackage.framework/Versions/A/ITunesPackage 0x111d31000 - 0x111d40fff com.apple.cds.CupertinoJWT (0.2.0 - 1112) /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/ITunesConnectFoundation.framework/Versions/A/Frameworks/CupertinoJWT.framework/Versions/A/CupertinoJWT 0x111d55000 - 0x111df0ff7 +SKToolchain.dylib (17033) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKToolchain.dylib 0x111e2d000 - 0x111eacff3 +SKIPC.dylib (17033) <92810450-64E6-3B3D-9824-054686279E5A> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKIPC.dylib 0x111ee9000 - 0x111f58ffb +SKSupport.dylib (17033) <2430D7D5-83B1-3872-B658-DB8829B78931> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKSupport.dylib 0x111f8d000 - 0x111fc0ff7 com.apple.dt.DVTAnalyticsClient (12.1 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x112049000 - 0x11211cfff com.apple.DNTTransformer (1.0 - 17051) <8D309016-B78C-3457-9465-E4816CC8DBEA> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer 0x112201000 - 0x1125c4ff7 com.apple.dt.CoreDocumentation (1.0 - 17047) <74ED0FF8-C407-3700-8CC8-473BE88729A9> /Applications/Xcode.app/Contents/SharedFrameworks/CoreDocumentation.framework/Versions/A/CoreDocumentation 0x1126dd000 - 0x1126e4fff com.apple.dt.DVTAnalyticsKit (1.0 - 1) <603E439F-EDB1-34D2-BEA7-ED28BC7562F0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsKit.framework/Versions/A/DVTAnalyticsKit 0x112703000 - 0x112794eff dyld (750.5) /usr/lib/dyld 0x112808000 - 0x117427ff7 +libclang.dylib (1200.0.32.21) <76334678-062E-3F31-BF69-7B4CA7BA3706> /Applications/Xcode.app/Contents/Frameworks/libclang.dylib 0x118a50000 - 0x11ad6bff3 +libLTO.dylib (1200.0.32.21) /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib 0x11b57c000 - 0x11b57fff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x11b590000 - 0x11b667fff com.apple.dt.instruments.DTGraphKit (12.1 - 64540.62) <45B88984-4A51-316C-BD30-B2AB05D7EC59> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x11b7c8000 - 0x11b7cb047 libobjc-trampolines.dylib (787.1) <8212B354-A106-3806-A022-A60F2B2FA5C9> /usr/lib/libobjc-trampolines.dylib 0x11b7e9000 - 0x11b7ecfff com.apple.IDEWatchKit1SupportUI (12.1 - 17003) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x11e94f000 - 0x11e952fff com.apple.dt.IDEPlaygroundsSupportPlugin (12.1 - 1) <7F6C830A-B10C-303E-9D60-944D2822DE5B> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundsSupportPlugin.ideplugin/Contents/MacOS/IDEPlaygroundsSupportPlugin 0x11f057000 - 0x11f0c2ffb com.apple.dt.dbg.DebuggerFoundation (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x11f12f000 - 0x11f1e2ff3 com.apple.CoreSimulator (732.17 - 732.17) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator 0x11f24b000 - 0x11f26efff com.apple.dt.DebugHierarchyFoundation (1.0 - 2) /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation 0x11f297000 - 0x11f2b2ffb com.apple.dt.DebugHierarchyKit (1.0 - 2) <74F22AC8-FCF6-3802-B544-6FD4B64CF558> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit 0x11f2db000 - 0x11f362ffb com.apple.dt.IBAutolayoutFoundation (12.1 - 17156) <12BE20B9-B81C-3B04-8A04-BEE9D9E95955> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x11f3d3000 - 0x11f51eff7 com.apple.dt.IBFoundation (12.1 - 17156) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x11f633000 - 0x11f642ff3 com.apple.CoreSimulator.CoreSimulatorUtilities (732.17 - 732.17) <92F26CEB-D619-35C3-8FD6-44DAFC039D3F> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities 0x11f657000 - 0x11f68aff7 com.apple.CoreSimulator.SimPasteboardPlus (12.0 - 732.17) <910E1BD2-437F-37C7-AD9E-1BE5559EF3F0> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/SimPasteboardPlus.framework/Versions/A/SimPasteboardPlus 0x11f6af000 - 0x11f6beff3 com.apple.CoreSimulator.CoreSimDeviceIO (732.17 - 732.17) <9CC67A7A-151E-3BD9-9C36-710F0B0B0105> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO 0x11f6db000 - 0x11f71efff com.apple.ROCKit (40 - 40) <211AE08A-D250-3FD2-B448-21862F4DD1AB> /Library/Developer/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x11f74f000 - 0x11f786ff7 com.apple.CoreSimulator.CoreDeviceUtilities (732.17 - 732.17) <66BB664C-DC3C-39A8-9AB3-9EB532EEC8C7> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreDeviceUtilities.framework/Versions/A/CoreDeviceUtilities 0x11f7bb000 - 0x12024affb com.apple.ModelIO (229 - 229) /Applications/Xcode.app/Contents/SystemFrameworks/ModelIO.framework/Versions/A/ModelIO 0x120343000 - 0x120456ff3 com.apple.ODTDevTool (1.0.7 - 1.0.7.3eb52e) <409C00EC-810D-3290-8070-41518312F9CF> /Applications/Xcode.app/Contents/SharedFrameworks/ODTDevTool.framework/Versions/A/ODTDevTool 0x1204e7000 - 0x120562ff3 com.apple.dt.dbg.DebuggerLLDB (12.1 - 17192) <9B52FD37-2304-388E-A013-094689DD7A80> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x1205fb000 - 0x1256c2fff com.apple.LLDB.framework (1200.0.32.1 - 1200.0.32.1) <87AC46E7-AC34-3B62-A0A5-F9153A93DF34> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB 0x126f37000 - 0x126f96fff com.apple.LLDBRPC (1200.0.32.1 - 1200.0.32.1) <757F6E94-C448-32FC-9D07-EA442CDE9D73> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC 0x126fdc000 - 0x127067ff3 com.apple.dt.IDE.Xcode3Core (12.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x1270c4000 - 0x127467fff com.apple.Xcode.DevToolsCore (14.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x127674000 - 0x12767bfff com.apple.DevToolsFoundation (14.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x127690000 - 0x1276c3fff com.apple.Xcode.DevToolsSupport (14.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x1276f4000 - 0x1276f7fff com.apple.dt.dbg.DebuggerLLDBService (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x127708000 - 0x1277cfff7 com.apple.dt.IDE.IDEiOSSupportCore (12.1 - 17147) <72CD9BB3-5205-32EE-A19E-0F8181209AFF> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x127860000 - 0x127867ff7 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 17161) <77B643A9-5308-396E-B647-640C8AA9DB30> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice 0x12787c000 - 0x12788bff7 com.apple.DTDeviceKit (4.2 - 17147) <2562182C-7D6B-3C4D-8005-4380DC3830B7> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x1278a8000 - 0x12793bffb com.apple.DTDeviceKitBase (12.1 - 17147) <0DD01F53-9E70-3E1E-9325-391D56B60667> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x1279a0000 - 0x1279a3ff3 com.apple.XCWatchOSSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchOSSupport.xcplugin/Contents/MacOS/XCWatchOSSupport 0x1279b4000 - 0x1279b7ff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support 0x1279c0000 - 0x1279dffff com.apple.dt.XCLanguageSupport (12.1 - 17017) <3E20689B-A3DF-38F0-9752-C0481C775BC3> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport 0x1279f8000 - 0x1279ffff3 com.apple.rc.RCBuildSystemSupport (1.0 - 1) <8B931A15-2BCA-32E7-A294-DC7EFA443D2D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/RCBuildSystemSupport.xcplugin/Contents/MacOS/RCBuildSystemSupport 0x127a10000 - 0x127a13ffb com.apple.xcode.compilers.mlkit (14.1 - 17056) <3DCC547D-1A31-338D-AAA4-E57D3C87FAA7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit 0x127a24000 - 0x127a27fff com.apple.Metal (1.0 - 1) <5EA1858F-10C1-3520-B2D7-F168941F9F08> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal 0x127a30000 - 0x127a33fff com.apple.Metal-internal (1.0 - 1) <83808A82-F37F-37D5-91BE-747F54C89003> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.internal.xcplugin/Contents/MacOS/Metal.internal 0x127a3c000 - 0x127a43ff3 com.apple.xcode.compilers.intents (12.1 - 17065) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Intents.xcplugin/Contents/MacOS/Intents 0x127a54000 - 0x127ac3ff3 com.apple.dt.IDE.IDEIntentBuilderCore (12.1 - 17065) <25701BD7-50A5-3B6E-8160-88A77CB84F6A> /Applications/Xcode.app/Contents/PlugIns/IDEIntentBuilderCore.ideplugin/Contents/MacOS/IDEIntentBuilderCore 0x127b24000 - 0x127b27fff com.apple.IBCompilerPlugin (12.1 - 17156) <861B72C6-2DB5-3320-9E1C-19A2B33EF50F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin 0x127b30000 - 0x127b3bff3 com.apple.xcode.plug-in.CoreBuildTasks (14.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x127b50000 - 0x127b53ff7 com.apple.xcode.compilers.coredata (14.1 - 17169) <90E81CBA-A087-3026-B80F-9565C3DD8258> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x127b5c000 - 0x127b5fff7 com.apple.compilers.clang (14.1 - 17169) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0 0x127b68000 - 0x127b6ffff com.apple.dt.IDEWatchSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x127b84000 - 0x127b87ff7 com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore 0x127b9c000 - 0x127ba7fff com.apple.dt.IDE.IDEOSXSupportCore (12.1 - 17030) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x127bc4000 - 0x127bd7ff7 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <08FACC56-CD9E-3B8B-ADC2-7E13603098F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore 0x12811f000 - 0x128342fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (12.1 - 17156) <3F351E4A-868C-3110-BB4A-5F51281B2488> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/Versions/A/IDEInterfaceBuilderCocoaIntegration 0x128593000 - 0x128736ff9 com.apple.SpriteKit (1.0 - 1) <9272BFD8-8F80-3483-85E9-265264F91BFE> /Applications/Xcode.app/Contents/SystemFrameworks/SpriteKit.framework/Versions/A/SpriteKit 0x129721000 - 0x129d68fff com.apple.dt.IDE.IDEInterfaceBuilderKit (12.1 - 17156) <865E6E86-4AA6-3135-8F8C-6667826B52E3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/Versions/A/IDEInterfaceBuilderKit 0x12a261000 - 0x12a818ff8 com.apple.SceneKit (1.0 - 553) /Applications/Xcode.app/Contents/SystemFrameworks/SceneKit.framework/Versions/A/SceneKit 0x12ab51000 - 0x12ab6cff4 com.apple.Jet (1.0 - 8.21) /Applications/Xcode.app/Contents/SystemFrameworks/Jet.framework/Versions/A/Jet 0x12ab8d000 - 0x12abe8ffa com.apple.PhysicsKit (1.0 - 1) <5A8BBB77-7C80-33AA-8CDA-F85DFD6AC35D> /Applications/Xcode.app/Contents/SystemFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x12ac21000 - 0x12ae84ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (12.1 - 17126) <01E11130-FA15-3194-A9E1-F0E358B326F8> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/Versions/A/IDEInterfaceBuilderCocoaTouchIntegration 0x12b0fd000 - 0x12b120ff3 com.apple.IBCocoaTouchToolFoundation (12.1 - 17126) <63BCDE07-F06D-3DA4-9D79-57A69FBD19C1> /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation 0x12b161000 - 0x12b180fff com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (12.1 - 17126) <93622B17-A1D5-3F76-8ED8-4CEE2F768F19> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration 0x12b1a1000 - 0x12b224ffb com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (12.1 - 17035) <300A168A-1ED9-336A-BDF6-53844A6EC17D> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration 0x12b2c9000 - 0x12b2d4ff7 com.apple.DVTiPhoneSimulatorRemoteClient (12.1 - 17147) <099889E9-781B-34E9-BAE5-F10D3259D2B3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x12b2e9000 - 0x12b2f0fff com.apple.dt.IDE.IDEInterfaceBuilderiOSMacIntegration (12.1 - 17126) <1F1400D6-7264-37F2-8E6E-B0A529CDC23C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderiOSMacIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSMacIntegration 0x12b301000 - 0x12b348ff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (12.1 - 17037) <40281362-EAA5-3AED-AD07-BC400A899173> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration 0x12b395000 - 0x12b3bcffb com.apple.dt.IDEInterfaceBuilderDFRSupport (12.1 - 17008) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport 0x12b418000 - 0x12b45bfff com.apple.dt.IDE.IDEDelta (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/IDEDelta.ideplugin/Contents/MacOS/IDEDelta 0x12b4c8000 - 0x12b4cfff7 com.apple.dt.IDEInterfaceBuilderEditorDFRSupport (12.1 - 17003) <60CB9EEA-B0BA-3390-B16D-251A0218751C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport 0x12b600000 - 0x12b61fff3 com.apple.dt.IDE.DeltaFoundation (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DeltaFoundation.framework/Versions/A/DeltaFoundation 0x12b644000 - 0x12b6abff7 com.apple.dt.IDE.DeltaKit (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DeltaKit.framework/Versions/A/DeltaKit 0x12b738000 - 0x12b8cfff7 com.apple.dt.IDESourceEditor (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.framework/Versions/A/IDESourceEditor 0x12ba94000 - 0x12be03fff com.apple.dt.SourceEditor (1.0 - 1) <0F89ABE0-5E16-3322-887B-DF334977FBE1> /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor 0x12c218000 - 0x12c263ff7 com.apple.dt.DVTSourceEditor (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceEditor.framework/Versions/A/DVTSourceEditor 0x12c308000 - 0x12c50ffff com.apple.dt.SourceModel (1.0 - 1) <5F10E1E5-E072-381E-A9D4-78261505E4C8> /Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/SourceModel 0x12c54c000 - 0x12c577ff7 com.apple.dt.SourceModelSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport 0x12c5b8000 - 0x12c637fff com.apple.SourceKitSupport (1.0 - 1) <40DDAB06-D31D-3758-AA10-049625D592CC> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport 0x12c6e8000 - 0x12c6fbfff com.apple.MarkupSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport 0x12c724000 - 0x12c76ffff com.apple.dt.DVTMarkdown (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup 0x12c7a4000 - 0x12c7d7ffb com.apple.dt.CommonMark (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark 0x12c7f4000 - 0x12cb83fff com.apple.dt.IDE.IDESourceControlUI (12.1 - 17192) <652EE657-2131-3903-ACB5-BF6548CEF1D7> /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI 0x12d154000 - 0x12d1b7fff com.apple.dt.IDE.IDEiPhoneSupport (12.1 - 17147) <0D7CD00F-C237-3941-A201-96334AC6F0D3> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x12d220000 - 0x12d3e7fff com.apple.dt.IDE.Xcode3UI (12.1 - 17169) <988E4DC5-38F7-3A57-B036-04541AA3C3CD> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x12d5a0000 - 0x12d5efff7 com.apple.dt.IDEProductsUI (1.0 - 1) <671E0E06-E087-3ECA-AD38-E98E3F7D0A3F> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.framework/Versions/A/IDEProductsUI 0x12d65c000 - 0x12d69bff7 com.apple.dt.IDEProducts (1.0 - 1) <3F16AD51-09DE-3AFB-964E-2B22E87AC9EC> /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/Versions/A/IDEProducts 0x12d807000 - 0x12d8aaff7 com.apple.dt.IDE.IDEDocViewer (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x12d977000 - 0x12d97aff7 com.apple.dt.IDE.IDEPegasusSourceEditor (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor 0x12d983000 - 0x12dd76ff7 com.apple.dt.gpu.GPUDebugger (12.1 - 27055) <5E6D0D1B-0F81-32DF-8204-0BBECB67DD0D> /Applications/Xcode.app/Contents/PlugIns/GPUDebugger.ideplugin/Contents/MacOS/GPUDebugger 0x12e0ef000 - 0x12e156ffb com.apple.GLToolsCore (1.0 - 27055) <1860BABD-D5F8-3492-9059-12CAED3A910F> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x12e17b000 - 0x12e186fff com.apple.GLTools (1.0 - 27055) <38E5A098-2146-33CB-BA36-658267CE3CFF> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x12e19b000 - 0x12e1f2ffb com.apple.GLToolsServices (1.0 - 27055) <9F04334B-4643-3F0E-9224-6DE6A03C450F> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x12e23f000 - 0x12e252ff3 com.apple.GLToolsInterface (1.0 - 27055) <4B8F523A-5EB3-3DE7-81A6-B6D20D5191E3> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x12e26b000 - 0x12e2aeff7 com.apple.GPUTools (1.0 - 27055) /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x12e2eb000 - 0x12e342fff com.apple.GPUToolsCore (1.0 - 27055) <7A600331-699C-3F1C-A768-CE3826F97C47> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x12e3a3000 - 0x12e3aaff3 com.apple.GPUToolsPlatform (1.0 - 27055) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform 0x12e3bf000 - 0x12e406ff7 com.apple.GPUToolsRenderer (1.0 - 27055) <44C8EC88-4479-30B9-A1F7-9E0B89CC3EF5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsRenderer.framework/Versions/A/GPUToolsRenderer 0x12e45f000 - 0x12e516ff3 com.apple.GPUToolsServices (1.0 - 27055) <76330F3A-B5DD-3030-BD2D-CC22506DD78B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x12e59b000 - 0x12e5aefff com.apple.GPUToolsShaderProfiler (1.0 - 27055) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x12e5cf000 - 0x12e5f6ff3 com.apple.dt.IDEIODebugGaugesUI (12.1 - 17192) <865E2A71-FE05-32C6-A1D7-58B2FE50DDBE> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x12e62f000 - 0x12e662ff3 com.apple.MTLTools (1.0 - 1) <7F46CCC4-AB1F-397E-8764-7D9E38B905A3> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x12e67b000 - 0x12e702ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 27055) <002DA7B6-BAD0-3BA2-8F7E-C79760CA7AA7> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x12e74b000 - 0x12e756ff3 com.apple.dt.IDEIODebugGaugesCore (12.1 - 17192) <88E70AF1-4E45-3307-9E43-8CDA2AA833AA> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x12e76f000 - 0x12e772fff com.apple.dt.gpu.GPUDebuggerOSXSupport (12.1 - 27055) <5B785A2A-5836-3547-923F-9D6C5709456F> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport 0x12e783000 - 0x12e792fff com.apple.GPUToolsDesktopFoundation (1.0 - 27055) <46B8C1C1-C71F-38F8-8EE3-222A68E33FA9> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x12e7a7000 - 0x12e7aeff7 com.apple.rc.RCIDESupportCore (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/RCIDESupportCore.ideplugin/Contents/MacOS/RCIDESupportCore 0x12e7c3000 - 0x12e7cefff com.apple.rc.RCIDESupportUI (1.0 - 1) <7DC7D36C-516B-3553-8373-59ED807CA0E2> /Applications/Xcode.app/Contents/PlugIns/RCIDESupportUI.ideplugin/Contents/MacOS/RCIDESupportUI 0x12e7eb000 - 0x12eb86fff com.apple.RCFoundation (1.0 - 141.33) /Applications/Xcode.app/Contents/SharedFrameworks/RCFoundation.framework/Versions/A/RCFoundation 0x12ecdb000 - 0x12f096ff7 com.apple.RCShared (1.0 - 141.33) /Applications/Xcode.app/Contents/SharedFrameworks/RCShared.framework/Versions/A/RCShared 0x12f233000 - 0x12f476fff com.apple.Helix (1.0 - 141.33) <0C34B151-01B6-36DE-8EC1-4B93FEB37CFF> /Applications/Xcode.app/Contents/SharedFrameworks/Helix.framework/Versions/A/Helix 0x12f517000 - 0x12f606ff7 com.apple.Protein (1.0 - 141.33) <33C9337C-7E04-3002-8629-B959CE03EB88> /Applications/Xcode.app/Contents/SharedFrameworks/Protein.framework/Versions/A/Protein 0x12f657000 - 0x12f856fff com.apple.RealityKit (1.0 - 60.44.1.2) <72F9AB17-A5DE-3FCF-B73B-50405CF52237> /Applications/Xcode.app/Contents/SharedFrameworks/RealityKit.framework/Versions/A/RealityKit 0x12fddf000 - 0x13017aff7 com.apple.CoreAsset (1.0 - 141.33) <0CE64A3F-B67D-36B3-8CF7-AC8E2B19DFCA> /Applications/Xcode.app/Contents/SharedFrameworks/CoreAsset.framework/Versions/A/CoreAsset 0x13027b000 - 0x130c66fd7 com.apple.CoreRE (1.0 - 60.44.1.2) <5736FF85-C9BC-33F8-8E0F-B99D3C0EEE59> /Applications/Xcode.app/Contents/SharedFrameworks/CoreRE.framework/Versions/A/CoreRE 0x131737000 - 0x132152ffb com.apple.USDKit (1.0 - 37.2) <4C52697B-D45B-3757-9E16-4165A0F7FB28> /Applications/Xcode.app/Contents/SharedFrameworks/USDKit.framework/Versions/A/USDKit 0x132213000 - 0x13227efff com.apple.HelixInternal (1.0 - 141.33) <7A71471E-CF74-3B6D-AA3D-CA27AAF91D43> /Applications/Xcode.app/Contents/SharedFrameworks/HelixInternal.framework/Versions/A/HelixInternal 0x1322b7000 - 0x1322baff3 com.apple.dt.gpu.GPUDebuggeriOSSupport (12.1 - 27055) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x1322cb000 - 0x1322deff7 com.apple.GPUToolsMobileFoundation (1.0 - 27055) <934A4FA1-2754-36F8-816A-B16255D53FA9> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x1322f7000 - 0x1322faff7 com.apple.dt.gpu.GPUDebuggertvOSSupport (12.1 - 27055) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport 0x13230b000 - 0x13230efff com.apple.dt.IDEContinuousIntegration (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x132317000 - 0x1323f2fff com.apple.XCSCore (1.0 - 1) <95B70013-AD89-36C1-837D-D774834A029D> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x1324a3000 - 0x13265eff7 com.apple.dt.XCSUI (1.0 - 1) <13E45D69-536A-3D9E-9C0B-0414AE788D5D> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x1327f3000 - 0x13281eff3 com.apple.dt.XCSUIDataSource (1.0 - 17030) /Applications/Xcode.app/Contents/SharedFrameworks/XCSUIDataSource.framework/Versions/A/XCSUIDataSource 0x132853000 - 0x1328d6fff com.apple.dt.XCSAdministration (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration 0x13298f000 - 0x13299efff com.apple.dt.XCSSecurity (1.0 - 1) <6CA90D17-60DB-315D-B181-B984F9845CCD> /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity 0x1329b3000 - 0x1329b6ff3 com.apple.IDEServerTools (1.0 - 1) <1D3CB233-E55D-3628-BFBA-C5476F9DA6A9> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x1329c7000 - 0x132a7aff7 com.apple.protobuf.SwiftProtobuf (1.0 - 1.0.3) /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/Frameworks/SwiftProtobuf.framework/Versions/A/SwiftProtobuf 0x135080000 - 0x135083ff7 com.apple.dt.IDE.IDESwiftPackageSupport (1.0 - 17085) <23B09193-151D-3C88-87F4-A2B32F7D7117> /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupport.ideplugin/Contents/MacOS/IDESwiftPackageSupport 0x13508c000 - 0x135133fff com.apple.dt.IDESwiftPackageCore (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupport.ideplugin/Contents/Frameworks/IDESwiftPackageCore.framework/Versions/A/IDESwiftPackageCore 0x1351f0000 - 0x135237fff com.apple.dt.SwiftPM (1.0 - 17085) /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupport.ideplugin/Contents/Frameworks/SwiftPM.framework/Versions/A/SwiftPM 0x13528c000 - 0x135583fff +libSwiftPM.dylib (17075) <8B52C70A-A4D9-3419-977D-42BD12FEF570> /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupport.ideplugin/Contents/Frameworks/SwiftPM.framework/Versions/A/Libraries/libSwiftPM.dylib 0x135d8c000 - 0x135e4fff7 com.apple.dt.llbuild (1.0 - 17032) <2C595F03-7B6B-336C-A753-C76B621CDFDA> /Applications/Xcode.app/Contents/SharedFrameworks/llbuild.framework/Versions/A/llbuild 0x138155000 - 0x138158ff7 com.apple.dt.IDE.IDESwiftPackageSupportUI (1.0 - 17085) /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupportUI.ideplugin/Contents/MacOS/IDESwiftPackageSupportUI 0x138165000 - 0x13817cff7 com.apple.dt.IDESwiftPackageUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupportUI.ideplugin/Contents/Frameworks/IDESwiftPackageUI.framework/Versions/A/IDESwiftPackageUI 0x1381ad000 - 0x1382ecfff com.apple.dt.IDE.IDESceneKitEditor (12.1 - 17042) <2AAF3C8C-2BFB-308E-B619-EAE4B2072045> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x138425000 - 0x1384b8ff9 com.apple.GameplayKit (1.0 - 1) <75CA5190-6654-3212-A396-AB9AA6B0EECC> /Applications/Xcode.app/Contents/SystemFrameworks/GameplayKit.framework/Versions/A/GameplayKit 0x13850d000 - 0x138594fff com.apple.xcode.GameToolsFoundation (1.0 - 17007) /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x138ec4000 - 0x138ecbff7 com.apple.dt.dbg.DebuggerKit (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x138ee0000 - 0x138ee7ff3 com.apple.dt.IDE.HexEditor (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x138efc000 - 0x138f27ffb com.apple.dt.HexFiendFramework (12.1 - 17192) <550CAE5E-48D8-319E-BE1A-862AD010C4F4> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x138f58000 - 0x1390dfff7 com.apple.dt.dbg.DebuggerUI (12.1 - 17192) <8EC9983F-5FCF-3694-8D77-2AA8F8B065C8> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x139270000 - 0x1392a3ff7 com.apple.dt.IDE.IDEMemoryGraphDebugger (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger 0x13933d000 - 0x13937cfff com.apple.dt.IDE.IDEStoreKitCore (12.1 - 17047) <1E7E3055-91D6-3F81-B8AC-A7593DCC8EFD> /Applications/Xcode.app/Contents/PlugIns/IDEStoreKitCore.ideplugin/Contents/MacOS/IDEStoreKitCore 0x1393ed000 - 0x139440fff com.apple.dt.IDE.IDEStoreKitEditor (12.1 - 17047) /Applications/Xcode.app/Contents/PlugIns/IDEStoreKitEditor.ideplugin/Contents/MacOS/IDEStoreKitEditor 0x13ae8a000 - 0x13ae8dfff com.apple.dt.IDEPegasusPlaygroundEditorPlugin (12.1 - 1) <0D03EE4B-2287-3637-B758-F3459E2BBBFB> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditorPlugin.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditorPlugin 0x13ae96000 - 0x13af1dff7 com.apple.dt.IDEPegasusPlaygroundEditor (1.0 - 1) <0EBD2B1E-C247-38D6-AF0B-587E52F59A9C> /Applications/Xcode.app/Contents/SharedFrameworks/IDEPegasusPlaygroundEditor.framework/Versions/A/IDEPegasusPlaygroundEditor 0x13afe2000 - 0x13afe9ff3 com.apple.dt.DVTPlaygroundCommunication (1.0 - 17016) <9F699CA6-D565-3EF2-92A6-994502619C1C> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication 0x13affe000 - 0x13b06dff7 com.apple.dt.IDEPlaygroundsFoundation (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/IDEPlaygroundsFoundation.framework/Versions/A/IDEPlaygroundsFoundation 0x13b0f6000 - 0x13b141ff3 com.apple.dt.IDEPlaygroundsKit (1.0 - 1) <4269B4AC-6F0D-330C-BF37-ADBB5AE4E10B> /Applications/Xcode.app/Contents/SharedFrameworks/IDEPlaygroundsKit.framework/Versions/A/IDEPlaygroundsKit 0x13b1a2000 - 0x13b1d1fff com.apple.dt.IDEPlaygroundExecution (1.0 - 1) <110D8E51-778B-3942-83A8-CEB1F3170157> /Applications/Xcode.app/Contents/SharedFrameworks/IDEPlaygroundExecution.framework/Versions/A/IDEPlaygroundExecution 0x13b1fa000 - 0x13b28dff7 com.apple.dt.XCBuild (12.1 - 17140) <81695836-A11F-34D3-8016-4F91B1A00815> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/XCBuild 0x13b342000 - 0x13b375ff7 com.apple.dt.XCBProjectModel (12.1 - 17140) <774D4FC6-BCA1-3280-B2FC-F2A746CD36FF> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBProjectModel.framework/Versions/A/XCBProjectModel 0x13b3b6000 - 0x13b465fff com.apple.dt.XCBProtocol (12.1 - 17140) <69A03AB6-6390-33D9-9EA5-C14B6B6445DF> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBProtocol.framework/Versions/A/XCBProtocol 0x13b55e000 - 0x13b631ff7 com.apple.dt.XCBUtil (12.1 - 17140) <811D8184-5E12-30B8-AD52-EB01F3CFF583> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBUtil.framework/Versions/A/XCBUtil 0x13b706000 - 0x13b711ff3 com.apple.dt.XCBCSupport (12.1 - 17140) /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBCSupport.framework/Versions/A/XCBCSupport 0x13b779000 - 0x13b794ffb com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 27055) <5B589FF2-82D3-39AC-BA85-5B182CEBC6F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x13ba6c000 - 0x13ba87fff com.apple.GLToolsShaderProfiler (1.0 - 27055) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x13bd7a000 - 0x13bd85fff com.apple.dt.IDE.IDEInstrumentsService (12.1 - 17192) <6EE8D5B2-DDA1-35B6-81E8-2804F99F9DA4> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x13c026000 - 0x13c029fff com.apple.dt.UVInstallHelperContainer (12.1 - 17161) <2776F8E7-3D84-382C-8CDF-BE1B87EAA074> /Applications/Xcode.app/Contents/PlugIns/UVInstallHelperContainer.framework/Versions/A/UVInstallHelperContainer 0x13c598000 - 0x13c607ff7 com.apple.dt.IDE.XCBuildSupport (12.1 - 17192) <5DEB5E6C-1BAF-36E0-9D94-BEC5ADC7FAC9> /Applications/Xcode.app/Contents/PlugIns/XCBuildSupport.ideplugin/Contents/MacOS/XCBuildSupport 0x13c891000 - 0x13c8c4ffb com.apple.gputools.GLToolsMobileAnalysis (1.0 - 27055) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x13c8d9000 - 0x13ca54fff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 27055) <4B6B4049-5B33-3EAE-BB93-7C466835046E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics 0x13ca71000 - 0x13ca84ff7 com.apple.dt.DVTAnalyticsMetricsClient (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DVTAnalyticsMetricsClient.framework/Versions/A/DVTAnalyticsMetricsClient 0x13cac1000 - 0x13cb58ff7 com.apple.dt.IDE.IDEModelFoundation (12.1 - 17192) <0592E6EA-54D9-376B-91B3-FF8B2665AC9B> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x13cbd9000 - 0x13cca8ff7 com.apple.dt.IDE.IDEModelEditor (12.1 - 17192) <60F769B9-D877-3671-819C-CDEAE01B7C38> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x13cd61000 - 0x13cd70fff com.apple.dt.PlistEditor (12.1 - 17192) <573FDD90-8377-3F7F-B0DB-DD7D42A43064> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x13cd8d000 - 0x13cda4ff7 com.apple.dt.IDE.IDERTFEditor (12.1 - 17192) <0A76A7F8-6ADE-360A-BD31-C21D88C27D11> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x13cdeb000 - 0x13ce5afff com.apple.dt.IDE.IDETestPlanEditor (12.1 - 17192) /Applications/Xcode.app/Contents/PlugIns/IDETestPlanEditor.ideplugin/Contents/MacOS/IDETestPlanEditor 0x13cee7000 - 0x13d1f6fff com.apple.dt.UVKit (12.1 - 17161) <2F0B48F8-8CD1-39AB-AF70-79E61F21DFA8> /Applications/Xcode.app/Contents/PlugIns/UVKit.framework/Versions/A/UVKit 0x13d60f000 - 0x13d6dafff com.apple.dt.PreviewFoundation (12.1 - 17161) /Applications/Xcode.app/Contents/SharedFrameworks/PreviewFoundation.framework/Versions/A/PreviewFoundation 0x13d72f000 - 0x13d8eafff com.apple.dt.UVModel (12.1 - 17161) <14D901F1-7060-3ED0-8BB6-2BCBC4D6FB2C> /Applications/Xcode.app/Contents/SharedFrameworks/UVModel.framework/Versions/A/UVModel 0x13dae3000 - 0x13db0aff7 com.apple.dt.PreviewMessaging (12.1 - 17161) /Applications/Xcode.app/Contents/SharedFrameworks/PreviewMessaging.framework/Versions/A/PreviewMessaging 0x13db2b000 - 0x13dbfeff7 com.apple.SimulatorKit (12.1 - 597.13) <22CA0158-7117-390B-BF64-2C1F7279558D> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit 0x13dc6b000 - 0x13dd32fff com.apple.dt.UVIntegration (12.1 - 17161) <7333BDE1-05AC-3A4F-AEDD-E05B4928C51D> /Applications/Xcode.app/Contents/PlugIns/UVIntegration.framework/Versions/A/UVIntegration 0x13de83000 - 0x13dfceff7 com.apple.dt.UVPreviewPipeline (12.1 - 17161) <2961021A-5C22-3D6A-BEF9-D5D4983391D7> /Applications/Xcode.app/Contents/SharedFrameworks/UVPreviewPipeline.framework/Versions/A/UVPreviewPipeline 0x13e17b000 - 0x13e182fff com.apple.dt.UVUI (12.1 - 17161) <17013863-0539-3FA0-ABA6-1B449A241282> /Applications/Xcode.app/Contents/SharedFrameworks/UVUI.framework/Versions/A/UVUI 0x13e19f000 - 0x13e3e6ff7 com.apple.dt.SwiftSyntax (1.0 - 17013) /Applications/Xcode.app/Contents/SharedFrameworks/SwiftSyntax.framework/Versions/A/SwiftSyntax 0x13e51f000 - 0x13e83affb +lib_InternalSwiftSyntaxParser.dylib (17013) <0EBB4B2C-F3AD-3BC0-82C1-0624C5080ACE> /Applications/Xcode.app/Contents/Frameworks/lib_InternalSwiftSyntaxParser.dylib 0x13e8eb000 - 0x13e91eff7 com.apple.sourcekitd (1.0 - 1200.0.29.2) <2973D52B-0E84-3FCB-8351-0105B3FFEBAD> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd 0x13e947000 - 0x143566ff7 +libclang.dylib (1200.0.32.21) <76334678-062E-3F31-BF69-7B4CA7BA3706> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x144b8f000 - 0x147152ff7 +libmetal.dylib (31001.138.1) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos/lib/metalfe/libmetal.dylib 0x14758b000 - 0x149b4eff3 +libmetal.dylib (31001.40) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/ios/lib/metalfe/libmetal.dylib 0x149f8b000 - 0x14a0baffb com.apple.IDESpriteKitParticleEditor (2.0 - 2) <461413FC-7A22-3A3A-BB80-4DFC6DE87B0F> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x14a228000 - 0x14a22aff3 com.apple.CloudDocsFileProvider (1.0 - 698.14) <96DFA9EF-1BA8-3A50-B30B-72773341B00B> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider 0x14a235000 - 0x14a23cff7 com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI 0x14a2ed000 - 0x14a2f0fff com.apple.FileProviderOverride (304.1 - 304.1) <198EE5E5-B1B9-3223-8E23-1DFF89A553FA> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride 0x14a50f000 - 0x14a526ffb com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (1.0 - 1298.5.10) /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride 0x14a5c6000 - 0x14a5cdffb com.apple.dt.IDEWatchSupportUI (1.0 - 1) <003EA021-358C-3F25-BB8B-3A64336467ED> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI 0x14b3a9000 - 0x14b3b8ff3 com.apple.dt.IDE.IDEQuickLookEditor (12.1 - 17192) <910948CA-D77F-33E6-9D9C-686484CB8CC4> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor 0x14e177000 - 0x14e186ff7 com.apple.dt.IDE.IDEPlaygroundSimulator (12.1 - 17147) <91199BB9-7D2D-3487-9E60-5BDE1EE215AE> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundSimulator.ideplugin/Contents/MacOS/IDEPlaygroundSimulator 0x7fff282db000 - 0x7fff28528ff8 com.apple.RawCamera.bundle (9.02.0 - 1350.29) <0CC24FF1-0754-3A75-BA2D-212CF70ADDC1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff2dbed000 - 0x7fff2dfecff1 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.6.18 - 14.0.6) <568AB53D-A275-3FAC-932C-A32C3E277CA3> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver 0x7fff30a8c000 - 0x7fff30c87ffb com.apple.avfoundation (2.0 - 1850.2) <4820F165-5E20-3120-913D-C047FDB68392> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff30c88000 - 0x7fff30d54ffe com.apple.audio.AVFAudio (1.0 - 415.72) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff30d56000 - 0x7fff30e73ff6 com.apple.AVKit (1.1 - 600.2) <9764BB15-81E0-32FD-9DC4-F22188B8FE29> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit 0x7fff30e74000 - 0x7fff30e74fff com.apple.Accelerate (1.11 - Accelerate 1.11) <56DFF715-6A4E-3231-BDCC-A348BCB05047> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff30e75000 - 0x7fff30e8bfef libCGInterfaces.dylib (524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff30e8c000 - 0x7fff314e2fff com.apple.vImage (8.1 - 524.2.1) <17C93AB9-1625-3FDB-9851-C5E77BBE3428> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff314e3000 - 0x7fff3174aff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3174b000 - 0x7fff31c1efef libBNNS.dylib (144.100.2) <8D653678-1F9B-3670-AAE2-46DFB8D37643> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff31c1f000 - 0x7fff31fbafff libLAPACK.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff31fbb000 - 0x7fff31fd0fec libLinearAlgebra.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff31fd1000 - 0x7fff31fd6ff3 libQuadrature.dylib (7) <3112C977-8306-3190-8313-01A952B7F3CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff31fd7000 - 0x7fff32047fff libSparse.dylib (103) <40510BF9-99A7-3155-A81D-6DE5A0C73EDC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff32048000 - 0x7fff3205afef libSparseBLAS.dylib (1303.60.1) <3C1066AB-20D5-38D2-B1F2-70A03DE76D0B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3205b000 - 0x7fff32232fd7 libvDSP.dylib (735.121.1) <74702E2E-ED05-3765-B18C-64BEFF62B517> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff32233000 - 0x7fff322f5fef libvMisc.dylib (735.121.1) <137558BF-503D-3A6E-96DC-A181E3FB31FF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff322f6000 - 0x7fff322f6fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff322f7000 - 0x7fff32356ff0 com.apple.Accounts (113 - 113) <0510C893-F1F2-38B2-B3AA-A30DB2F5B688> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff32358000 - 0x7fff3249fffb com.apple.AddressBook.framework (11.0 - 2421.26) <47734AF3-BD65-3ED5-BC64-6894D25A6B7E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff324a0000 - 0x7fff33260ffd com.apple.AppKit (6.9 - 1894.50.103) <61269B8C-C432-335F-8894-B95C235A41A5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3329f000 - 0x7fff332affff com.apple.AppleScriptObjC (1.4 - 35) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff332b0000 - 0x7fff332b0fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff332b1000 - 0x7fff3331cfff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff333b5000 - 0x7fff333f3ff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3344e000 - 0x7fff3347dfff com.apple.ATSUI (1.0 - 1) <4B3C2201-DBB3-352C-936B-9C423122EFF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff3347e000 - 0x7fff33482ffb com.apple.ColorSyncLegacy (4.13.0 - 1) <47D42CDE-2E9A-3AF6-9365-1BFD1189196B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3351c000 - 0x7fff33573ffa com.apple.HIServices (1.22 - 675.1) <273492E3-FF0F-3A8A-A83F-0F11F99B5F26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff33574000 - 0x7fff33582fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff33583000 - 0x7fff335c8ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <99AEBCDB-2DCA-3A13-906F-7F0D7962B002> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff335c9000 - 0x7fff335d3ff7 com.apple.QD (4.0 - 413) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff335d4000 - 0x7fff335e1ffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <823C0DE7-1351-3B39-8F06-AB5FCAD2C874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff335e2000 - 0x7fff336c3ffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <75651F0A-F2CE-3F68-B86A-E66B8815DCF4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff336c5000 - 0x7fff336c5fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff33826000 - 0x7fff33a2dff7 com.apple.AutomatorFramework (2.10 - 492) <846FEE94-E343-3FE7-931F-1B1A2EE5DB38> /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff33a5b000 - 0x7fff33de9ffd com.apple.CFNetwork (1126 - 1126) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff33e65000 - 0x7fff33e65fff com.apple.Carbon (160 - 162) <4F1F60CB-6C1E-3D79-832E-8D606601F282> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff33e66000 - 0x7fff33e69ff3 com.apple.CommonPanels (1.2.6 - 101) <333BBF55-AF23-3B99-A9FF-7906175B9406> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff33e6a000 - 0x7fff3415eff3 com.apple.HIToolbox (2.1.1 - 994.6) <5C44ACA7-D158-3F9B-8F88-0477510D44FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3415f000 - 0x7fff34162ff3 com.apple.help (1.3.8 - 71) <4B2701A0-8813-35F8-82F8-676B184D15C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff34163000 - 0x7fff34168ff7 com.apple.ImageCapture (9.0 - 1600.60.4.2) <20872A2D-CBF9-38E6-BD16-C1D387120651> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff34169000 - 0x7fff34169fff com.apple.ink.framework (10.15 - 227) <5B60FDDE-D60E-326B-BD3D-6EA5FA1CBB76> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3416a000 - 0x7fff34184ffa com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff341a5000 - 0x7fff341a5fff com.apple.print.framework.Print (15 - 271) <07C50BF6-2222-3769-A5B8-79D7F996183F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff341a6000 - 0x7fff341a8ff7 com.apple.securityhi (9.0 - 55008) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff341a9000 - 0x7fff341affff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1188E643-967C-334E-BC1A-60A0F82C67E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff341b0000 - 0x7fff34348ffa com.apple.cloudkit.CloudKit (867 - 867) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff34349000 - 0x7fff34349fff com.apple.Cocoa (6.11 - 23) <87426C3A-7C6C-39D0-905C-C591B997029E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff3434a000 - 0x7fff34356ffa com.apple.Collaboration (81 - 81) <2CABD024-6B3B-3ABF-86EB-DE9E85EB4466> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration 0x7fff34357000 - 0x7fff3444dfff com.apple.ColorSync (4.13.0 - 3394.9) <61698A7B-BB8C-3891-9547-703FF84671A8> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff3444e000 - 0x7fff3453eff7 com.apple.combine (1.0 - 134.102) <73FEA410-04BA-3F72-8102-CDFACF57361F> /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x7fff3453f000 - 0x7fff34678ff6 com.apple.contacts (1.0 - 3455.18) <3AE8C882-BFD4-3DA0-825E-D8560623E63A> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff34738000 - 0x7fff34c41ffb com.apple.audio.CoreAudio (5.0 - 5.0) <62BEE4B7-8A26-3951-9D78-4E193617AF7A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff34c94000 - 0x7fff34cccfff com.apple.CoreBluetooth (1.0 - 1) <6BC7F863-4495-371F-BC54-543E5CFE1665> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff34ccd000 - 0x7fff350b7fe8 com.apple.CoreData (120 - 977.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff350b8000 - 0x7fff351e8ffe com.apple.CoreDisplay (1.0 - 186.6.12) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff351e9000 - 0x7fff35668ffb com.apple.CoreFoundation (6.9 - 1676.105) <6AF8B3CC-BC3F-3869-B9FB-1D881422364E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff3566a000 - 0x7fff35cdeff8 com.apple.CoreGraphics (2.0 - 1355.17) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff35cec000 - 0x7fff36047ff0 com.apple.CoreImage (15.0.0 - 940.9) <44F68E8C-315A-32A6-BB19-7F24C00AB347> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff36048000 - 0x7fff360b1ff0 com.apple.corelocation (2394.0.22 - 2394.0.22) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff360b2000 - 0x7fff36102ff6 com.apple.audio.midi.CoreMIDI (1.10 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff36105000 - 0x7fff36407ff2 com.apple.CoreML (1.0 - 1) <06598905-BA5B-3D89-9921-39C6D5889DD9> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff36408000 - 0x7fff364e3ffc com.apple.CoreMedia (1.0 - 2620.11.40.2) <0F490101-ED30-3189-B099-E247B6361A0B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff364e4000 - 0x7fff36546ffe com.apple.CoreMediaIO (1000.0 - 5125.6) <9435B82E-4728-362C-9FF0-E8AEC19D6E3C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff365d0000 - 0x7fff365d0fff com.apple.CoreServices (1069.24 - 1069.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff365d1000 - 0x7fff36656fff com.apple.AE (838.1 - 838.1) <5F26DA9B-FB2E-3AF8-964B-63BD6671CF12> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff36657000 - 0x7fff36938ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) <8022AF47-AA99-3786-B086-141D84F00387> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff36939000 - 0x7fff36986ffd com.apple.DictionaryServices (1.2 - 323.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff36987000 - 0x7fff3698fff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff36990000 - 0x7fff36bcaff6 com.apple.LaunchServices (1069.24 - 1069.24) <2E0AD228-B1CC-3645-91EE-EB7F46F2147B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff36bcb000 - 0x7fff36c63ff1 com.apple.Metadata (10.7.0 - 2076.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff36c64000 - 0x7fff36c91fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <72FDEA52-7607-3745-AC43-630D80962099> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff36c92000 - 0x7fff36cf9fff com.apple.SearchKit (1.4.1 - 1.4.1) <086EB5DF-A2EC-3342-8028-CA7996BE5CB2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff36cfa000 - 0x7fff36d1eff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff36d1f000 - 0x7fff36d90fff com.apple.CoreSpotlight (1.0 - 2076.6) /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x7fff36f7b000 - 0x7fff37042ffc com.apple.CoreTelephony (113 - 7560.1) /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff37043000 - 0x7fff371faffc com.apple.CoreText (643.1.5.1 - 643.1.5.1) <715FE3F7-E8FB-3997-85A0-3AB2839F6C30> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff371fb000 - 0x7fff3723fffb com.apple.CoreVideo (1.8 - 344.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff37240000 - 0x7fff372cdffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <855E51AA-DF3A-3BB9-A4F0-6880D42B8762> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff372ce000 - 0x7fff37303ebf com.apple.security.CryptoKit (1.0 - 1) /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit 0x7fff37304000 - 0x7fff37344ff5 com.apple.CryptoTokenKit (1.0 - 1) <984AD67F-1C56-374D-9CEB-8816E53B3193> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x7fff37489000 - 0x7fff37494ff7 com.apple.DirectoryService.Framework (10.15 - 220.40.1) <06D98FD0-796F-356F-B492-A6D8F3D5BEC0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff37495000 - 0x7fff3753fff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff37540000 - 0x7fff37563fff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x7fff37564000 - 0x7fff3756afff com.apple.DiskArbitration (2.7 - 2.7) <52E7D181-2A18-37CD-B24F-AA32E93F7A69> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff3758f000 - 0x7fff3773cffc com.apple.ical.EventKit (3.0 - 1370.5.1) /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit 0x7fff37741000 - 0x7fff37743ffd com.apple.ExecutionPolicy (1.0 - 1) <28FEE7ED-7D02-39B8-956C-BB9BB3ACEBBA> /System/Library/Frameworks/ExecutionPolicy.framework/Versions/A/ExecutionPolicy 0x7fff3775d000 - 0x7fff3788bff6 com.apple.FileProvider (304.1 - 304.1) <58D64236-947E-3E6A-85E6-C66AEF9E0EE0> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff378a3000 - 0x7fff37c68fff com.apple.Foundation (6.9 - 1676.105) <1FA28BAB-7296-3A09-8E1E-E62A7D233DB8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff37c6a000 - 0x7fff37c91ffe com.apple.GLKit (118 - 118) /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x7fff37cd5000 - 0x7fff37d25ff7 com.apple.GSS (4.0 - 2.0) <4E241C00-42A5-3572-9430-D950FBB7A4A0> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff37e62000 - 0x7fff37f76ff3 com.apple.Bluetooth (7.0.5 - 7.0.5f6) <5897C368-9674-3E34-B144-FFB06A2DF37B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff37fdc000 - 0x7fff38080ff3 com.apple.framework.IOKit (2.0.2 - 1726.121.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff38082000 - 0x7fff38093ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff380b1000 - 0x7fff38111ff7 com.apple.ImageCaptureCore (1.0 - 1600.60.4.2) <8BA11284-66A0-3567-A13C-72AD1CC0C2EA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff38112000 - 0x7fff3826effe com.apple.ImageIO.framework (3.3.0 - 1976.6) <5B4C2E04-9161-3C82-A7FB-F4D51E3C1E10> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff3826f000 - 0x7fff38272fff libGIF.dylib (1976.6) <3B26EE1C-C570-305C-A9A3-EA62D2F2E7B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff38273000 - 0x7fff3832cfff libJP2.dylib (1976.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff3832d000 - 0x7fff38350fe3 libJPEG.dylib (1976.6) <9D7FAC55-85A6-34AB-9F26-0BCA381E8CE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff385cc000 - 0x7fff385e6fef libPng.dylib (1976.6) <4886A1F8-E9CA-38F2-BF2F-1FCA1DFDD1C9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff385e7000 - 0x7fff385e8fff libRadiance.dylib (1976.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff385e9000 - 0x7fff38632fff libTIFF.dylib (1976.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff3864b000 - 0x7fff38adaff8 com.apple.Intents (1.0 - 1) /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff38add000 - 0x7fff39b7dfe9 com.apple.JavaScriptCore (15609 - 15609.2.9.1.2) <62158DFB-C250-3A18-AE52-6296544AEA43> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff39b94000 - 0x7fff39ba6ff3 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff39ba7000 - 0x7fff39ba7fff libHeimdalProxy.dylib (77) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff39ba8000 - 0x7fff39bdeff7 com.apple.LDAPFramework (2.4.28 - 194.5) <4CFB6351-53B9-36AF-B654-AE636BBC361A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff39cf2000 - 0x7fff39d14ffc com.apple.CoreAuthentication.SharedUtils (1.0 - 693.120.1) <66734357-5409-363D-AB55-C0233CA66056> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x7fff39d15000 - 0x7fff39d2bffe com.apple.LocalAuthentication (1.0 - 693.120.1) <5BD6189F-8AD4-31C8-B954-7EDB38648EE7> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x7fff39d2c000 - 0x7fff39f37ff8 com.apple.MapKit (1.0 - 2096.24.10.29.44) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x7fff39f39000 - 0x7fff39f43ffb com.apple.MediaAccessibility (1.0 - 125.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff39f57000 - 0x7fff3a00eff7 com.apple.MediaPlayer (1.0 - 1.0) <0CE26562-5D87-31D2-A558-641E0822BC6F> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff3a00f000 - 0x7fff3a75cff5 com.apple.MediaToolbox (1.0 - 2620.11.40.2) <40F16AF6-79D1-3C2E-976C-E7E7870A4EF9> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff3a75e000 - 0x7fff3a828ff7 com.apple.Metal (212.7 - 212.7) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3a82a000 - 0x7fff3a844ff5 com.apple.MetalKit (141.2 - 141.2) <8162AFB6-327C-3BE1-AEF7-2BEA999B1DFB> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff3a845000 - 0x7fff3a882ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <52089325-EC97-3EED-ABB3-9B39EC0BD429> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff3a883000 - 0x7fff3a90dfe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <9E434EA0-6BCA-3903-B882-CEB69730A63B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff3a90e000 - 0x7fff3a933ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff3a934000 - 0x7fff3a949ffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff3a94a000 - 0x7fff3aaa8ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <47CCDBAC-5843-366A-A68C-6E8851D0865D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff3aaa9000 - 0x7fff3aaf8ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <302BDF8E-B00A-3123-A6C4-E262B7513CF6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff3aaf9000 - 0x7fff3aafaff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <14F84B42-9DA2-39A1-81B4-666B8020520C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff3bafc000 - 0x7fff3bb46ff8 com.apple.MultipeerConnectivity (166 - 166) <0D57DB24-03F0-388B-9BDA-4ED47BE11765> /System/Library/Frameworks/MultipeerConnectivity.framework/Versions/A/MultipeerConnectivity 0x7fff3bb47000 - 0x7fff3bb80ff5 com.apple.NaturalLanguage (1.0 - 57) <33B7A52A-1162-3368-9C54-BBE741C6EDAD> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x7fff3bb81000 - 0x7fff3bb8dffe com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff3bb8e000 - 0x7fff3bce5ff3 com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff3bce6000 - 0x7fff3bf45ff5 com.apple.NetworkExtension (1.0 - 1) <446D0D36-E8F8-3F2C-B32B-5C3630177FBC> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension 0x7fff3bf8b000 - 0x7fff3bfc3ffa com.apple.OSAKit (1.5 - 107) <5327D975-C13A-3E74-8C2C-B548889E13F7> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff3bfd0000 - 0x7fff3bff2fff com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x7fff3e716000 - 0x7fff3e76efff com.apple.opencl (3.5 - 3.5) <9B101D40-EA79-3C0D-B7AE-A3F18094B2D7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3e76f000 - 0x7fff3e78bfff com.apple.CFOpenDirectory (10.15 - 220.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff3e78c000 - 0x7fff3e797ffd com.apple.OpenDirectory (10.15 - 220.40.1) <76A20BBA-775F-3E17-AB0F-FEDFCDCE0716> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff3f0fd000 - 0x7fff3f0fffff libCVMSPluginSupport.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff3f100000 - 0x7fff3f105fff libCoreFSCache.dylib (176.15) <609C5DFC-9A97-344D-BBC7-E0B08D862C63> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff3f106000 - 0x7fff3f10afff libCoreVMClient.dylib (176.15) <8F8DD27F-AC7C-398D-A8E3-396F1528E317> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff3f10b000 - 0x7fff3f113ff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff3f114000 - 0x7fff3f11efff libGL.dylib (17.10.22) <116DDBF7-D725-3B8C-BD0B-A21B758FE421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff3f11f000 - 0x7fff3f153ff7 libGLImage.dylib (17.10.22) <2B314C76-C7E6-3AC5-9157-70B0529C1F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3f2e9000 - 0x7fff3f325fff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3fd61000 - 0x7fff3fd70ff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff3ff22000 - 0x7fff40015ff0 com.apple.PDFKit (1.0 - 835.7) <346881D8-3E09-3787-B877-6284D1D3B24A> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff40016000 - 0x7fff4012dff9 com.apple.PencilKit (1.0 - 1) /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff403ce000 - 0x7fff403d4ff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff404f5000 - 0x7fff4073bff7 com.apple.imageKit (3.0 - 1081) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff4073c000 - 0x7fff40bfbfff com.apple.QuartzComposer (5.1 - 378) <351442B3-92C1-30FB-B5BC-E64759CCA5FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff40bfc000 - 0x7fff40c21ffc com.apple.quartzfilters (1.10.0 - Tag) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff40c22000 - 0x7fff40d2cff7 com.apple.QuickLookUIFramework (5.0 - 906.2) <731A1F57-2064-3941-823E-2D23BD1D9CB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff40d2d000 - 0x7fff40d2dfff com.apple.quartzframework (1.5 - 23) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff40d2e000 - 0x7fff40fb0ff9 com.apple.QuartzCore (1.11 - 841.2) <444E6F22-DFA6-391B-B51F-A96AE69E524D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff40fb1000 - 0x7fff4100aff5 com.apple.QuickLookFramework (5.0 - 906.2) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff4100b000 - 0x7fff41040ffc com.apple.QuickLookThumbnailing (1.0 - 1) <469201A4-C87A-335F-91C1-81055CF89844> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff41511000 - 0x7fff41529ff0 com.apple.SafariServices.framework (15609 - 15609.2.9.1.2) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff41b18000 - 0x7fff41b30ff5 com.apple.ScriptingBridge (1.4 - 79) <3B2DEA6C-AD17-3560-83FD-0E684BA6067A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff41b31000 - 0x7fff41e7aff1 com.apple.security (7.0 - 59306.120.7) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff41e7b000 - 0x7fff41f03ffb com.apple.securityfoundation (6.0 - 55236.60.1) <79289FE1-CB5F-3BEF-A33F-11A29A93A681> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff41f04000 - 0x7fff41f31ff7 com.apple.securityinterface (10.0 - 55139.120.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff41f32000 - 0x7fff41f36ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <4194D29D-F0D4-33F8-839A-D03C6C62D8DB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4226a000 - 0x7fff42287ff9 com.apple.StoreKit (1.0 - 1) /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit 0x7fff42288000 - 0x7fff42ab907f com.apple.SwiftUI (42.24 - 42.24) <933419F2-53F8-37ED-B9C1-12705412683E> /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI 0x7fff42be2000 - 0x7fff42c50ff7 com.apple.SystemConfiguration (1.19 - 1.19) <0CF8726A-BE41-3E07-B895-FBC44B75450E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff42e19000 - 0x7fff42e4eff2 com.apple.UserNotifications (1.0 - ???) <773486B3-7483-3196-A568-B0ED1493E05A> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x7fff42ecf000 - 0x7fff43252ff4 com.apple.VideoToolbox (1.0 - 2620.11.40.2) <53E0D852-61CA-34FE-9A9B-788708ADE495> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff434f4000 - 0x7fff43c91fff libwebrtc.dylib (7609.2.9.1.2) <6047B7DA-1F79-35D6-B65B-F936B0E389EE> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff43c92000 - 0x7fff45ef3ff4 com.apple.WebCore (15609 - 15609.2.9.1.2) <06B06644-07F9-3D09-A50E-F14D70FF6670> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff45ef4000 - 0x7fff46100ffc com.apple.WebKitLegacy (15609 - 15609.2.9.1.2) <7580EF1B-F43B-3532-9340-AB20340D0850> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff46101000 - 0x7fff46802ffa com.apple.WebKit (15609 - 15609.2.9.1.2) <5148A4E2-0C5A-3DFD-8A02-676D7CC6ED4F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff46bb1000 - 0x7fff46c76ff7 com.apple.APFS (1412.120.2 - 1412.120.2) <1E8FD511-FDC4-31A2-ACDE-EB5192032BC6> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff46d17000 - 0x7fff46d86fff com.apple.ICE (3.0 - 1645.9.4.2) <99DCF84B-A52A-38B0-84A2-FE03AB536349> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/Versions/A/ICE 0x7fff46d87000 - 0x7fff46d87fff com.apple.LegacyHandle (3.0 - 1645.9.4.2) /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/Versions/A/LegacyHandle 0x7fff46d88000 - 0x7fff46d8eff7 com.apple.SimpleKeyExchange (3.0 - 1645.9.4.2) <4A03E80E-9F6F-31F4-B955-1F304051388B> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/Versions/A/SimpleKeyExchange 0x7fff46d8f000 - 0x7fff46dd1ff7 com.apple.ViceroyTrace (3.0 - 1645.9.4.2) <166B3D33-99B6-3956-BF41-127169604F7A> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/Versions/A/ViceroyTrace 0x7fff46dd2000 - 0x7fff46dd2ff7 com.apple.snatmap (3.0 - 1645.9.4.2) <5E808940-26C6-32E7-B50A-3540273257EC> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/Versions/A/snatmap 0x7fff472bd000 - 0x7fff472c8ffc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <9E0367E6-6A4F-31FE-A493-9F3DF7510CA0> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff473e5000 - 0x7fff47438fff com.apple.AXRuntime (1.0.0 - 1) /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime 0x7fff4744b000 - 0x7fff47467ffe com.apple.accessibility.AccessibilityPlatformTranslation (1.0 - 1) <8DC4257B-88D3-311D-8F08-FC31D2CDF8B0> /System/Library/PrivateFrameworks/AccessibilityPlatformTranslation.framework/Versions/A/AccessibilityPlatformTranslation 0x7fff475c1000 - 0x7fff47672ffe com.apple.accounts.AccountsDaemon (113 - 113) <2C275FCF-21AB-3C41-B347-3CF1DC45F8D3> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x7fff47c15000 - 0x7fff47d6aff0 com.apple.AddressBook.core (1.0 - 1) <87B9E331-49E1-3607-B813-E6C7C0C39579> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore 0x7fff47d86000 - 0x7fff47d87ff1 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff481d7000 - 0x7fff48322ff5 com.apple.AnnotationKit (1.0 - 325.9) /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff48323000 - 0x7fff48340ff4 com.apple.AppContainer (4.0 - 448.100.6) <9C2D0065-9B38-3D1C-A090-46F129A1B3CA> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff48362000 - 0x7fff48378ff3 com.apple.AppSSOCore (1.0 - 1) <699B20D0-F45C-3328-A7AB-C4BBC3025168> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore 0x7fff48395000 - 0x7fff483a3ff7 com.apple.AppSandbox (4.0 - 448.100.6) <7DAB58B1-8176-3FB0-A7B0-8A38E118E90B> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff483a6000 - 0x7fff48404ff5 com.apple.AppStoreDaemon (1.0 - 1) <8472D01C-1BFD-3C45-A83F-5241DA8E9CF4> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon 0x7fff4878d000 - 0x7fff487f2ff7 com.apple.AppSupport (1.0.0 - 29) /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff4881e000 - 0x7fff48842ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff48843000 - 0x7fff48976ff3 com.apple.AppleAccount (1.0 - 1.0) /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff48b00000 - 0x7fff48b0ffd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <2E75CF51-B693-3275-9A4F-40571D48745E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff48c0e000 - 0x7fff48c19ff7 com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff48c1a000 - 0x7fff48c5aff1 com.apple.AppleIDSSOAuthentication (1.0 - 1) <7ABD2F0F-AEF4-32FD-B3DE-874BDB49F953> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff48c5b000 - 0x7fff48ca3ff7 com.apple.AppleJPEG (1.0 - 1) <4655FF70-9772-3D7C-8159-5A5E56C9F84B> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff48ca4000 - 0x7fff48cb4ff7 com.apple.AppleLDAP (10.15 - 52) <0CBD6C1D-B083-3858-988E-F9B3E03CA740> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff48cb5000 - 0x7fff49059ffd com.apple.AppleMediaServices (1.0 - 1) <54726C13-5DA3-3F0F-A638-EEC028BE5B3A> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices 0x7fff49066000 - 0x7fff4908cffb com.apple.aps.framework (4.0 - 4.0) <34F0F991-2D0F-3376-B5B2-BDED2108552A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff4908d000 - 0x7fff49091ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff49092000 - 0x7fff490b4fff com.apple.applesauce (1.0 - 16.25) <33B66B71-64A4-365D-9953-E0545E69A5E7> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff49173000 - 0x7fff49176ffb com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <92580EE3-74BF-3488-90ED-C8EBD7A1B4C3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff49177000 - 0x7fff491c7ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <39C3583D-C824-3168-B67A-498487FD03D9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff49210000 - 0x7fff4921fff9 com.apple.AssertionServices (1.0 - 223.100.31) <478D2004-9B84-3AE9-9A0B-0A0B68ED028F> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff49220000 - 0x7fff4923fff5 com.apple.AssetCacheServices (111.1 - 111.1) /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff4931e000 - 0x7fff4946cffb com.apple.AssistantServices (1.0 - 1) /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices 0x7fff494ff000 - 0x7fff49536d2f com.apple.AttributeGraph (1.0 - 1) <9A3C7193-0CD8-331E-AF6D-A2FDB25DEB50> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph 0x7fff49761000 - 0x7fff49b5cff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) <9ABFE41A-FD01-3111-BA73-D2DD1BF96525> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff49db2000 - 0x7fff49ff2fe0 com.apple.audio.AudioToolboxCore (1.0 - 1104.84) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff49ff6000 - 0x7fff4a112ff0 com.apple.AuthKit (1.0 - 1) <375C3886-5430-3C02-BD2C-4244BF490ABA> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff4a113000 - 0x7fff4a1aeffd com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff4a2b8000 - 0x7fff4a2ceff8 com.apple.BackBoardServices (1.0 - 1.0) <0F53C566-BB10-3CB1-8F7C-4CAEEE2DBDF3> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff4a2cf000 - 0x7fff4a2d8ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff4a2d9000 - 0x7fff4a37aff5 com.apple.backup.framework (1.11.5 - 1298.5.10) <637CA389-627A-365C-98C2-D297C47D6EE3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff4a37b000 - 0x7fff4a407ff6 com.apple.BaseBoard (466.3 - 466.3) <1718A41A-9923-3FD0-96B8-82376E153D27> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff4a426000 - 0x7fff4a42cffa com.apple.BezelServicesFW (336 - 336) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x7fff4a4d8000 - 0x7fff4a508ffa com.apple.BoardServices (1.0 - 466.3) /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff4a509000 - 0x7fff4a545ff7 com.apple.bom (14.0 - 219.2) <586F1D9C-23B0-3F38-9C5B-728E9DD8B953> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff4a663000 - 0x7fff4a69aff5 com.apple.C2 (1.3 - 495) <4C624CDB-C2A8-3039-BC45-224FB8671969> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff4a79d000 - 0x7fff4a7c5ffc com.apple.CacheDelete (1.0 - 1) <0C06D7CC-BF86-3350-9D90-88A922C28CF1> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff4a7c6000 - 0x7fff4a820ff2 com.apple.CalDAV (8.0 - 790.4.1) <34AA3D86-91A1-37DC-AD24-D967E12F749D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV 0x7fff4a9d0000 - 0x7fff4a9fbfff com.apple.CalendarAgentLink (8.0 - 250) <01598086-CEA8-35D5-AE14-F5166F77CA81> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff4aa14000 - 0x7fff4aa8cff6 com.apple.CalendarFoundation (8.0 - 1140.5.1) /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation 0x7fff4aac3000 - 0x7fff4adbbffe com.apple.CalendarPersistence (8.0 - 1040.5.1) <4A3FD0EB-9008-3CC3-A16B-2E6D0FF102EE> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence 0x7fff4b0c4000 - 0x7fff4b113fff com.apple.ChunkingLibrary (307 - 307) <32E0F1A1-9DD6-3B52-91C2-93643041AA60> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff4b114000 - 0x7fff4b181ff7 com.apple.ClassKit (1.2 - 145.5.14) <0CECE939-7E04-3420-81D9-7B0FEC01C822> /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit 0x7fff4b26d000 - 0x7fff4b2f8ff8 com.apple.CloudDocs (1.0 - 698.14) <4CFF0DF0-8A89-3DAD-8A07-A208FDDD163B> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff4bf4b000 - 0x7fff4bf4bfff com.apple.combinecocoa (1.0 - 134.102) /System/Library/PrivateFrameworks/CombineCocoa.framework/Versions/A/CombineCocoa 0x7fff4bfae000 - 0x7fff4bfb9ff5 com.apple.CommerceCore (1.0 - 709.6.5) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff4bfba000 - 0x7fff4bfcaffb com.apple.CommonAuth (4.0 - 2.0) <91EC83B5-857D-3D4F-93B1-AAD7E0E029D8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff4bfde000 - 0x7fff4bff5fff com.apple.commonutilities (8.0 - 900) <12C6DEE5-1740-39A5-9711-6F815C6D77BD> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff4c135000 - 0x7fff4c1b8ff1 com.apple.framework.ConfigurationProfiles (12.2 - 1286) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x7fff4c289000 - 0x7fff4c2c5ffa com.apple.contacts.ContactsAutocomplete (1.0 - 1138) /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete 0x7fff4c2f6000 - 0x7fff4c37aff1 com.apple.AddressBook.ContactsFoundation (8.0 - 1118.8) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff4c37b000 - 0x7fff4c3b8ff0 com.apple.contacts.ContactsPersistence (1.0 - 3455.18) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff4c3b9000 - 0x7fff4c42cff5 com.apple.Contacts.ContactsUICore (1.0 - 999.9.9) /System/Library/PrivateFrameworks/ContactsUICore.framework/Versions/A/ContactsUICore 0x7fff4c6f9000 - 0x7fff4cacefc8 com.apple.CoreAUC (283.0.0 - 283.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff4cacf000 - 0x7fff4cafcff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <14FC549B-86BD-396A-B03E-6F5219482943> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff4cb1f000 - 0x7fff4cb3effc com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff4cc47000 - 0x7fff4ccbdff7 com.apple.corebrightness (1.0 - 1) /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff4cd81000 - 0x7fff4cdb6ff3 com.apple.CoreChart (1.0 - 1) <5B296008-12AD-3242-85A1-B76406C7AADC> /System/Library/PrivateFrameworks/CoreChart.framework/Versions/A/CoreChart 0x7fff4cdb7000 - 0x7fff4ce48ffe com.apple.coredav (1.0.1 - 870.4.1) <7AB7ACCC-E607-35FF-AC85-6CBEB63BF939> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV 0x7fff4ce49000 - 0x7fff4ce54ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <8F8E586D-C153-3ABA-88B7-6CEC7F476F0E> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff4ce55000 - 0x7fff4d060ff1 com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff4d061000 - 0x7fff4d0aeff3 com.apple.coreduetcontext (1.0 - 1) <64FD6DBA-89E3-34FC-A758-3240D4737F75> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff4d0af000 - 0x7fff4d0bfffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) <00D3E768-CBBF-36DE-B8D8-218F7B562F6F> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff4d0c2000 - 0x7fff4d0c4fff com.apple.CoreDuetDebugLogging (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff4d0d5000 - 0x7fff4d0e5ff3 com.apple.CoreEmoji (1.0 - 107.1) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff4d0e6000 - 0x7fff4d0fdff8 com.apple.CoreFollowUp-OSX (1.0 - 1) /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/CoreFollowUp 0x7fff4d29b000 - 0x7fff4d3e8fff com.apple.CoreHandwriting (161 - 1.2) <7F6BAABE-71D0-34F6-876D-C6C53331B5F3> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff4d725000 - 0x7fff4d78fff0 com.apple.CoreNLP (1.0 - 213) <40FC46D2-844C-3282-A8E4-69DD827F05C5> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff4da4d000 - 0x7fff4da51ffb com.apple.CoreOptimization (1.0 - 1) <5B3AA81A-F8DF-3688-85FC-9A9517720DA7> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff4da52000 - 0x7fff4dadaffe com.apple.CorePDF (4.0 - 518.4.1) <98F39D44-028B-3714-AC76-0884D08DD6CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff4dbbd000 - 0x7fff4dbc5ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff4dbc6000 - 0x7fff4dc1894b com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff4e4d9000 - 0x7fff4e4e4ffa com.apple.corerecents (1.0 - 1) /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 0x7fff4e5b2000 - 0x7fff4e5d5fff com.apple.CoreSVG (1.0 - 129) <3141D198-0507-3F72-A2C9-752EAFE3EEB3> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff4e5d6000 - 0x7fff4e609fff com.apple.CoreServicesInternal (446.7 - 446.7) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff4e60a000 - 0x7fff4e638ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff4e7bd000 - 0x7fff4e860fff com.apple.CoreSuggestions (1.0 - 1052.34) <15988CF7-6F2C-3955-ACA9-970DBB572608> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions 0x7fff4eb5d000 - 0x7fff4ebf3ff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0E7A1529-C737-33FD-AA7D-A32EB8B192DA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff4ebf4000 - 0x7fff4ec82ffc com.apple.CoreThemeDefinition (2.0 - 447.1) /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x7fff4ec8b000 - 0x7fff4edb7ff6 com.apple.coreui (2.1 - 609.4) <9B93CC42-804B-305A-8FCE-5F06821B544C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff4edb8000 - 0x7fff4ef6eff5 com.apple.CoreUtils (6.2.1 - 621.5) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff4f0a8000 - 0x7fff4f0bbff1 com.apple.CrashReporterSupport (10.13 - 15016) <827F4E31-9F23-3683-AC5A-59CCA90F2359> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff4f0bc000 - 0x7fff4f0bfffe com.apple.security.CryptoKit-C-Bridging (1.0 - 1) /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging 0x7fff4f174000 - 0x7fff4f186ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <19F79D32-71D3-3A87-98C9-B5C6C96076C4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff4f187000 - 0x7fff4f18cfff com.apple.DSExternalDisplay (3.1 - 380) <971F24F1-B1FC-3674-9C00-F88EEF94DC05> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff4f1db000 - 0x7fff4f215ff4 com.apple.datadetectors (5.0 - 410.1) <280F73A3-052A-3EA2-B2A4-D797FBB44CBC> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff4f216000 - 0x7fff4f290ff0 com.apple.datadetectorscore (8.0 - 659) <9FD9BDFA-3724-3BEA-946C-0473447196A3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff4f292000 - 0x7fff4f2dbffe com.apple.DataDetectorsNaturalLanguage (1.0 - 154) <49A864A2-386D-3B90-8371-ABB1E3EBE769> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage 0x7fff4f2dc000 - 0x7fff4f319ff8 com.apple.DebugSymbols (194 - 194) <9BCE6685-6C45-3DF9-98EB-FCF8196160F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff4f31a000 - 0x7fff4f4a2ff6 com.apple.desktopservices (1.14.5 - 1281.5.3) <79972B8B-7B60-3AD5-9A5F-17976DE8080B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4f4b8000 - 0x7fff4f4c4ff8 com.apple.DeviceIdentity (1.0 - 1) <6E017199-DFC0-3464-A7E5-CB8928FC2F97> /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity 0x7fff4f4c5000 - 0x7fff4f4daffb com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x7fff4f73f000 - 0x7fff4f807ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff4f808000 - 0x7fff4f8dbff1 com.apple.DiskManagement (13.0 - 1648.120.5) <650DBBE4-6624-3064-A26D-6BCAA0FE41F9> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff4f8dc000 - 0x7fff4f8e0ff1 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff4f93a000 - 0x7fff4f95eff9 com.apple.DuetActivityScheduler (1.0 - 1) /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff4f988000 - 0x7fff4f9bdff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff4f9be000 - 0x7fff4f9c2ff9 com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff504f5000 - 0x7fff5050aff2 com.apple.Engram (1.0 - 1) <15ABEF9F-1892-3801-9253-0FD0FC232B1C> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff5050b000 - 0x7fff50b75ff9 com.apple.vision.EspressoFramework (1.0 - 188.4) <4502588F-70F2-3A5F-9089-4B2F29159961> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff50bbe000 - 0x7fff50c1bff2 com.apple.ExchangeWebServices (8.0 - 807) <4D4106E5-50B0-3DC5-99DF-A236829D791A> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x7fff50e50000 - 0x7fff5126bff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <1B5D7DD6-718E-3111-A702-EB04B8903662> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff5126c000 - 0x7fff51277ff9 com.apple.FamilyCircle (1.0 - 76.0.0.2) <4C5E018D-CFF7-3B3F-9F19-828B1F553672> /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircle 0x7fff5127a000 - 0x7fff5129cff0 com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff518c2000 - 0x7fff518c2ff7 com.apple.FinderSyncPriv (1.0.5 - 1298.5.10) /System/Library/PrivateFrameworks/FinderSyncPriv.framework/Versions/A/FinderSyncPriv 0x7fff51909000 - 0x7fff51a41ffc libFontParser.dylib (277.2.5.3) /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff51a42000 - 0x7fff51a76fff libTrueTypeScaler.dylib (277.2.5.3) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x7fff51adb000 - 0x7fff51aebff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <6396BC1F-13C1-37D7-91B9-1FF60910C7FA> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff51aef000 - 0x7fff51b66ff5 com.apple.FrontBoardServices (626.8 - 626.8) <15C9D9B8-B229-34EE-BE47-ACB94E941CB9> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x7fff54fcc000 - 0x7fff54fcdfff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib 0x7fff5666f000 - 0x7fff56671ffc com.apple.gpusw.GPURawCounter (12.1 - 12.0) <087A3F81-B7EB-3AC1-8889-47C631D42EA5> /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter 0x7fff5668a000 - 0x7fff56690fff com.apple.GPUWrangler (5.2.4 - 5.2.4) <5B819701-9F0C-374B-8925-A22DFC16514F> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff569af000 - 0x7fff569d5ff1 com.apple.GenerationalStorage (2.0 - 314) <5613706F-710A-39E0-8B25-BA103A768613> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff569ee000 - 0x7fff579d8ffc com.apple.GeoServices (1.0 - 1624.24.10.29.41) <9A6FF368-7127-336F-9595-B261141810EA> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff57b04000 - 0x7fff57b12ffb com.apple.GraphVisualizer (1.0 - 100.1) <0A86C9FF-4484-3C7F-BC71-3D23BDBE81CE> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff57b13000 - 0x7fff57b20ff3 com.apple.GraphicsServices (1.0 - 1.0) <628EA7EF-A5C7-36E4-9193-46F55852C208> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff57b7b000 - 0x7fff57b88ff9 com.apple.HID (1.0 - 1) /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff57cb1000 - 0x7fff57d6fff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff594c9000 - 0x7fff5950affd com.apple.IASUtilities (1.0 - 550.4) <93DDBA19-6D37-396C-8ACF-CE5314C65E26> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities 0x7fff5950b000 - 0x7fff59609ffe com.apple.ids (10.0 - 1000) <9CCCCDE9-74C2-313E-9933-A2AC43B59431> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff5960a000 - 0x7fff59745ff2 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff59d63000 - 0x7fff59dc3ff2 com.apple.imfoundation (10.0 - 1000) <47834C71-8DE3-35DF-BCD4-4D65A8524BEB> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff59ef3000 - 0x7fff59efbff5 com.apple.IOAccelerator (438.5.4 - 438.5.4) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff59f07000 - 0x7fff59f07fff com.apple.IOPlatformPluginFamily (1.0 - 1) /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff59f08000 - 0x7fff59f1ffff com.apple.IOPresentment (1.0 - 37) <3EDBB454-D248-394B-A026-9717CD8535C3> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5a2a7000 - 0x7fff5a2f2ff1 com.apple.IconServices (438.3 - 438.3) <2AE74790-64F1-3B0A-9534-DEEEE307E562> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5a48f000 - 0x7fff5a49dfff com.apple.IntentsFoundation (1.0 - 1) /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff5a4b0000 - 0x7fff5a4b7ff9 com.apple.InternationalSupport (1.0 - 45.4) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5a4b8000 - 0x7fff5a4baff3 com.apple.InternationalTextSearch (1.0 - 1) <46B97E2B-B50E-37FE-9476-FD30BDAA3ED5> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x7fff5a51f000 - 0x7fff5a54eff3 com.apple.IntlPreferences (2.0 - 301.6) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff5a737000 - 0x7fff5a743ff7 com.apple.KerberosHelper (4.0 - 1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x7fff5a744000 - 0x7fff5a763ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <76DB5326-BE5D-3339-975C-D9FCF39A341E> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5a898000 - 0x7fff5a966ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5a967000 - 0x7fff5a9affff com.apple.Lexicon-framework (1.0 - 72) <6AE1872C-0352-36FE-90CC-7303F13A5BEF> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5a9b6000 - 0x7fff5a9bbff3 com.apple.LinguisticData (1.0 - 353.18) <686E7B7C-640F-3D7B-A9C1-31E2DFACD457> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5a9e2000 - 0x7fff5aa06ffe com.apple.locationsupport (2394.0.22 - 2394.0.22) <5C15E3FF-D269-3A99-B3EF-B806F61EE1EA> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff5aa09000 - 0x7fff5aa5eff7 com.apple.LoggingSupport (1.0 - 1147.120) <8BAFBD18-C8E9-32D7-9171-ADB92620B7F5> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x7fff5aa5f000 - 0x7fff5aa64ff7 com.apple.LoginUICore (4.0 - 4.0) <5D60C7D1-9DB7-30A3-9209-7E13644D3E9D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff5aabe000 - 0x7fff5aad7ffc com.apple.LookupFramework (1.2 - 274) /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff5b211000 - 0x7fff5b21cfff com.apple.MallocStackLogging (1.0 - 1) <0EDCEAAA-4411-3BCB-B2AF-C8D2CA689C44> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x7fff5b253000 - 0x7fff5b256fff com.apple.Mangrove (1.0 - 25) <11A30F47-B1C1-375E-9FE7-0A196E92A52C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5b413000 - 0x7fff5b413ff5 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff5b414000 - 0x7fff5b43affc com.apple.MarkupUI (1.0 - 325.9) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff5b4bf000 - 0x7fff5b549ff8 com.apple.MediaExperience (1.0 - 1) <34E15DA2-02AA-32FA-99E1-9A139521E226> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff5b54a000 - 0x7fff5b57dfff com.apple.MediaKit (16 - 923) <14E38848-C9BD-37F1-AE44-FC4CC839E8A1> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff5b642000 - 0x7fff5b9d7ff9 com.apple.MediaRemote (1.0 - 1) /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff5b9d8000 - 0x7fff5ba14ffc com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff5bd22000 - 0x7fff5bd6efff com.apple.spotlight.metadata.utilities (1.0 - 2076.6) /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff5bd6f000 - 0x7fff5be40ffa com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5be53000 - 0x7fff5be79ff2 com.apple.metricmeasurement (0 - 1) /System/Library/PrivateFrameworks/MetricMeasurement.framework/Versions/A/MetricMeasurement 0x7fff5be9e000 - 0x7fff5beb7ff4 com.apple.MobileAssets (1.0 - 619.120.1) <5AF95641-68C7-351A-A317-3C7B793502D6> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff5bece000 - 0x7fff5c087fc7 com.apple.mobiledevice (1253.12.2.100.3 - 1253.12.2.100.3) /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x7fff5c0a0000 - 0x7fff5c0befff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff5c18a000 - 0x7fff5c320ffd com.apple.Montreal (1.0 - 121.1) <9A9642A5-CE1F-3C1E-ACEF-C3CC789A1D26> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff5c321000 - 0x7fff5c351ff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <4E7CB188-382E-3128-8671-4A3EF6E06622> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5c5d1000 - 0x7fff5c6bbffe com.apple.NLP (1.0 - 202) /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP 0x7fff5c6bc000 - 0x7fff5c7cca7b com.apple.Navigation (1.0 - 1) /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 0x7fff5c851000 - 0x7fff5c85bfff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5c91d000 - 0x7fff5c939ff0 com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff5cfc8000 - 0x7fff5cfcaffe com.apple.OAuth (25 - 25) <71C237D9-27B1-333D-AA57-3E3E2DAB2020> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff5d271000 - 0x7fff5d2bcffb com.apple.OTSVG (1.0 - 643.1.5.1) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff5dafd000 - 0x7fff5db03ffe com.apple.PIP (1.0 - 109) <3C20229B-C265-38E2-A060-8EDD81C81C12> /System/Library/PrivateFrameworks/PIP.framework/Versions/A/PIP 0x7fff5ddaf000 - 0x7fff5de6eff2 com.apple.PackageKit (3.0 - 990.4) <1C0F8999-9E96-3E23-8E37-CACBE17E3408> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff5e4d0000 - 0x7fff5e4dbff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) <941698D6-EF00-3D59-8560-F160BC04B412> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff5e4dc000 - 0x7fff5e504ffb com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff5e505000 - 0x7fff5e513ffe com.apple.PersonaKit (1.0 - 1) /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 0x7fff5e6bd000 - 0x7fff5e6bdffa com.apple.PhoneNumbers (1.0 - 1) <08BB706C-0D00-3519-B038-0770DE877865> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff5ff7d000 - 0x7fff5ffadff7 com.apple.pluginkit.framework (1.0 - 1) <6A417FEF-CEDE-3EE0-93ED-42680A31C886> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff5ffd8000 - 0x7fff5ffebffc com.apple.PowerLog (1.0 - 1) <63A89A9B-2ACC-3378-9BD0-7FA971E07C2A> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff5ffec000 - 0x7fff5ffecff5 com.apple.PowerlogControl (1.0 - 1) <8502DF58-36D9-3859-BAFF-C807888101B7> /System/Library/PrivateFrameworks/PowerlogControl.framework/Versions/A/PowerlogControl 0x7fff60c71000 - 0x7fff60c91ff1 com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5) <49DE6D83-AC45-327B-BC2B-B08DD14CA92E> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker 0x7fff60d18000 - 0x7fff60d81ff2 com.apple.proactive.support.ProactiveSupport (1.0 - 258.5) <95F0086C-329D-3255-91FF-908EB1BABD28> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x7fff60e67000 - 0x7fff60ec1ff6 com.apple.ProtectedCloudStorage (1.0 - 1) <969BF7A2-E989-3A22-BC1B-72B72E107229> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff60ec2000 - 0x7fff60edbffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff60fed000 - 0x7fff60ff0ff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) <4579D418-9C34-3F29-B121-0046F2B87D0B> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff60ff1000 - 0x7fff61014ff0 com.apple.quicklook.QuickLookSupport (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff6105b000 - 0x7fff610d4ff3 com.apple.Rapport (1.9.5 - 195.2) <6DB4EFB5-A70C-36AA-971B-3B728EEF41AB> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff6131b000 - 0x7fff61327ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.120.8) <9754FC8C-3EAF-3F9B-8A28-A63D472DD6F0> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff6133a000 - 0x7fff61363ff1 com.apple.RemoteViewServices (2.0 - 148) <1C61CFC2-F76F-31E5-BA13-EFD5DC69C8D5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff61364000 - 0x7fff61379ffa com.apple.xpc.RemoteXPC (1.0 - 1738.120.8) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff6137a000 - 0x7fff613d7ff9 com.apple.RenderBox (31 - 31) <98DD90D9-2F5B-3135-B5B4-3803F6EF27FE> /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox 0x7fff613e7000 - 0x7fff61431ffa com.apple.ResponseKit (1.0 - 148.2) <4A0541D5-0642-3D35-B6EF-AC613CCFE098> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit 0x7fff614c8000 - 0x7fff61503ff0 com.apple.RunningBoardServices (1.0 - 223.100.31) <9FD1FC53-186A-3327-A359-B0BC7F4360EF> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff61504000 - 0x7fff615a2ff3 com.apple.SAObjects (1.0 - 1) <74C1677F-DCA3-3EE9-A6BA-E5DA859CA760> /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects 0x7fff6222b000 - 0x7fff62277ff9 com.apple.Safari.SafeBrowsing (15609 - 15609.2.9.1.2) <57AC0345-D349-3477-9ECA-9BAD465819EA> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff62c1c000 - 0x7fff62d71ffa com.apple.SearchFoundation (1.0 - 312.5.17) /System/Library/PrivateFrameworks/SearchFoundation.framework/Versions/A/SearchFoundation 0x7fff62de3000 - 0x7fff62de6ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) <813B3E57-6A95-3D7B-9094-C65D687A72B8> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff62e70000 - 0x7fff62e75ffc com.apple.ServerInformation (2.0 - 1) <6FE739C6-D750-3F5B-9FD9-D1CB4D0A921E> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff62f59000 - 0x7fff63080ff0 com.apple.Sharing (1526.31 - 1526.31) <2CB07F08-7794-3BF2-9ED5-BAB5C55C9D2C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff630f8000 - 0x7fff63118ff5 com.apple.sidecar-core (1.0 - 209.40.4) /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff63119000 - 0x7fff6312bff0 com.apple.sidecar-ui (1.0 - 209.40.4) <55486B3A-B65A-3023-89C7-A154A39D0D7E> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff6312c000 - 0x7fff63136ffc com.apple.performance.SignpostCollection (1.42.2 - 42.2) <3B5EC26F-6EDC-3E88-B148-40BFC0AB0D22> /System/Library/PrivateFrameworks/SignpostCollection.framework/Versions/A/SignpostCollection 0x7fff63138000 - 0x7fff63138fff com.apple.performance.SignpostNotification (1.42.2 - 42.2) <495ACB30-094B-31F4-96DD-E717EEB64B10> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff63139000 - 0x7fff6317fffb com.apple.signpost.SignpostSupport (1.42.2 - 42.2) <661D4A8D-CD4F-3EE7-B53E-E0A87F6AA9E0> /System/Library/PrivateFrameworks/SignpostSupport.framework/Versions/A/SignpostSupport 0x7fff6324b000 - 0x7fff6327eff4 com.apple.siri.SiriInstrumentation (1.0 - 1) /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation 0x7fff64493000 - 0x7fff64789ff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff64fd6000 - 0x7fff64fe4ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <820602AB-117B-3C3E-B20B-819CBC97B7A4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff650a6000 - 0x7fff65330ffe com.apple.spotlight.index (10.7.0 - 2076.6) <38E208FE-A4E5-3B6C-9937-97CA152F1BB2> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff6541e000 - 0x7fff6542effe com.apple.StorageManagement (1.0 - 1) /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement 0x7fff656be000 - 0x7fff656ffff9 com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff65784000 - 0x7fff65815fe8 com.apple.Symbolication (11.4 - 64535.34.1) <155CBF5A-BF99-3A0F-9818-8A76AE1C64DA> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff65816000 - 0x7fff6581fff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.1) <581F31D6-94CB-38AA-BD56-1A63606E516E> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff65890000 - 0x7fff658baffa com.apple.framework.SystemAdministration (1.0 - 1.0) <926BB2F5-E02C-30B7-949A-20EFE57CF242> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff65abb000 - 0x7fff65ad1ff5 com.apple.private.SystemPolicy (1.0 - 1) /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x7fff65ad6000 - 0x7fff65ae6ff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff6600b000 - 0x7fff660d1ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff66154000 - 0x7fff6616fff8 com.apple.ToneKit (1.0 - 1) <2D51981F-A36B-3C71-AEC2-F453CC9827A7> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff66170000 - 0x7fff6619aff0 com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff6625d000 - 0x7fff6625efff com.apple.TrustEvaluationAgent (2.0 - 33) <11DF5A28-4410-36A8-B3B8-BF1094BE1544> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff66296000 - 0x7fff664eeff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff66558000 - 0x7fff6656eff9 com.apple.UIKitSystemAppServices (1.0 - 182.1) <84BC6A09-624E-3AD2-B33A-DFB5327E926F> /System/Library/PrivateFrameworks/UIKitSystemAppServices.framework/Versions/A/UIKitSystemAppServices 0x7fff66585000 - 0x7fff6658bffe com.apple.URLFormatting (119 - 119.18) /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff67056000 - 0x7fff6705affe com.apple.Uninstall (1.0.1 - 211) <3E05C477-87BB-356C-82F7-D7661D239DF6> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall 0x7fff670ce000 - 0x7fff670d0fff libUAPreferences.dylib (487.14) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib 0x7fff67161000 - 0x7fff67181ffc com.apple.UserManagement (1.0 - 1) /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff67231000 - 0x7fff679baff7 com.apple.VectorKit (1.0 - 1606.24.10.29.28) /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x7fff67f2d000 - 0x7fff68017ff8 com.apple.ViewBridge (464.1 - 464.1) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff681bd000 - 0x7fff681befff com.apple.WatchdogClient.framework (1.0 - 67.120.2) <3B8EBB6B-77D0-317C-A3DB-D0D2E294B18D> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff68391000 - 0x7fff68391fff com.apple.WebInspectorUI (15609 - 15609.2.9.1.2) <7BDB4287-9F2D-399E-9850-F6F9CDAC5D33> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI 0x7fff6854a000 - 0x7fff68585fff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib 0x7fff68586000 - 0x7fff68866ff7 libAWDSupportFramework.dylib (3541.1) <1F4FB417-EE92-3095-9940-C35C93F6F020> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff68867000 - 0x7fff68878fff libprotobuf-lite.dylib (3541.1) <3EB3CBE0-544B-38D1-81EB-7D73CA221967> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff68879000 - 0x7fff688d2ffb libprotobuf.dylib (3541.1) <45F77AE5-5D7A-30E7-9168-5546FDC59CA2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff688d3000 - 0x7fff68917ff6 com.apple.awd (1.0 - 949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff68deb000 - 0x7fff68deeffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff68e55000 - 0x7fff68e58ff0 com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <2D617702-4243-3C10-8251-49E850B69D31> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework 0x7fff68e68000 - 0x7fff68e76ff5 com.apple.audio.caulk (1.0 - 32.3) <7D3D2F91-8B1D-3558-B324-45BDF11306DB> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff6903e000 - 0x7fff69073ffe com.apple.iCalendar (7.0 - 810.4.1) <883A965D-DB8B-3038-89E5-0C76D1D67206> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x7fff6915f000 - 0x7fff69163ffb com.apple.kperf (1.0 - 1) /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x7fff69164000 - 0x7fff6916bffb com.apple.kperfdata (1.0 - 1) /System/Library/PrivateFrameworks/kperfdata.framework/Versions/A/kperfdata 0x7fff6916c000 - 0x7fff691b7ff8 com.apple.libktrace (1.0 - 354.100.2) /System/Library/PrivateFrameworks/ktrace.framework/Versions/A/ktrace 0x7fff691b8000 - 0x7fff691baff3 com.apple.loginsupport (1.0 - 1) <31F02734-1ECF-37D9-9DF6-7C3BC3A324FE> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff691bb000 - 0x7fff691ceffd com.apple.login (3.0 - 3.0) <1DC570FD-29EC-3AE8-BD34-D44C00E4621B> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff69200000 - 0x7fff6920cffd com.apple.perfdata (1.0 - 51.100.6) <2F2B9D0F-CB87-3712-B04B-DA075A48002B> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff6920d000 - 0x7fff6923effd com.apple.contacts.vCard (1.0 - 3455.18) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff6bbac000 - 0x7fff6bbc1ffe libAccessibility.dylib (2790.70) <0175DCAB-ADCB-3F8F-BD64-E8E51C00825E> /usr/lib/libAccessibility.dylib 0x7fff6bc91000 - 0x7fff6bc9dff9 libAudioStatistics.dylib (1104.84) /usr/lib/libAudioStatistics.dylib 0x7fff6bc9e000 - 0x7fff6bcd1ffa libAudioToolboxUtility.dylib (1104.84) /usr/lib/libAudioToolboxUtility.dylib 0x7fff6bcd8000 - 0x7fff6bd0cfff libCRFSuite.dylib (48) <02C52318-C537-3FD8-BBC4-E5BD25430652> /usr/lib/libCRFSuite.dylib 0x7fff6bd0f000 - 0x7fff6bd19fff libChineseTokenizer.dylib (34) <04A7CB5A-FD68-398A-A206-33A510C115E7> /usr/lib/libChineseTokenizer.dylib 0x7fff6bd1a000 - 0x7fff6bda2fff libCoreStorage.dylib (551) /usr/lib/libCoreStorage.dylib 0x7fff6bda5000 - 0x7fff6bda7ff7 libDiagnosticMessagesClient.dylib (112) <27220E98-6CE2-33E3-BD48-3CC3CE4AA036> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6bded000 - 0x7fff6bfa4ffb libFosl_dynamic.dylib (100.4) <68038226-8CAA-36B5-B5D6-510F900B318D> /usr/lib/libFosl_dynamic.dylib 0x7fff6bfcb000 - 0x7fff6bfd1ff3 libIOReport.dylib (54) /usr/lib/libIOReport.dylib 0x7fff6c0b3000 - 0x7fff6c0bafff libMatch.1.dylib (36) <081FB6A9-0482-3697-A98B-6821FF476C6E> /usr/lib/libMatch.1.dylib 0x7fff6c0e9000 - 0x7fff6c109fff libMobileGestalt.dylib (826.120.5) <1977AD00-533A-31AA-8D74-EA6CB962F668> /usr/lib/libMobileGestalt.dylib 0x7fff6c10a000 - 0x7fff6c173fff libParallelCompression.dylib (142.100.3) <34EB8B1F-6735-3E2B-B904-1B9699968DE4> /usr/lib/libParallelCompression.dylib 0x7fff6c189000 - 0x7fff6c266ff7 libSMC.dylib (20) <5FCE668E-C4D5-3E36-98B9-6DF720DCD886> /usr/lib/libSMC.dylib 0x7fff6c27b000 - 0x7fff6c27cfff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib 0x7fff6c27d000 - 0x7fff6c308ff7 libTelephonyUtilDynamic.dylib (5017.1) <4C11A09D-9B7E-3743-B9E6-39B4D466BAF1> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff6c309000 - 0x7fff6c30afff libThaiTokenizer.dylib (3) <97DC10ED-3C11-3C89-B366-299A644035E7> /usr/lib/libThaiTokenizer.dylib 0x7fff6c30b000 - 0x7fff6c311ff9 libUniversalAccess.dylib (487.14) <0AB6B41F-610E-3605-A949-92C7A88CA1F5> /usr/lib/libUniversalAccess.dylib 0x7fff6c322000 - 0x7fff6c338fff libapple_nghttp2.dylib (1.39.2) /usr/lib/libapple_nghttp2.dylib 0x7fff6c36d000 - 0x7fff6c3dfff7 libarchive.2.dylib (72.100.1) <20B70252-0C4B-3AFD-8C8D-F51921E9D324> /usr/lib/libarchive.2.dylib 0x7fff6c3e0000 - 0x7fff6c479fe5 libate.dylib (3.0.1) /usr/lib/libate.dylib 0x7fff6c47d000 - 0x7fff6c47dff3 libauto.dylib (187) <85383E24-1592-36BC-BB39-308B7F1C826E> /usr/lib/libauto.dylib 0x7fff6c47e000 - 0x7fff6c542ffe libboringssl.dylib (283.120.1) <96F48388-EEC8-3034-8E8A-8D37DD0E49D9> /usr/lib/libboringssl.dylib 0x7fff6c543000 - 0x7fff6c553ffb libbsm.0.dylib (60.100.1) /usr/lib/libbsm.0.dylib 0x7fff6c554000 - 0x7fff6c560fff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib 0x7fff6c561000 - 0x7fff6c5b3fff libc++.1.dylib (902.1) /usr/lib/libc++.1.dylib 0x7fff6c5b4000 - 0x7fff6c5c9ffb libc++abi.dylib (902) <771E9263-E832-3985-9477-8F1B2D73B771> /usr/lib/libc++abi.dylib 0x7fff6c5ca000 - 0x7fff6c5cafff libcharset.1.dylib (59) /usr/lib/libcharset.1.dylib 0x7fff6c5cb000 - 0x7fff6c5dcfff libcmph.dylib (8) <296A51E6-9661-3AC2-A1C9-F1E3510F91AA> /usr/lib/libcmph.dylib 0x7fff6c5dd000 - 0x7fff6c5f4fd7 libcompression.dylib (87) <21F37C2E-B9AA-38CE-9023-B763C8828AC6> /usr/lib/libcompression.dylib 0x7fff6c8ce000 - 0x7fff6c8e4ff7 libcoretls.dylib (167) <9E5D1E0C-03F8-37B6-82A1-0D0597021CB8> /usr/lib/libcoretls.dylib 0x7fff6c8e5000 - 0x7fff6c8e6fff libcoretls_cfhelpers.dylib (167) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6ca89000 - 0x7fff6cb82fd7 libcrypto.35.dylib (47.120.1) <134428B9-EBAC-3085-883B-D65DE5145C7D> /usr/lib/libcrypto.35.dylib 0x7fff6cd89000 - 0x7fff6ce8dfef libcrypto.44.dylib (47.120.1) /usr/lib/libcrypto.44.dylib 0x7fff6ce90000 - 0x7fff6ce9bfff libcsfde.dylib (551) <8FBB94EC-712C-3C0F-A8A9-88EE5F4679EF> /usr/lib/libcsfde.dylib 0x7fff6cea3000 - 0x7fff6cf02ff7 libcups.2.dylib (483.6) /usr/lib/libcups.2.dylib 0x7fff6cf04000 - 0x7fff6cf69ff7 libcurl.4.dylib (118.120.2) /usr/lib/libcurl.4.dylib 0x7fff6cf6e000 - 0x7fff6cf77ff1 libdscsym.dylib (243.2) /usr/lib/libdscsym.dylib 0x7fff6cf78000 - 0x7fff6cfe8fff libdtrace.dylib (338.100.1) <623F7EFB-142B-3B6E-B6F8-D82F1F18D897> /usr/lib/libdtrace.dylib 0x7fff6cfe9000 - 0x7fff6cfedffb libdz.dylib (1.0.0 - 228.100.5) <7BD06639-40AE-39E4-8919-E28D952ADB56> /usr/lib/libdz.dylib 0x7fff6cfee000 - 0x7fff6d00bfff libedit.3.dylib (55) <7C3AAD74-F681-3295-9A5F-F7A2DFFC1FDB> /usr/lib/libedit.3.dylib 0x7fff6d00c000 - 0x7fff6d00cfff libenergytrace.dylib (21) /usr/lib/libenergytrace.dylib 0x7fff6d00d000 - 0x7fff6d025fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib 0x7fff6d026000 - 0x7fff6d032ffb libexslt.0.dylib (16.9) /usr/lib/libexslt.0.dylib 0x7fff6d033000 - 0x7fff6d035fff libfakelink.dylib (149.1) <122F530F-F10E-3DD5-BBEA-91796BE583F3> /usr/lib/libfakelink.dylib 0x7fff6d036000 - 0x7fff6d03bf57 libffi.dylib (26) <7EF62CB6-6AD5-33E1-AFC3-35002BBE24C0> /usr/lib/libffi.dylib 0x7fff6d03c000 - 0x7fff6d043fff libform.5.4.dylib (57) /usr/lib/libform.5.4.dylib 0x7fff6d044000 - 0x7fff6d049fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib 0x7fff6d04a000 - 0x7fff6d053ff7 libheimdal-asn1.dylib (564.100.1) <68FA1BE5-8FFC-3345-8980-8D8629EBA451> /usr/lib/libheimdal-asn1.dylib 0x7fff6d054000 - 0x7fff6d144fff libiconv.2.dylib (59) /usr/lib/libiconv.2.dylib 0x7fff6d145000 - 0x7fff6d39cfff libicucore.A.dylib (64260.0.1) <7B9204AC-EA14-3FF3-B6B9-4C85B37EED79> /usr/lib/libicucore.A.dylib 0x7fff6d3b6000 - 0x7fff6d3b7fff liblangid.dylib (133) <36581D30-1C7B-3A58-AA07-36237BD75E0E> /usr/lib/liblangid.dylib 0x7fff6d3b8000 - 0x7fff6d3d0ff3 liblzma.5.dylib (16) <4DB30730-DBD1-3503-957A-D604049B98F9> /usr/lib/liblzma.5.dylib 0x7fff6d3e8000 - 0x7fff6d48fff7 libmecab.dylib (883.11) <66AD729B-2BCC-3347-B9B3-FD88570E884D> /usr/lib/libmecab.dylib 0x7fff6d490000 - 0x7fff6d6f2ff1 libmecabra.dylib (883.11) <2AE744D2-AC95-3720-8E66-4F9C7A79384C> /usr/lib/libmecabra.dylib 0x7fff6da5f000 - 0x7fff6da8efff libncurses.5.4.dylib (57) /usr/lib/libncurses.5.4.dylib 0x7fff6dbbe000 - 0x7fff6e03aff5 libnetwork.dylib (1880.120.4) <715FB943-BA01-351C-BEA6-121970472985> /usr/lib/libnetwork.dylib 0x7fff6e03b000 - 0x7fff6e052fff libnetworkextension.dylib (1095.120.6) <782E43F6-1FB9-3A5F-AF24-AC21A63C1A37> /usr/lib/libnetworkextension.dylib 0x7fff6e0db000 - 0x7fff6e10efde libobjc.A.dylib (787.1) /usr/lib/libobjc.A.dylib 0x7fff6e10f000 - 0x7fff6e110ff7 libodfde.dylib (26) <2DDA61BF-E92A-3463-B1C4-D59E40D34D34> /usr/lib/libodfde.dylib 0x7fff6e121000 - 0x7fff6e125fff libpam.2.dylib (25.100.1) <732E8D8E-C630-3EC2-B6C3-A1564E3B68B8> /usr/lib/libpam.2.dylib 0x7fff6e126000 - 0x7fff6e127fff libpanel.5.4.dylib (57) <01B67FD8-2FDB-3AFF-B409-262C34A869E4> /usr/lib/libpanel.5.4.dylib 0x7fff6e128000 - 0x7fff6e15eff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib 0x7fff6e19e000 - 0x7fff6e1acff9 libperfcheck.dylib (37.100.2) <4B1B7D59-2A8B-3E32-AAE6-B428252A5204> /usr/lib/libperfcheck.dylib 0x7fff6e1ad000 - 0x7fff6e1b0ff3 libpmenergy.dylib (214.120.1) <81B5A6ED-372A-3F7D-AADD-FAD0BAF582A0> /usr/lib/libpmenergy.dylib 0x7fff6e1b1000 - 0x7fff6e1b3fff libpmsample.dylib (214.120.1) <6065A9C1-4A50-36A3-ACD3-E1C30C988AE1> /usr/lib/libpmsample.dylib 0x7fff6e1e0000 - 0x7fff6e1e1ff3 libquit.dylib (281.3) <10E5B918-6CB1-31E3-A46D-E8CA5B2951AB> /usr/lib/libquit.dylib 0x7fff6e1e2000 - 0x7fff6e1fafff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib 0x7fff6e1fc000 - 0x7fff6e240ff7 libsandbox.1.dylib (1217.120.7) <728BC15F-9A6C-3634-9427-60C01CB5A5D6> /usr/lib/libsandbox.1.dylib 0x7fff6e241000 - 0x7fff6e253ff7 libsasl2.2.dylib (213.120.1) /usr/lib/libsasl2.2.dylib 0x7fff6e254000 - 0x7fff6e255ff7 libspindump.dylib (281.3) <0C3A8B48-DC31-3F61-B4CC-746157042D0E> /usr/lib/libspindump.dylib 0x7fff6e256000 - 0x7fff6e440ff7 libsqlite3.dylib (308.5) /usr/lib/libsqlite3.dylib 0x7fff6e49d000 - 0x7fff6e4d0ff3 libssl.35.dylib (47.120.1) /usr/lib/libssl.35.dylib 0x7fff6e534000 - 0x7fff6e561ffb libssl.46.dylib (47.120.1) <6209494A-4AAD-344E-992C-03ACD2D4C402> /usr/lib/libssl.46.dylib 0x7fff6e564000 - 0x7fff6e5aeff7 libstdc++.6.dylib (104.1) <26211C4C-8B34-3A63-8B38-61B195B586C8> /usr/lib/libstdc++.6.dylib 0x7fff6e5b5000 - 0x7fff6e5b6ff5 libsysmon.dylib (102) <75DDF324-505A-3064-B287-299EAE6F879E> /usr/lib/libsysmon.dylib 0x7fff6e5e3000 - 0x7fff6e614ff7 libtidy.A.dylib (17.1) /usr/lib/libtidy.A.dylib 0x7fff6e636000 - 0x7fff6e690ff8 libusrtcp.dylib (1880.120.4) /usr/lib/libusrtcp.dylib 0x7fff6e691000 - 0x7fff6e694ffb libutil.dylib (57) /usr/lib/libutil.dylib 0x7fff6e695000 - 0x7fff6e6a2ff7 libxar.1.dylib (425.2) <943A4CBB-331B-3A04-A11F-A2301189D40B> /usr/lib/libxar.1.dylib 0x7fff6e6a8000 - 0x7fff6e78aff7 libxml2.2.dylib (33.3) <262EF7C6-7D83-3C01-863F-36E97F5ACD34> /usr/lib/libxml2.2.dylib 0x7fff6e78e000 - 0x7fff6e7b6fff libxslt.1.dylib (16.9) <86FE4382-BD77-3C19-A678-11EBCD70685A> /usr/lib/libxslt.1.dylib 0x7fff6e7b7000 - 0x7fff6e7c9ff3 libz.1.dylib (76) /usr/lib/libz.1.dylib 0x7fff6e7f3000 - 0x7fff6e7f5ff9 liblog_network.dylib (1880.120.4) <517AFC4A-A772-37E9-B212-00398E23C2EE> /usr/lib/log/liblog_network.dylib 0x7fff6e838000 - 0x7fff6e843f4f libswiftAVFoundation.dylib (??? - ???) <9D15FF00-530D-3064-B240-DC7C134B6C36> /usr/lib/swift/libswiftAVFoundation.dylib 0x7fff6e844000 - 0x7fff6e87eff7 libswiftAccelerate.dylib (??? - ???) <0C02A9EF-07A7-3B2A-8150-36513BE417CC> /usr/lib/swift/libswiftAccelerate.dylib 0x7fff6e87f000 - 0x7fff6e89572f libswiftAppKit.dylib (??? - ???) /usr/lib/swift/libswiftAppKit.dylib 0x7fff6e89f000 - 0x7fff6e8ae6f7 libswiftCloudKit.dylib (??? - ???) <18C04DB3-366E-33B4-86DF-D6A4CD5EDDDA> /usr/lib/swift/libswiftCloudKit.dylib 0x7fff6e8af000 - 0x7fff6e8b8fff libswiftCompression.dylib (??? - ???) <9443E578-644D-3A75-A3C5-4B60A7AF9A48> /usr/lib/swift/libswiftCompression.dylib 0x7fff6e8bf000 - 0x7fff6ec74437 libswiftCore.dylib (5.2 - 1103.8.25.8) <1A2096A5-7C7B-3262-9441-E8120840FC15> /usr/lib/swift/libswiftCore.dylib 0x7fff6ec75000 - 0x7fff6ec80fff libswiftCoreAudio.dylib (??? - ???) /usr/lib/swift/libswiftCoreAudio.dylib 0x7fff6ec81000 - 0x7fff6ec89d7f libswiftCoreData.dylib (??? - ???) <237055B7-F44E-3E7A-92A8-E476B32EAB85> /usr/lib/swift/libswiftCoreData.dylib 0x7fff6ec8a000 - 0x7fff6ec8cfff libswiftCoreFoundation.dylib (??? - ???) <29922ED7-FE34-3C9D-A6E0-AF7B444FCD1E> /usr/lib/swift/libswiftCoreFoundation.dylib 0x7fff6ec8d000 - 0x7fff6ec9afff libswiftCoreGraphics.dylib (??? - ???) /usr/lib/swift/libswiftCoreGraphics.dylib 0x7fff6ec9b000 - 0x7fff6ec9effb libswiftCoreImage.dylib (??? - ???) <68914185-B578-3F02-896C-16CFB7B1D73D> /usr/lib/swift/libswiftCoreImage.dylib 0x7fff6ec9f000 - 0x7fff6eca4fb7 libswiftCoreLocation.dylib (??? - ???) <948AF18F-F226-3E48-8900-CDA8C37694F0> /usr/lib/swift/libswiftCoreLocation.dylib 0x7fff6eca5000 - 0x7fff6ecaefff libswiftCoreMIDI.dylib (??? - ???) <5F0D0766-4B22-3AF1-A48A-CDD6CD0FB609> /usr/lib/swift/libswiftCoreMIDI.dylib 0x7fff6ecb6000 - 0x7fff6ecf2fcf libswiftCoreMedia.dylib (??? - ???) /usr/lib/swift/libswiftCoreMedia.dylib 0x7fff6ecf3000 - 0x7fff6ecf8f87 libswiftCryptoTokenKit.dylib (??? - ???) <41F8E571-6F0C-3C3D-9B8F-BA9219F317B1> /usr/lib/swift/libswiftCryptoTokenKit.dylib 0x7fff6ecf9000 - 0x7fff6ecfffff libswiftDarwin.dylib (??? - ???) /usr/lib/swift/libswiftDarwin.dylib 0x7fff6ed00000 - 0x7fff6ed17cdf libswiftDispatch.dylib (??? - ???) /usr/lib/swift/libswiftDispatch.dylib 0x7fff6ed18000 - 0x7fff6ee9d277 libswiftFoundation.dylib (??? - ???) <6CAC5222-75DA-3141-8C79-B2418CBCB633> /usr/lib/swift/libswiftFoundation.dylib 0x7fff6ee9e000 - 0x7fff6eea3ff7 libswiftGLKit.dylib (??? - ???) /usr/lib/swift/libswiftGLKit.dylib 0x7fff6eeac000 - 0x7fff6eeaeff3 libswiftIOKit.dylib (??? - ???) <42BB4045-2AD5-3988-8BEE-C730D8B62339> /usr/lib/swift/libswiftIOKit.dylib 0x7fff6eec4000 - 0x7fff6eecbf0f libswiftMetal.dylib (??? - ???) <1FC8C8E0-6451-3A67-B7BA-F1A03386A414> /usr/lib/swift/libswiftMetal.dylib 0x7fff6eecc000 - 0x7fff6eed2fcf libswiftMetalKit.dylib (??? - ???) <7067D3CF-9A90-384C-BE81-02CFCCD39A09> /usr/lib/swift/libswiftMetalKit.dylib 0x7fff6eed9000 - 0x7fff6eedf9df libswiftModelIO.dylib (??? - ???) <68832E90-7AE9-3213-AB32-2D04A6BF90AF> /usr/lib/swift/libswiftModelIO.dylib 0x7fff6ef47000 - 0x7fff6ef4afe7 libswiftObjectiveC.dylib (??? - ???) <2AD71631-C77D-3899-ACDE-1C92A53B1FCB> /usr/lib/swift/libswiftObjectiveC.dylib 0x7fff6ef5c000 - 0x7fff6ef61fbf libswiftQuartzCore.dylib (??? - ???) <70193B07-AF68-3585-B482-778C527E94AD> /usr/lib/swift/libswiftQuartzCore.dylib 0x7fff6efff000 - 0x7fff6f008e87 libswiftSceneKit.dylib (??? - ???) <7FB29386-8566-3F5A-B727-CCBC6F320CA3> /usr/lib/swift/libswiftSceneKit.dylib 0x7fff6f04b000 - 0x7fff6f04dfff libswiftXPC.dylib (??? - ???) <7483E9F4-C878-37A8-BFC4-0E4CCFD30B85> /usr/lib/swift/libswiftXPC.dylib 0x7fff6f04e000 - 0x7fff6f054fe7 libswiftos.dylib (??? - ???) <07EEA707-DE31-38DD-9095-766F2EC4B8FD> /usr/lib/swift/libswiftos.dylib 0x7fff6f055000 - 0x7fff6f076fff libswiftsimd.dylib (??? - ???) <31D7CB0F-5AD6-3AAD-9E8A-D2F3AC7FDEC0> /usr/lib/swift/libswiftsimd.dylib 0x7fff6f077000 - 0x7fff6f07cff3 libcache.dylib (83) /usr/lib/system/libcache.dylib 0x7fff6f07d000 - 0x7fff6f088fff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff6f089000 - 0x7fff6f090fff libcompiler_rt.dylib (101.2) <652A6012-7E5C-3F4F-9438-86BC094526F3> /usr/lib/system/libcompiler_rt.dylib 0x7fff6f091000 - 0x7fff6f09aff7 libcopyfile.dylib (166.40.1) <40113A69-A81C-3397-ADC6-1D16B9A22C3E> /usr/lib/system/libcopyfile.dylib 0x7fff6f09b000 - 0x7fff6f12dfe3 libcorecrypto.dylib (866.120.3) <5E4B0E50-24DD-3E04-9374-EDA9FFD6257B> /usr/lib/system/libcorecrypto.dylib 0x7fff6f23a000 - 0x7fff6f27aff0 libdispatch.dylib (1173.100.2) <201EDBF3-0B36-31BA-A7CB-443CE35C05D4> /usr/lib/system/libdispatch.dylib 0x7fff6f27b000 - 0x7fff6f2b1fff libdyld.dylib (750.5) <7E711A46-5E4D-393C-AEA6-440E2A5CCD0C> /usr/lib/system/libdyld.dylib 0x7fff6f2b2000 - 0x7fff6f2b2ffb libkeymgr.dylib (30) <52662CAA-DB1F-30A3-BE13-D6274B1A6D7B> /usr/lib/system/libkeymgr.dylib 0x7fff6f2b3000 - 0x7fff6f2bfff3 libkxld.dylib (6153.121.2) <5EBB4886-C7B6-31D6-AA63-D861B2D58FCE> /usr/lib/system/libkxld.dylib 0x7fff6f2c0000 - 0x7fff6f2c0ff7 liblaunch.dylib (1738.120.8) <07CF647B-F9DC-3907-AD98-2F85FCB34A72> /usr/lib/system/liblaunch.dylib 0x7fff6f2c1000 - 0x7fff6f2c6ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib 0x7fff6f2c7000 - 0x7fff6f2c9ff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib 0x7fff6f2ca000 - 0x7fff6f2cbff7 libremovefile.dylib (48) /usr/lib/system/libremovefile.dylib 0x7fff6f2cc000 - 0x7fff6f2e3ff3 libsystem_asl.dylib (377.60.2) <1170348D-2491-33F1-AA79-E2A05B4A287C> /usr/lib/system/libsystem_asl.dylib 0x7fff6f2e4000 - 0x7fff6f2e4ff7 libsystem_blocks.dylib (74) <7AFBCAA6-81BE-36C3-8DB0-AAE0A4ACE4C5> /usr/lib/system/libsystem_blocks.dylib 0x7fff6f2e5000 - 0x7fff6f36cfff libsystem_c.dylib (1353.100.2) <935DDCE9-4ED0-3F79-A05A-A123DDE399CC> /usr/lib/system/libsystem_c.dylib 0x7fff6f36d000 - 0x7fff6f370ffb libsystem_configuration.dylib (1061.120.2) /usr/lib/system/libsystem_configuration.dylib 0x7fff6f371000 - 0x7fff6f374fff libsystem_coreservices.dylib (114) <3D0A3AA8-8415-37B2-AAE3-66C03BCE8B55> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6f375000 - 0x7fff6f37dfff libsystem_darwin.dylib (1353.100.2) <6EEC9975-EE3B-3C95-AA5B-030FD10587BC> /usr/lib/system/libsystem_darwin.dylib 0x7fff6f37e000 - 0x7fff6f385fff libsystem_dnssd.dylib (1096.100.3) <0115092A-E61B-317D-8670-41C7C34B1A82> /usr/lib/system/libsystem_dnssd.dylib 0x7fff6f386000 - 0x7fff6f387ffb libsystem_featureflags.dylib (17) /usr/lib/system/libsystem_featureflags.dylib 0x7fff6f388000 - 0x7fff6f3d5ff7 libsystem_info.dylib (538) <851693E9-C079-3547-AD41-353F8C248BE8> /usr/lib/system/libsystem_info.dylib 0x7fff6f3d6000 - 0x7fff6f402ff7 libsystem_kernel.dylib (6153.121.2) <9F9902C9-A46F-3CA9-B7F9-5CCFE98FBF75> /usr/lib/system/libsystem_kernel.dylib 0x7fff6f403000 - 0x7fff6f44afff libsystem_m.dylib (3178) <436CFF76-6A99-36F2-A3B6-8D017396A050> /usr/lib/system/libsystem_m.dylib 0x7fff6f44b000 - 0x7fff6f472fff libsystem_malloc.dylib (283.100.6) /usr/lib/system/libsystem_malloc.dylib 0x7fff6f473000 - 0x7fff6f480ffb libsystem_networkextension.dylib (1095.120.6) <6DE86DB0-8CD2-361E-BD6A-A34282B47847> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6f481000 - 0x7fff6f48aff7 libsystem_notify.dylib (241.100.2) <7E9E2FC8-DF26-340C-B196-B81B11850C46> /usr/lib/system/libsystem_notify.dylib 0x7fff6f48b000 - 0x7fff6f493fef libsystem_platform.dylib (220.100.1) <736920EA-6AE0-3B1B-BBDA-7DCDF0C229DF> /usr/lib/system/libsystem_platform.dylib 0x7fff6f494000 - 0x7fff6f49efff libsystem_pthread.dylib (416.100.3) <77488669-19A3-3993-AD65-CA5377E2475A> /usr/lib/system/libsystem_pthread.dylib 0x7fff6f49f000 - 0x7fff6f4a3ff3 libsystem_sandbox.dylib (1217.120.7) <20C93D69-6452-3C82-9521-8AE54345C66F> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6f4a4000 - 0x7fff6f4a6fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib 0x7fff6f4a7000 - 0x7fff6f4aeffb libsystem_symptoms.dylib (1238.120.1) <25C3866B-004E-3621-9CD3-B1E9C4D887EB> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6f4af000 - 0x7fff6f4c5ff2 libsystem_trace.dylib (1147.120) /usr/lib/system/libsystem_trace.dylib 0x7fff6f4c7000 - 0x7fff6f4ccff7 libunwind.dylib (35.4) <253A12E2-F88F-3838-A666-C5306F833CB8> /usr/lib/system/libunwind.dylib 0x7fff6f4cd000 - 0x7fff6f502ffe libxpc.dylib (1738.120.8) <68D433B6-DCFF-385D-8620-F847FB7D4A5A> /usr/lib/system/libxpc.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 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: 618 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%) Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 896K 7 Activity Tracing 256K 1 CG backing stores 2312K 4 CG image 3876K 118 CG raster data 212K 20 CoreAnimation 178.2M 1106 CoreGraphics 8K 1 CoreImage 348K 19 CoreUI image data 5204K 41 Dispatch continuations 16.0M 1 Foundation 16K 4 Image IO 20K 3 JS JIT generated code 1.0G 3 Kernel Alloc Once 8K 1 MALLOC 645.3M 664 MALLOC guard page 128K 32 MALLOC_LARGE (reserved) 1024K 1 reserved VM address space (unallocated) Memory Tag 242 12K 1 Memory Tag 244 1152K 3 Memory Tag 250 32K 1 Performance tool data 8K 2 not counted in TOTAL below SQLite page cache 15.8M 253 STACK GUARD 56.1M 20 Stack 17.6M 20 VM_ALLOCATE 304K 13 WebKit Malloc 1128K 2 DATA 109.9M 869 DATA_CONST 13.3M 248 DATA_DIRTY 128 1 __FONT_DATA 4K 1 LINKEDIT 575.0M 432 OBJC_RO 32.2M 1 __OBJC_RW 1892K 2 TEXT 954.0M 805 __UNICODE 564K 1 libnetwork 1152K 16 mapped file 181.0M 251 shared memory 676K 24 =========== ======= ======= TOTAL 3.7G 4990 TOTAL, minus reserved VM space 3.7G 4990

Model: MacBookPro15,2, BootROM 1037.120.87.0.0 (iBridge: 17.16.15300.0.0,0), 4 processors, Quad-Core Intel Core i7, 2,7 GHz, 16 GB, SMC Graphics: kHW_IntelIrisGraphics655Item, Intel Iris Plus Graphics 655, spdisplays_builtin Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, LPDDR3, 2133 MHz, Micron, - Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, LPDDR3, 2133 MHz, Micron, - AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 28 2020 15:24:56 version 9.30.357.35.32.5.47 FWID 01-9ce4adf3 Bluetooth: Version 7.0.5f6, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Network Service: USB 10/100/1000 LAN 2, Ethernet, en8 PCI Card: pci8086,15ec, sppci_usbxhci, Thunderbolt@69,0,0 USB Device: USB 3.1 Bus USB Device: USB3.1 Hub USB Device: USB5807 Hub USB Device: USB 10/100/1000 LAN USB Device: Hub USB Device: Composite Device USB Device: USB2.0 Hub USB Device: USB Billboard Device USB Device: USB2807 Hub USB Device: WinUSB USB Device: USB Audio USB Device: iPhone USB Device: USB 3.1 Bus USB Device: Apple T2 Bus USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4 Thunderbolt Device: Thunderbolt Dock G2, HP, 3, 33.1 Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4

defagos commented 3 years ago

Hi Torsten. Thanks for your issue report.

This really seems to be an Xcode issue. Quite strange since we have a lot of unit test targets with SRG Appearance as dependency and experienced no problem like yours.

I could still reproduce the crash with your project on my computer running Xcode 12.1. I would really be interested in submitting a bug report to Apple, but I am not sure how to reproduce the bug with the smallest possible setup. If you have a clue what could be special about your project setup please let us know. Thanks in advance.

I made the change you propose on a branch feature/xcode-spm-crash-fix. This required a small code update, as changing copy to process means directories are not preserved anymore in the package resource bundle. I'll discuss it with @pyby and if everything is ok we can publish a version 3.0.1, which you will directly be able to update to (we know use floating version numbers for dependencies, so Letterbox 6.0.0 is compatible with SRG Appearance 3.0.x). In the meantime you can also directly add SRG Appearance to your project and specify this commit or branch (this is how I tested the fix works in your project).

pyby commented 3 years ago

@TorstenKaufmann Thank you for your proposition. As discussed, we accepted. @defagos did the update.

3.0.1 is released.

Reminder: SPM SRG libraries now use upToNextMinor dependency versioning. The update from a srgletterbox-apple integration can be done with:

TorstenKaufmann commented 3 years ago

@defagos @pyby thanks for taking care of our issue at lightspeed! 🙇‍♂️ The 3.0.1 release of SRGAppearance has been picked up by SPM as needed on our side. Regarding a Demo App I tried to reassemble our project setup as close as possible and wasn't able to reproduce the finding. One difference remaining is the usage of pre iOS 14 extensions/widgets on our side. We can retry reproducing the issue again as soon as we update our widgets for iOS 14. Thanks again for the quick "fix"!