Open kenchan0130 opened 5 days ago
@kenchan0130 that's interesting, do other commands work for you? e.g. "Get Suggestions"
Looking at that selection from the log it's not completely clear the Accessibility permission is fully granted, but also there are no errors related to it in that selection.
Some of the logs listed in the description were missing, so I am adding them here. This log was output when Xcode was restarted.
[2024-11-27T16:05:38.620Z] [info] [Service] [51167] Extension Service is not updated, no need to quit.
[2024-11-27T16:06:11.649Z] [info] [Service] [51167] Extension Service is not updated, no need to quit.
[2024-11-27T16:06:46.357Z] [info] [Service] [51167] Prepare for exit.
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXTitleChanged, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXApplicationActivated, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXApplicationDeactivated, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXMoved, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXResized, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXMainWindowChanged, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXFocusedWindowChanged, will try again later
[2024-11-27T16:06:50.630Z] [error] [Service] [51167] AXObserver: Failed to observe AXFocusedUIElementChanged, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXWindowMoved, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXWindowResized, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXWindowMiniaturized, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXWindowDeminiaturized, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXCreated, will try again later
[2024-11-27T16:06:50.631Z] [error] [Service] [51167] AXObserver: Failed to observe AXUIElementDestroyed, will try again later
[2024-11-27T16:06:50.684Z] [info] [Service] [51167] Extension Service is not updated, no need to quit.
[2024-11-27T16:07:11.205Z] [info] [Service] [51167] Extension Service is not updated, no need to quit.
[2024-11-27T16:08:34.485Z] [info] [Service] [51167] Extension Service is not updated, no need to quit.
I have tried to execute "Get Suggestions" command.
The editor does not hang, but nothing happens.
I also checked the logs with tail -f ~/Library/Logs/GitHubCopilot/github-copilot-for-xcode.log
and could see no new logs with Verbose Logging mode.
@kenchan0130 thanks those logs make the issue clear, the Accessibility permission is not sufficiently granted: AXObserver: Failed to observe
@devm33
Thank you for your support.
the Accessibility permission is not sufficiently granted
As a test, I have granted the Accessibility
permissions to com.github.CopilotForXcode.ExtensionService
as well as com.github.CopilotForXcode
. As a result, the relevant issue appears to have been resolved.
The editor no longer hangs, but completion does not seem to work.
# ~/Library/Logs/GitHubCopilot/github-copilot-for-xcode.log
[2024-11-28T00:59:32.819Z] [debug] [Service] [57248] TabToAcceptSuggestion: Deactivate.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:00:03.796Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:00:04.994Z] [debug] [Service] [57248] TabToAcceptSuggestion: Activated.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:00:05.069Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:00:06.953Z] [debug] [Service] [57248] TabToAcceptSuggestion: Deactivate.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:00:07.014Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:00:12.797Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:00:13.509Z] [debug] [Service] [57248] TabToAcceptSuggestion: Activated.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:00:13.568Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:00:32.650Z] [debug] [Service] [57248] TabToAcceptSuggestion: Deactivate.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:13:00.894Z] [debug] [Service] [57248] TabToAcceptSuggestion: Activated.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
[2024-11-28T01:13:00.961Z] [info] [Service] [57248] Extension Service is not updated, no need to quit.
[2024-11-28T01:13:02.177Z] [debug] [Service] [57248] TabToAcceptSuggestion: Deactivate.
file: /Users/runner/work/copilot-xcode/copilot-xcode/Core/Sources/KeyBindingManager/TabToAcceptSuggestion.swift
line: 14
function: TabToAcceptSuggestion
@kenchan0130 Nice progress! It looks like the issue is now that the source editor extension running inside Xcode is not able to make the XPC call to the Copilot for Xcode app, e.g. to "Accept Suggestion" To make guess is there any restrictions on your machine that could be preventing the XPC call? You could check in the Console.app to see if there's a more detailed error message from the call from Xcode.
I have checked the logs, but the contents of the xpc call being blocked were unrecognizable to me.
Default 14:38:48.853374+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2390631 0>,
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2390631 0>
)}
Default 14:38:48.853750+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2390632 0>
)}
Default 14:38:48.856125+0900 GitHub Copilot for Xcode Extension New connection 0x80dbb secondary
Default 14:38:48.897654+0900 Xcode [0x600021420f00] activating connection: mach=false listener=false peer=false name=com.apple.TextInputUI.xpc.CursorUIViewService
Default 14:38:48.898122+0900 Xcode [0x600021420f00] invalidated after the last release of the connection object
Default 14:38:48.898252+0900 Xcode [0x33f05b0b0] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:38:48.898296+0900 Xcode [0x132819b70] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:38:48.902180+0900 GitHub Copilot for Xcode Extension order window: 67f9 op: 1 relative: 0 related: 0
Default 14:38:48.902386+0900 GitHub Copilot for Xcode Extension order window: 67fa op: 1 relative: 0 related: 0
Default 14:38:48.902787+0900 GitHub Copilot for Xcode Extension order window: 67f8 op: 1 relative: 0 related: 0
Default 14:38:48.902961+0900 GitHub Copilot for Xcode Extension order window: 67f6 op: 1 relative: 0 related: 0
Default 14:38:48.903259+0900 GitHub Copilot for Xcode Extension order window: 67f7 op: 1 relative: 0 related: 0
Default 14:38:48.936244+0900 Xcode -[TUINSCursorUIController activate:]_block_invoke: Create CursorUIViewService: TUINSRemoteViewController
Default 14:38:48.936316+0900 Xcode [0x33a80f830] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:38:48.936333+0900 Xcode [0x33a6cc450] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Failed 14:38:48.936379+0900 Xcode CLIENT ERROR: TUINSRemoteViewController does not override -<private> and thus cannot react to catastrophic errors beyond logging them
Default 14:38:50.128638+0900 Xcode Making presenter 97613C5E-0430-46E4-AE9C-E630B6844F88 observe change
Default 14:38:50.128695+0900 Xcode Making presenter 97613C5E-0430-46E4-AE9C-E630B6844F88 observe change
Default 14:38:51.060687+0900 Xcode [0x60002143f660] activating connection: mach=true listener=false peer=false name=com.apple.audio.SystemSoundServer-OSX
Default 14:39:19.269814+0900 Xcode [0x33c5cdfa0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:19.270459+0900 Xcode [0x33c5ce6c0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:19.271599+0900 Xcode [0x340e171c0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:19.272147+0900 Xcode [0x340e17950] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:19.321547+0900 Xcode [0x340e17950] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:19.321562+0900 Xcode [0x340e171c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:19.321583+0900 Xcode [0x33c5ce6c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:19.321643+0900 Xcode [0x33c5cdfa0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:19.411290+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2390762 0>
)}
Default 14:39:19.411871+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2390761 0>,
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2390761 0>
)}
Default 14:39:19.443030+0900 Xcode [0x600012d82a30] activating connection: mach=false listener=false peer=false name=com.apple.TextInputUI.xpc.CursorUIViewService
Default 14:39:19.443478+0900 Xcode [0x600012d82a30] invalidated after the last release of the connection object
Default 14:39:19.450567+0900 Xcode [0x10d4e5a50] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:39:19.450624+0900 Xcode [0x10d11b6c0] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:39:19.453907+0900 GitHub Copilot for Xcode Extension order window: 67f9 op: 1 relative: 0 related: 0
Default 14:39:19.454302+0900 GitHub Copilot for Xcode Extension order window: 67fa op: 1 relative: 0 related: 0
Default 14:39:19.454868+0900 GitHub Copilot for Xcode Extension order window: 67f8 op: 1 relative: 0 related: 0
Default 14:39:19.455101+0900 GitHub Copilot for Xcode Extension order window: 67f6 op: 1 relative: 0 related: 0
Default 14:39:19.461354+0900 GitHub Copilot for Xcode Extension order window: 67f7 op: 1 relative: 0 related: 0
Default 14:39:19.505835+0900 Xcode -[TUINSCursorUIController activate:]_block_invoke: Create CursorUIViewService: TUINSRemoteViewController
Default 14:39:19.506309+0900 Xcode [0x33c546730] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:19.506331+0900 Xcode [0x32cf64d40] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Failed 14:39:19.506377+0900 Xcode CLIENT ERROR: TUINSRemoteViewController does not override -<private> and thus cannot react to catastrophic errors beyond logging them
Default 14:39:19.661860+0900 Xcode [0x600016d99680] activating connection: mach=false listener=false peer=false name=com.apple.appkit.xpc.openAndSavePanelService
Default 14:39:19.916579+0900 Xcode [0x3407b7da0] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:39:19.916657+0900 Xcode [0x600016d99680] invalidated after the last release of the connection object
Default 14:39:19.916764+0900 Xcode [0x3407b7da0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:21.716229+0900 Xcode LSExceptions shared instance invalidated for timeout.
Default 14:39:22.382483+0900 Xcode NotifyToken::RegisterDispatch(user.uid.503.com.apple.LaunchServices.database) fired for session key <private>
Default 14:39:22.411993+0900 Xcode Released connection: 2F6445B9-8338-4B6D-B8FB-4BD0A21A7F4E
{
UUID = "2F6445B9-8338-4B6D-B8FB-4BD0A21A7F4E";
caller = "HIToolbox: _TISCopyAttachedKeyboardLanguages + 112";
dispatchQueue = 0;
eventCount = 0;
eventMask = 0;
port = 108603;
resetCount = 0;
runloop = 0;
services = (
4294969911
);
virtualServices = (
);
}
Default 14:39:25.468164+0900 Xcode Making presenter E748153D-E249-45B3-B7F2-49F5DDD763CB observe change
Default 14:39:25.468292+0900 Xcode Making presenter E748153D-E249-45B3-B7F2-49F5DDD763CB observe change
Default 14:39:31.727328+0900 Xcode terminate:
Default 14:39:31.727456+0900 Xcode Attempting sudden termination (1st attempt)
Default 14:39:31.727466+0900 Xcode Checking whether app should terminate
Default 14:39:31.740854+0900 Xcode Read (Async) options: 1 -- URL: <private> -- purposeID: ACC89505-6CB3-4406-B952-C90E6C45EC54 -- claimID: 2561CD3B-C9BF-40F2-9753-5007C4BB3F9F
Default 14:39:31.740873+0900 Xcode Write (Async) options: 0 -- URL: <private> -- purposeID: ACC89505-6CB3-4406-B952-C90E6C45EC54 -- claimID: 2561CD3B-C9BF-40F2-9753-5007C4BB3F9F
Default 14:39:31.743752+0900 Xcode Claim 2561CD3B-C9BF-40F2-9753-5007C4BB3F9F granted in client
Default 14:39:31.743763+0900 Xcode Claim 2561CD3B-C9BF-40F2-9753-5007C4BB3F9F invoked in client
Default 14:39:31.795434+0900 Xcode [0x13a161be0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:31.835284+0900 Xcode [0x13a161be0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:31.856168+0900 Xcode [0x13a161be0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:39:31.862356+0900 Xcode Removing presenter ACC89505-6CB3-4406-B952-C90E6C45EC54
Default 14:39:31.865729+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 67275452-294A-4076-A5AC-72DC003D7D13 at index: 0 list: com.apple.LSSharedFileList.RecentDocuments
Default 14:39:31.866883+0900 Xcode received: com.apple.LSSharedFileList.RecentDocuments
Default 14:39:31.885129+0900 Xcode [0x13a161be0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:39:31.956496+0900 Xcode Removing presenter ACC89505-6CB3-4406-B952-C90E6C45EC54
Default 14:39:31.969007+0900 Xcode Removing presenter E748153D-E249-45B3-B7F2-49F5DDD763CB
Default 14:39:31.969779+0900 Xcode Removing presenter E748153D-E249-45B3-B7F2-49F5DDD763CB
Default 14:39:31.969834+0900 Xcode -[SFLGenericList _setPropertyValuesForKeysWithDictionary:error:]_block_invoke properties: {
"com.apple.LSSharedFileList.MaxAmount" = 10;
} list: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:39:31.970170+0900 Xcode received: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:39:31.989366+0900 Xcode [0x600022d102d0] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:39:31.992458+0900 Xcode [0x600022d102d0] invalidated after the last release of the connection object
Default 14:39:31.992563+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 222E938C-5883-4A77-BD7E-E0276B2D201A at index: 0 list: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:39:31.993010+0900 Xcode received: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:39:31.993864+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 9AB4AF29-4681-4DFF-9DA0-E04C5A4A6FFA at index: 0 list: com.apple.LSSharedFileList.RecentDocuments
Default 14:39:31.994319+0900 Xcode received: com.apple.LSSharedFileList.RecentDocuments
Default 14:39:32.020245+0900 Xcode window IDEWorkspaceWindow 681a finishing close
Default 14:39:32.023878+0900 Xcode order window: 681a op: 0 relative: 0 related: 0
Default 14:39:32.032301+0900 Xcode <private>
Default 14:39:32.062659+0900 Xcode Asking app delegate whether applicationShouldTerminate:
Default 14:39:32.062709+0900 Xcode applicationShouldTerminate: NSTerminateLater
Default 14:39:32.070249+0900 Xcode replyToApplicationShouldTerminate:YES
Default 14:39:32.072227+0900 Xcode App termination approved
Default 14:39:32.072273+0900 Xcode Termination commencing
Default 14:39:32.072457+0900 Xcode Attempting sudden termination (2nd attempt)
Default 14:40:22.347472+0900 Xcode order window front conditionally: 6840 related: 0
Default 14:40:22.467575+0900 Xcode [com.apple.dt.Xcode] Creating a user notification center
Default 14:40:22.467726+0900 Xcode [com.apple.dt.Xcode] Setting 5 notification categories
Default 14:40:22.468065+0900 Xcode [0x32ce2acc0] activating connection: mach=true listener=false peer=false name=com.apple.usernotifications.listener
Default 14:40:22.468926+0900 Xcode [0x600001900960] activating connection: mach=true listener=false peer=false name=com.apple.usernoted.push
Default 14:40:22.474553+0900 Xcode [0x111772500] activating connection: mach=true listener=false peer=false name=com.apple.FileCoordination
Default 14:40:22.474735+0900 Xcode Adding presenter FC3DC0EE-4424-4DA5-9155-406ABB4FD85C for URL: <private>
Default 14:40:22.504172+0900 Xcode void _updateToReflectAutomaticTerminationState(void) Setting _kLSApplicationWouldBeTerminatedByTALKey=0
Default 14:40:22.511562+0900 Xcode networkd_settings_read_from_file initialized networkd settings by reading plist directly
Default 14:40:22.511692+0900 Xcode networkd_settings_read_from_file initialized networkd settings by reading plist directly
Default 14:40:22.512473+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> resuming, timeouts(60.0, 604800.0) QOS(0x11) Voucher (null)
Default 14:40:22.513794+0900 Xcode -[SOConfigurationClient init] on <private>
Default 14:40:22.513940+0900 Xcode [0x111606aa0] activating connection: mach=true listener=false peer=false name=com.apple.AppSSO.service-xpc
Default 14:40:22.514029+0900 Xcode <SOServiceConnection: 0x60000214de60>: new XPC connection
Default 14:40:22.514179+0900 Xcode -[SOConfigurationVersion checkVersion] config version changed from from 0x0000000000000000 to 0x00000193482447B8 on <private>
Default 14:40:22.514205+0900 Xcode -[SOConfigurationClient _reloadConfig] on <private>
Default 14:40:22.514249+0900 Xcode -[SOClient configurationWithCompletion:] on <private>
Default 14:40:22.517213+0900 Xcode order window front conditionally: 6840 related: 0
Default 14:40:22.518501+0900 Xcode configurationWithCompletion: success = YES, error = (null)
Default 14:40:22.529731+0900 Xcode Task <DB688A1D-1349-42C9-AB3F-7F2D6833463F>.<2> resuming, timeouts(60.0, 604800.0) QOS(0x21) Voucher (null)
Default 14:40:22.529982+0900 Xcode Task <6DE58154-FFA2-4A17-9EAB-98C17474A74B>.<3> resuming, timeouts(60.0, 604800.0) QOS(0x21) Voucher (null)
Default 14:40:22.532733+0900 Xcode Initializing NSHTTPCookieStorage singleton
Default 14:40:22.532830+0900 Xcode Initializing CFHTTPCookieStorage singleton
Default 14:40:22.533165+0900 Xcode Creating default cookie storage with process/bundle identifier
Default 14:40:22.534148+0900 Xcode Initializing AlternativeServices Storage singleton
Default 14:40:22.534154+0900 Xcode Task <DB688A1D-1349-42C9-AB3F-7F2D6833463F>.<2> summary for task success {transaction_duration_ms=1, response_status=200, cache_hit=true}
Default 14:40:22.534317+0900 Xcode Task <6DE58154-FFA2-4A17-9EAB-98C17474A74B>.<3> summary for task success {transaction_duration_ms=1, response_status=200, cache_hit=true}
Default 14:40:22.534581+0900 Xcode Task <DB688A1D-1349-42C9-AB3F-7F2D6833463F>.<2> finished successfully
Default 14:40:22.534913+0900 Xcode Task <6DE58154-FFA2-4A17-9EAB-98C17474A74B>.<3> finished successfully
Default 14:40:22.536469+0900 Xcode CacheDeleteCopyAvailableSpaceForVolume ENTRY, volume: /
Default 14:40:22.536989+0900 Xcode CacheDeleteCopyAvailableSpaceForVolume ENTRY, volume: <CacheDeleteVolume> at: /System/Volumes/Data [/dev/disk3s1 : apfs] freespace: 110292725760 (110.29 GB), initialFreespace: 110292725760 (110.29 GB), used: 365223772160 (365.22 GB), total size: 494384795648 (494.38 GB)
Default 14:40:22.540324+0900 Xcode Garbage collection for alternative services
Default 14:40:22.540560+0900 Xcode getSiblings: finding volumes that belong to <private>
Default 14:40:22.542092+0900 Xcode Connection 1: enabling TLS
Default 14:40:22.542105+0900 Xcode Connection 1: starting, TC(0x0)
Default 14:40:22.542150+0900 Xcode [C1 4C3E2583-EE04-4D84-84E3-5DBB264DB923 Hostname#49f044a9:443 tcp, url hash: 68b7f043, tls, definite, attribution: developer, context: com.apple.CFNetwork.NSURLSession.{3EAA19CD-3BFF-41CC-837A-74937E5371F2}{(null)}{Y}{2}{0x0} (private), proc: E49F6BA2-75B9-31DD-A183-C0B0CDF0ADAF] start
Default 14:40:22.542179+0900 Xcode [C1 Hostname#49f044a9:443 initial parent-flow ((null))] event: path:start @0.000s
Default 14:40:22.542958+0900 Xcode [C1 Hostname#49f044a9:443 waiting parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 67BD0819-F361-48D4-880A-17AC913E8928
Default 14:40:22.543081+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.543239+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.543576+0900 Xcode [C1 Hostname#49f044a9:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.001s
Default 14:40:22.543638+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C1] reporting state preparing
Default 14:40:22.543822+0900 Xcode [C1 Hostname#49f044a9:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_child @0.001s
Default 14:40:22.544048+0900 Xcode [C1.1 Hostname#49f044a9:443 initial path ((null))] event: path:start @0.001s
Default 14:40:22.544383+0900 Xcode [C1.1 Hostname#49f044a9:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.002s, uuid: 67BD0819-F361-48D4-880A-17AC913E8928
Default 14:40:22.544629+0900 Xcode [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:start_dns @0.002s
Default 14:40:22.544778+0900 Xcode [0x600001910690] activating connection: mach=true listener=false peer=false name=com.apple.dnssd.service
Default 14:40:22.544802+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> setting up Connection 1
Default 14:40:22.544819+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.549604+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.549849+0900 Xcode nw_endpoint_resolver_update [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#4ca74763:443
Default 14:40:22.549865+0900 Xcode nw_endpoint_resolver_update [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#33915759:443
Default 14:40:22.549992+0900 Xcode nw_endpoint_resolver_update [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#efd9139e.443
Default 14:40:22.550152+0900 Xcode nw_endpoint_resolver_update [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#e36716d1.443
Default 14:40:22.550347+0900 Xcode [C1.1 Hostname#49f044a9:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:receive_dns @0.008s
Default 14:40:22.550367+0900 Xcode multi volume:
Default 14:40:22.550853+0900 Xcode [C1.1.1 IPv4#4ca74763:443 initial path ((null))] event: path:start @0.008s
Default 14:40:22.551258+0900 Xcode [C1.1.1 IPv4#4ca74763:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.009s, uuid: C56146A6-57D7-4E16-BD50-C7BF6475A40D
Default 14:40:22.551712+0900 Xcode <private>
Default 14:40:22.552124+0900 Xcode [0x6000019181e0] activating connection: mach=true listener=false peer=false name=com.apple.nesessionmanager.content-filter
Default 14:40:22.552278+0900 Xcode <private>
Default 14:40:22.552944+0900 Xcode <private>
Default 14:40:22.553004+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2391006 0>
)}
Default 14:40:22.553324+0900 Xcode <private>
Default 14:40:22.553837+0900 Xcode [C1.1.1 IPv4#4ca74763:443 in_progress socket-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.011s
Default 14:40:22.554167+0900 Xcode [0x111743350] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:22.556077+0900 Xcode [0x111404710] activating connection: mach=true listener=false peer=false name=com.apple.cache_delete.public
Default 14:40:22.565800+0900 Xcode Failed to resolve bookmark 0 for item D99FDA51-8CF9-4091-AFBB-CEA9132C8421 with error: Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found" UserInfo={NSLocalizedDescription=BOOKMARK_DATA_AND_URL_ARE_NULL}
Default 14:40:22.566287+0900 Xcode nw_socket_handle_socket_event [C1.1.1:3] Socket received CONNECTED event
Default 14:40:22.566423+0900 Xcode nw_flow_connected [C1.1.1 IPv4#4ca74763:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Transport protocol connected (socket)
Default 14:40:22.566677+0900 Xcode [C1.1.1 IPv4#4ca74763:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_transport @0.024s
Default 14:40:22.568656+0900 Xcode boringssl_session_apply_protocol_options_for_transport_block_invoke(2007) [C1.1.1:2][0x131668d00] TLS configured [min_version(0x0301) max_version(0x0304) name(redacted) tickets(false) false_start(false) enforce_ev(false) enforce_ats(false) ech(false)]
Default 14:40:22.568707+0900 Xcode boringssl_context_info_handler(2133) [C1.1.1:2][0x131668d00] Client handshake started
Default 14:40:22.570034+0900 Xcode [0x60000196cb40] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:40:22.570096+0900 Xcode [0x600001910780] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:40:22.570167+0900 Xcode [0x600001904ff0] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:40:22.570295+0900 Xcode [0x6000019001e0] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:40:22.570436+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS client enter_early_data
Default 14:40:22.570667+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS client read_server_hello
Default 14:40:22.574919+0900 Xcode [0x60000196cb40] invalidated after the last release of the connection object
Default 14:40:22.575822+0900 Xcode [0x600001904ff0] invalidated after the last release of the connection object
Default 14:40:22.576755+0900 Xcode [0x600001910780] invalidated after the last release of the connection object
Default 14:40:22.581026+0900 Xcode [0x6000019001e0] invalidated after the last release of the connection object
Default 14:40:22.581371+0900 Xcode Failed to resolve bookmark 0x121630680 for item BB9C0214-3C10-45CA-AB52-C81F37D39862 with error: Error Domain=NSCocoaErrorDomain Code=259 "The file couldn’t be opened because it isn’t in the correct format."
Default 14:40:22.583563+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_hello_retry_request
Default 14:40:22.583693+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_server_hello
Default 14:40:22.583797+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_encrypted_extensions
Default 14:40:22.584527+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_certificate_request
Default 14:40:22.584624+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_server_certificate
Default 14:40:22.584690+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_server_certificate_verify
Default 14:40:22.585177+0900 Xcode boringssl_context_evaluate_trust_async(1690) [C1.1.1:2][0x131668d00] Performing external trust evaluation
Default 14:40:22.585278+0900 Xcode boringssl_context_evaluate_trust_async_external(1675) [C1.1.1:2][0x131668d00] Asyncing for external verify block
Default 14:40:22.585542+0900 Xcode Connection 1: asked to evaluate TLS Trust
Default 14:40:22.586236+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> auth completion disp=1 cred=0x0
Default 14:40:22.590974+0900 Xcode Connection 1: TLS Trust result 0
Default 14:40:22.590996+0900 Xcode boringssl_context_evaluate_trust_async_external_block_invoke_3(1631) [C1.1.1:2][0x131668d00] Returning from external verify block with result: true
Default 14:40:22.591017+0900 Xcode boringssl_context_certificate_verify_callback(1852) [C1.1.1:2][0x131668d00] Certificate verification result: OK
Default 14:40:22.591068+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client read_server_finished
Default 14:40:22.591090+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client send_end_of_early_data
Default 14:40:22.591098+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client send_client_encrypted_extensions
Default 14:40:22.591104+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client send_client_certificate
Default 14:40:22.591185+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client complete_second_flight
Default 14:40:22.591344+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS 1.3 client done
Default 14:40:22.591732+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS client finish_client_handshake
Default 14:40:22.591769+0900 Xcode boringssl_context_info_handler(2150) [C1.1.1:2][0x131668d00] Client handshake state: TLS client done
Default 14:40:22.591780+0900 Xcode boringssl_context_info_handler(2139) [C1.1.1:2][0x131668d00] Client handshake done
Default 14:40:22.592530+0900 Xcode nw_protocol_boringssl_signal_connected(746) [C1.1.1:2][0x131668d00] TLS connected [version(0x0304) ciphersuite(TLS_AES_128_GCM_SHA256) group(0x001d) signature_alg(0x0804) alpn(http/1.1) resumed(0) offered_ticket(0) false_started(0) ocsp_received(1) sct_received(0) connect_time(24ms) flight_time(14ms) rtt(13ms) write_stalls(0) read_stalls(2)]
Default 14:40:22.592844+0900 Xcode nw_flow_connected [C1.1.1 IPv4#4ca74763:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (CFNetworkConnection-1772504367)
Default 14:40:22.593403+0900 Xcode [C1.1.1 IPv4#4ca74763:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.051s
Default 14:40:22.594012+0900 Xcode [C1.1 Hostname#49f044a9:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.051s
Default 14:40:22.594923+0900 Xcode [C1.1.1 IPv4#4ca74763:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.052s
Default 14:40:22.595088+0900 Xcode [C1.1 Hostname#49f044a9:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.052s
Default 14:40:22.595242+0900 Xcode nw_flow_connected [C1 IPv4#4ca74763:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (endpoint_flow)
Default 14:40:22.595470+0900 Xcode [C1 IPv4#4ca74763:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_connect @0.053s
Default 14:40:22.595897+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C1] reporting state ready
Default 14:40:22.595949+0900 Xcode [C1 IPv4#4ca74763:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.053s
Default 14:40:22.596734+0900 Xcode Connection 1: connected successfully
Default 14:40:22.596810+0900 Xcode Connection 1: TLS handshake complete
Default 14:40:22.597002+0900 Xcode Connection 1: ready C(N) E(N)
Default 14:40:22.597301+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> now using Connection 1
Default 14:40:22.597503+0900 Xcode Connection 1: received viability advisory(Y)
Default 14:40:22.603167+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> sent request, body N 0
Default 14:40:22.610547+0900 Xcode nw_mem_region_init process is managed by running board services
Default 14:40:22.610907+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> received response, status 304 content U
Default 14:40:22.610985+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> done using Connection 1
Default 14:40:22.611025+0900 Xcode [C1] event: client:connection_idle @0.068s
Default 14:40:22.611064+0900 Xcode [C1] event: client:connection_idle @0.068s
Default 14:40:22.611072+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> summary for task success {transaction_duration_ms=90, response_status=304, connection=1, protocol="http/1.1", domain_lookup_duration_ms=6, connect_duration_ms=42, secure_connection_duration_ms=24, private_relay=false, request_start_ms=82, request_duration_ms=0, response_start_ms=90, response_duration_ms=0, request_bytes=358, response_bytes=442, cache_hit=true}
Default 14:40:22.611344+0900 Xcode Task <B81FEF9D-362F-43FB-BF0C-F28353FF5041>.<1> finished successfully
Default 14:40:22.647197+0900 Xcode got a compatible version
Default 14:40:22.648900+0900 Xcode getSiblings: finding volumes that belong to <private>
Default 14:40:22.650445+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.650624+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.650968+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.651312+0900 Xcode getSiblings: adding <private> <private>
Default 14:40:22.651519+0900 Xcode multi volume:
Default 14:40:22.651541+0900 Xcode <private>
Default 14:40:22.651659+0900 Xcode <private>
Default 14:40:22.651683+0900 Xcode <private>
Default 14:40:22.651707+0900 Xcode <private>
Default 14:40:22.652270+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.652359+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.652664+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.652714+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 8886337536 <private>
Default 14:40:22.653090+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.653122+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.653382+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.653409+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.653774+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.653809+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.654162+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.654200+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.654674+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.654720+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: com.apple.installd.CacheDelete, amount: 13492292905 <private>
Default 14:40:22.655056+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.655093+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 657756160 <private>
Default 14:40:22.655335+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.655366+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: com.apple.TMCacheDelete, amount: 0 <private>
Default 14:40:22.655632+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.655667+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 139000000 <private>
Default 14:40:22.656064+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.656095+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.656582+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.656616+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.656960+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.656996+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 1186643212 <private>
Default 14:40:22.657252+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.657280+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.657880+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.657916+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.658278+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.658313+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.658632+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.658756+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.659008+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.659090+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.659343+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.659370+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 73728 <private>
Default 14:40:22.659753+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.659799+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.660202+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.660235+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.660593+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.660629+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.661025+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.661078+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.661336+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.661370+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.661767+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.661807+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.662056+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.662092+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.662339+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.662369+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 64 <private>
Default 14:40:22.662772+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.662858+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.663109+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.663163+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.663430+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.663464+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.663772+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.663810+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 2252745560 <private>
Default 14:40:22.664041+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.664073+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.664319+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.664350+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.664762+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.664808+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.665102+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.665137+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.665390+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.665429+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 68627 <private>
Default 14:40:22.665723+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.665760+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.666198+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.666240+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.666577+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.666615+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.666897+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.666929+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 0 <private>
Default 14:40:22.667186+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.667223+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 8886337536 <private>
Default 14:40:22.667701+0900 Xcode CacheDeleteVolume effective_size: <private> container size: <private>, effective size: <private>
Default 14:40:22.667746+0900 Xcode 323 CDRecentVolumeInfo _recentInfoAtUrgency, service: <private>, amount: 1088700416 <private>
Default 14:40:22.668071+0900 Xcode 366 CDRecentVolumeInfo _recentInfoAtUrgency, volume: /System/Volumes/Data, urgency: 3, result:
Default 14:40:22.668103+0900 Xcode com.apple.photolibraryd.cacheDelete : 0
Default 14:40:22.668129+0900 Xcode com.apple.nsurlsessiond-cachedelete : 0
Default 14:40:22.668153+0900 Xcode com.apple.quicklook.ThumbnailsAgent.CacheDelete : 0
Default 14:40:22.668174+0900 Xcode com.apple.cloudd.cache-delete : 0
Default 14:40:22.668217+0900 Xcode com.apple.triald.cache-delete : 0
Default 14:40:22.668236+0900 Xcode com.apple.VIDEO : 0
Default 14:40:22.668257+0900 Xcode com.apple.fspurgeable_data : 8886337536
Default 14:40:22.668278+0900 Xcode com.apple.coresymbolicationd.cache-delete : 1088700416
Default 14:40:22.668298+0900 Xcode com.apple.TMCacheDelete : 0
Default 14:40:22.668318+0900 Xcode com.apple.mobileassetd.cache-delete : 139000000
Default 14:40:22.668365+0900 Xcode com.apple.ReportMemoryException.CacheDelete : 0
Default 14:40:22.668390+0900 Xcode com.apple.powerlog.CacheDelete : 0
Default 14:40:22.668416+0900 Xcode com.apple.metadata.mds.cachedelete : 1186643212
Default 14:40:22.668437+0900 Xcode com.apple.cloudd.system.cache-delete : 0
Default 14:40:22.668457+0900 Xcode com.apple.ibooks.CacheDeleteExtension : 0
Default 14:40:22.668481+0900 Xcode CACHE_DELETE_SHARED_PURGEABLE : 27703618208
Default 14:40:22.668683+0900 Xcode com.apple.geod.cachedelete : 0
Default 14:40:22.668708+0900 Xcode com.apple.commerce.cachedelete : 0
Default 14:40:22.668728+0900 Xcode com.apple.idleassetsd.CacheDelete : 0
Default 14:40:22.668746+0900 Xcode com.apple.AssetCache.builtin.CacheDelete : 73728
Default 14:40:22.668767+0900 Xcode com.apple.bird.cache-delete : 0
Default 14:40:22.668788+0900 Xcode com.apple.Music.MusicCacheExtension : 0
Default 14:40:22.668850+0900 Xcode CACHE_DELETE_VOLUME : /System/Volumes/Data
Default 14:40:22.668874+0900 Xcode com.apple.aned.CacheDelete : 0
Default 14:40:22.668896+0900 Xcode com.apple.MailCacheDelete : 0
Default 14:40:22.668963+0900 Xcode com.apple.TV.TVCacheExtension : 0
Default 14:40:22.668992+0900 Xcode com.apple.appstoreagent.CacheDelete : 0
Default 14:40:22.669020+0900 Xcode com.apple.aneuserd.CacheDelete : 0
Default 14:40:22.669048+0900 Xcode com.apple.replayd-cache-delete : 64
Default 14:40:22.669073+0900 Xcode com.apple.MOVIE : 0
Default 14:40:22.669096+0900 Xcode com.apple.wallpaper.CacheDelete : 0
Default 14:40:22.669122+0900 Xcode com.apple.MUSIC : 0
Default 14:40:22.669147+0900 Xcode com.apple.logd.cachedelete : 2252745560
Default 14:40:22.669749+0900 Xcode com.apple.imagent.cache-delete : 0
Default 14:40:22.669770+0900 Xcode com.apple.Safari.CacheDeleteExtension : 0
Default 14:40:22.669791+0900 Xcode com.apple.FileProvider.cache-delete : 0
Default 14:40:22.669811+0900 Xcode CACHE_DELETE_NAME_MAP: {
Default 14:40:22.670121+0900 Xcode com.apple.nsurlsessiond-cachedelete : {
"CACHE_DELETE_PROCNAME" = nsurlsessiond;
"CACHE_DELETE_SIGNING_ID" = "com.apple.nsurlsessiond";
}
Default 14:40:22.670176+0900 Xcode com.apple.fspurgeable_data : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.670217+0900 Xcode com.apple.quicklook.ThumbnailsAgent.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "com.apple.quicklook.ThumbnailsA";
"CACHE_DELETE_SIGNING_ID" = "com.apple.quicklook.ThumbnailsAgent";
}
Default 14:40:22.670248+0900 Xcode com.apple.cloudd.cache-delete : {
"CACHE_DELETE_PROCNAME" = cloudd;
"CACHE_DELETE_SIGNING_ID" = "com.apple.cloudd";
}
Default 14:40:22.670281+0900 Xcode com.apple.triald.cache-delete : {
"CACHE_DELETE_PROCNAME" = triald;
"CACHE_DELETE_SIGNING_ID" = "com.apple.triald";
}
Default 14:40:22.670392+0900 Xcode com.apple.VIDEO : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.670428+0900 Xcode com.apple.coresymbolicationd.cache-delete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.coresymbolicationd";
}
Default 14:40:22.670469+0900 Xcode com.apple.TMCacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.backupd-helper";
}
Default 14:40:22.670500+0900 Xcode com.apple.mobileassetd.cache-delete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.mobileassetd";
}
Default 14:40:22.670530+0900 Xcode com.apple.ReportMemoryException.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.ReportMemoryException";
}
Default 14:40:22.670561+0900 Xcode com.apple.powerlog.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.PerfPowerServices";
}
Default 14:40:22.670591+0900 Xcode com.apple.metadata.mds.cachedelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.mds";
}
Default 14:40:22.670670+0900 Xcode com.apple.cloudd.system.cache-delete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.cloudd";
}
Default 14:40:22.670706+0900 Xcode com.apple.ibooks.CacheDeleteExtension : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.670738+0900 Xcode com.apple.geod.cachedelete : {
"CACHE_DELETE_PROCNAME" = geodMachServiceBridge;
"CACHE_DELETE_SIGNING_ID" = "com.apple.geodMachServiceBridge";
}
Default 14:40:22.670779+0900 Xcode com.apple.commerce.cachedelete : {
"CACHE_DELETE_PROCNAME" = storedownloadd;
"CACHE_DELETE_SIGNING_ID" = "com.apple.storedownloadd";
}
Default 14:40:22.670809+0900 Xcode com.apple.idleassetsd.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.idleassetsd";
}
Default 14:40:22.670846+0900 Xcode com.apple.AssetCache.builtin.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.AssetCache";
}
Default 14:40:22.670876+0900 Xcode com.apple.bird.cache-delete : {
"CACHE_DELETE_PROCNAME" = bird;
"CACHE_DELETE_SIGNING_ID" = "com.apple.bird";
}
Default 14:40:22.670909+0900 Xcode com.apple.Music.MusicCacheExtension : {
"CACHE_DELETE_PROCNAME" = MusicCacheExtension;
"CACHE_DELETE_SIGNING_ID" = "com.apple.Music.MusicCacheExtension";
}
Default 14:40:22.670949+0900 Xcode com.apple.aned.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.aned";
}
Default 14:40:22.670979+0900 Xcode com.apple.MailCacheDelete : {
"CACHE_DELETE_PROCNAME" = MailCacheDelete;
"CACHE_DELETE_SIGNING_ID" = "com.apple.MailCacheDelete";
}
Default 14:40:22.671425+0900 Xcode com.apple.TV.TVCacheExtension : {
"CACHE_DELETE_PROCNAME" = TVCacheExtension;
"CACHE_DELETE_SIGNING_ID" = "com.apple.TV.TVCacheExtension";
}
Default 14:40:22.671474+0900 Xcode com.apple.appstoreagent.CacheDelete : {
"CACHE_DELETE_PROCNAME" = appstoreagent;
"CACHE_DELETE_SIGNING_ID" = "com.apple.appstoreagent";
}
Default 14:40:22.671506+0900 Xcode com.apple.aneuserd.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.aneuserd";
}
Default 14:40:22.672322+0900 Xcode com.apple.replayd-cache-delete : {
"CACHE_DELETE_PROCNAME" = replayd;
"CACHE_DELETE_SIGNING_ID" = "com.apple.replayd";
}
Default 14:40:22.672694+0900 Xcode com.apple.MOVIE : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674220+0900 Xcode com.apple.wallpaper.CacheDelete : {
"CACHE_DELETE_PROCNAME" = WallpaperAgent;
"CACHE_DELETE_SIGNING_ID" = "com.apple.wallpaper.agent";
}
Default 14:40:22.674263+0900 Xcode com.apple.MUSIC : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674371+0900 Xcode com.apple.logd.cachedelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.logd";
}
Default 14:40:22.674406+0900 Xcode com.apple.imagent.cache-delete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674443+0900 Xcode com.apple.Safari.CacheDeleteExtension : {
"CACHE_DELETE_PROCNAME" = CacheDeleteExtension;
"CACHE_DELETE_SIGNING_ID" = "com.apple.Safari.CacheDeleteExtension";
}
Default 14:40:22.674487+0900 Xcode com.apple.FileProvider.cache-delete : {
"CACHE_DELETE_PROCNAME" = fileproviderd;
"CACHE_DELETE_SIGNING_ID" = "com.apple.fileproviderd";
}
Default 14:40:22.674520+0900 Xcode com.apple.fspurgeable_document : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674552+0900 Xcode com.apple.system_installd.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.system_installd";
}
Default 14:40:22.674701+0900 Xcode com.apple.installd.CacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.installd";
}
Default 14:40:22.674807+0900 Xcode com.apple.deleted_helper : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674855+0900 Xcode com.apple.osanalytics.user.cachedelete : {
"CACHE_DELETE_PROCNAME" = "diagnostics_agent";
"CACHE_DELETE_SIGNING_ID" = "com.apple.diagnostics_agent";
}
Default 14:40:22.674899+0900 Xcode com.apple.PODCAST : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674932+0900 Xcode com.apple.MAIL : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674972+0900 Xcode com.apple.photolibraryd.cacheDelete : {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
}
Default 14:40:22.674994+0900 Xcode }
Default 14:40:22.675026+0900 Xcode CACHE_DELETE_NONPURGEABLE_AMOUNT : 392078332
Default 14:40:22.675046+0900 Xcode com.apple.fspurgeable_document : 0
Default 14:40:22.675066+0900 Xcode com.apple.system_installd.CacheDelete : 68627
Default 14:40:22.675086+0900 Xcode CACHE_DELETE_TOTAL_AVAILABLE : 27703618208
Default 14:40:22.675107+0900 Xcode com.apple.installd.CacheDelete : 13492292905
Default 14:40:22.675128+0900 Xcode com.apple.deleted_helper : 8886337536
Default 14:40:22.675148+0900 Xcode com.apple.osanalytics.user.cachedelete : 0
Default 14:40:22.675465+0900 Xcode com.apple.PODCAST : 0
Default 14:40:22.675528+0900 Xcode com.apple.MAIL : 0
Default 14:40:22.675553+0900 Xcode com.apple.cache_delete_app_container_caches : 657756160
Default 14:40:22.675589+0900 Xcode got volinfo for <private>
Default 14:40:22.676492+0900 Xcode <<<Query Result from daemon cache (u: 3, ET: 0.02812245833333333): "/System/Volumes/Data : 27.70 GB"
Default 14:40:22.676517+0900 Xcode com.apple.osanalytics.user.cachedelete : 0
Default 14:40:22.676538+0900 Xcode com.apple.PODCAST : 0
Default 14:40:22.676558+0900 Xcode com.apple.quicklook.ThumbnailsAgent.CacheDelete : 0
Default 14:40:22.676577+0900 Xcode com.apple.cloudd.cache-delete : 0
Default 14:40:22.676619+0900 Xcode com.apple.triald.cache-delete : 0
Default 14:40:22.676703+0900 Xcode com.apple.VIDEO : 0
Default 14:40:22.676723+0900 Xcode com.apple.MAIL : 0
Default 14:40:22.676744+0900 Xcode com.apple.cache_delete_app_container_caches : 657756160
Default 14:40:22.676773+0900 Xcode CACHE_DELETE_ELAPSED_TIME : 0.02812245833333333
Default 14:40:22.676795+0900 Xcode com.apple.TMCacheDelete : 0
Default 14:40:22.676815+0900 Xcode com.apple.mobileassetd.cache-delete : 139000000
Default 14:40:22.676836+0900 Xcode com.apple.ReportMemoryException.CacheDelete : 0
Default 14:40:22.676856+0900 Xcode com.apple.powerlog.CacheDelete : 0
Default 14:40:22.676893+0900 Xcode com.apple.metadata.mds.cachedelete : 1186643212
Default 14:40:22.676919+0900 Xcode CACHE_DELETE_SHARED_PURGEABLE : 27703618208
Default 14:40:22.676939+0900 Xcode com.apple.ibooks.CacheDeleteExtension : 0
Default 14:40:22.676960+0900 Xcode com.apple.cloudd.system.cache-delete : 0
Default 14:40:22.676985+0900 Xcode com.apple.geod.cachedelete : 0
Default 14:40:22.677006+0900 Xcode com.apple.commerce.cachedelete : 0
Default 14:40:22.677030+0900 Xcode com.apple.idleassetsd.CacheDelete : 0
Default 14:40:22.677054+0900 Xcode CACHE_DELETE_TOTAL_FSPURGEABLE : 8886337536
Default 14:40:22.677078+0900 Xcode com.apple.AssetCache.builtin.CacheDelete : 73728
Default 14:40:22.677104+0900 Xcode com.apple.bird.cache-delete : 0
Default 14:40:22.677124+0900 Xcode com.apple.Music.MusicCacheExtension : 0
Default 14:40:22.677143+0900 Xcode CACHE_DELETE_VOLUME : /System/Volumes/Data
Default 14:40:22.677162+0900 Xcode com.apple.aned.CacheDelete : 0
Default 14:40:22.677181+0900 Xcode com.apple.MailCacheDelete : 0
Default 14:40:22.677201+0900 Xcode com.apple.TV.TVCacheExtension : 0
Default 14:40:22.677222+0900 Xcode com.apple.appstoreagent.CacheDelete : 0
Default 14:40:22.677309+0900 Xcode com.apple.aneuserd.CacheDelete : 0
Default 14:40:22.677333+0900 Xcode com.apple.replayd-cache-delete : 64
Default 14:40:22.677361+0900 Xcode com.apple.MOVIE : 0
Default 14:40:22.677381+0900 Xcode com.apple.wallpaper.CacheDelete : 0
Default 14:40:22.677525+0900 Xcode com.apple.MUSIC : 0
Default 14:40:22.677544+0900 Xcode com.apple.logd.cachedelete : 2252745560
Default 14:40:22.677794+0900 Xcode CACHE_DELETE_ITEMIZED_NONPURGEABLE : {
"com.apple.aned.CacheDelete" = {
"COREML_NON_PURGEABLE_BY_APP" = {
"com.apple.SHARED_SYSTEM_MODELS" = 142989160;
"com.apple.mediaanalysisd" = 9650600;
"us.zoom.aomhost" = 19237612;
};
};
"com.apple.logd.cachedelete" = 220200960;
}
Default 14:40:22.677829+0900 Xcode com.apple.imagent.cache-delete : 0
Default 14:40:22.677861+0900 Xcode com.apple.Safari.CacheDeleteExtension : 0
Default 14:40:22.677886+0900 Xcode com.apple.FileProvider.cache-delete : 0
Default 14:40:22.678617+0900 Xcode CACHE_DELETE_NAME_MAP : {
"com.apple.AssetCache.builtin.CacheDelete" = {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.AssetCache";
};
"com.apple.FileProvider.cache-delete" = {
"CACHE_DELETE_PROCNAME" = fileproviderd;
"CACHE_DELETE_SIGNING_ID" = "com.apple.fileproviderd";
};
"com.apple.MAIL" = {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
};
"com.apple.MOVIE" = {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
};
"com.apple.MUSIC" = {
"CACHE_DELETE_PROCNAME" = "";
"CACHE_DELETE_SIGNING_ID" = "com.apple.deleted_helper";
};
"com.apple.MailCacheDelete" = {
"CACHE_DELETE_PROCNAME" = MailCacheDelete;
"CACHE_DELETE_SIGNING_ID" = "com.apple.MailCacheDelete";
};
"com.apple.Music.MusicCacheExtension" = {
"CACHE_DELETE_PROCN
Default 14:40:22.678730+0900 Xcode CACHE_DELETE_NONPURGEABLE_AMOUNT : 392078332
Default 14:40:22.678761+0900 Xcode com.apple.fspurgeable_document : 0
Default 14:40:22.678785+0900 Xcode CACHE_DELETE_FREESPACE : 110292754432
Default 14:40:22.678809+0900 Xcode com.apple.system_installd.CacheDelete : 68627
Default 14:40:22.678828+0900 Xcode CACHE_DELETE_TOTAL_AVAILABLE : 27703618208
Default 14:40:22.678849+0900 Xcode com.apple.installd.CacheDelete : 13492292905
Default 14:40:22.678874+0900 Xcode com.apple.photolibraryd.cacheDelete : 0
Default 14:40:22.678935+0900 Xcode com.apple.nsurlsessiond-cachedelete : 0
Default 14:40:22.678958+0900 Xcode com.apple.fspurgeable_data : 8886337536
Default 14:40:22.678977+0900 Xcode com.apple.coresymbolicationd.cache-delete : 1088700416
Default 14:40:22.678997+0900 Xcode Query Result>>> 27703618208 bytes on: "/System/Volumes/Data".
Default 14:40:22.679147+0900 Xcode [0x111404710] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:22.679363+0900 Xcode 659 publicClientAvailableSpaceForVolume kCacheDeleteAvailableSpaceClassEssential 137996372640 (138.00 GB) = freespace 110292754432 + purgeableSpace: 27703618208
Default 14:40:22.680300+0900 Xcode CacheDeleteCopyAvailableSpaceForVolume: <CacheDeleteVolume> at: /System/Volumes/Data [/dev/disk3s1 : apfs] freespace: 110292754432 (110.29 GB), initialFreespace: 110292725760 (110.29 GB), used: 365223743488 (365.22 GB), total size: 494384795648 (494.38 GB)
Default 14:40:22.680399+0900 Xcode CacheDeleteCopyAvailableSpaceForVolume result: 137996372640
Default 14:40:22.685161+0900 Xcode [0x1114045d0] activating connection: mach=true listener=false peer=false name=com.apple.storagekitd.dm
Default 14:40:22.685409+0900 Xcode [0x600001920000] activating connection: mach=false listener=false peer=false name=com.apple.authd
Default 14:40:22.752818+0900 Xcode [0x1114045d0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:22.809077+0900 Xcode [0x600001908d20] activating connection: mach=true listener=false peer=false name=com.apple.pluginkit.pkd
Default 14:40:22.809204+0900 Xcode <PKDiscoveryDriver:0x600000269440> created discovery driver
Default 14:40:22.809226+0900 Xcode [d <private>] <PKHost:0x600003399c80> Beginning discovery for flags: 5, point: multiple
Default 14:40:22.809837+0900 Xcode [0x60000192cf00] activating connection: mach=false listener=false peer=false name=com.apple.gputools.GPUToolsCompatService
Default 14:40:22.809962+0900 Xcode [0x60000196d1d0] activating connection: mach=false listener=false peer=false name=com.apple.gputools.GPUToolsAgentService
Default 14:40:22.810028+0900 Xcode [0x60000196d1d0] Channel returned listener port: 0x1f70b
Default 14:40:22.810050+0900 Xcode [0x60000196d1d0] invalidated after the last release of the connection object
Default 14:40:23.090791+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2391011 0>,
<RBSInheritance| environment:(none) name:com.apple.launchservices.userfacing origID:429-378-2391011 0>
)}
Default 14:40:23.091583+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2391012 0>
)}
Default 14:40:23.095181+0900 GitHub Copilot for Xcode Extension order window: 6836 op: 1 relative: 0 related: 0
Default 14:40:23.095283+0900 GitHub Copilot for Xcode Extension order window: 6834 op: 1 relative: 0 related: 0
Default 14:40:23.095352+0900 GitHub Copilot for Xcode Extension order window: 6832 op: 1 relative: 0 related: 0
Default 14:40:23.095918+0900 GitHub Copilot for Xcode Extension order window: 6833 op: 1 relative: 0 related: 0
Default 14:40:23.164249+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2391015 0>
)}
Default 14:40:23.328180+0900 Xcode [0x60000196d3b0] activating connection: mach=false listener=false peer=false name=com.apple.hiservices-xpcservice
Default 14:40:23.362932+0900 Xcode [0x135e4cde0] activating connection: mach=true listener=false peer=false name=com.apple.inputmethodkit.getxpcendpoint
Default 14:40:23.365376+0900 Xcode [0x13166dc90] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:24.040111+0900 Xcode Read options: 80020001 -- URL: <private> -- purposeID: 019D7EA1-ECA4-45B5-A840-49629DD3A625 -- claimID: BEDE983B-8554-4A18-B3BB-F4702007419E
Default 14:40:24.049487+0900 Xcode Claim BEDE983B-8554-4A18-B3BB-F4702007419E granted in client
Default 14:40:24.049555+0900 Xcode Claim BEDE983B-8554-4A18-B3BB-F4702007419E invoked in client
Default 14:40:24.085469+0900 Xcode [0x11161c840] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.KeychainService
Default 14:40:24.093955+0900 Xcode [0x11120b290] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.SSHHelper
Default 14:40:24.098500+0900 Xcode Read options: 80020001 -- URL: <private> -- purposeID: 59CF151B-EF8E-4A7F-9740-E84F9BC0DBD2 -- claimID: 3C3FB91F-120F-4E82-A92E-DA6D0967C120
Default 14:40:24.100346+0900 Xcode Claim 3C3FB91F-120F-4E82-A92E-DA6D0967C120 granted in client
Default 14:40:24.100357+0900 Xcode Claim 3C3FB91F-120F-4E82-A92E-DA6D0967C120 invoked in client
Error 14:40:24.103558+0900 com.apple.dt.Xcode.KeychainService cannot open file at line 49295 of [1b37c146ee]
Error 14:40:24.103591+0900 com.apple.dt.Xcode.KeychainService os_unix.c:49295: (2) open(/private/var/db/DetachedSignatures) - No such file or directory
Default 14:40:24.106050+0900 com.apple.dt.Xcode.KeychainService [0x600002d00000] activating connection: mach=true listener=false peer=false name=com.apple.analyticsd
Default 14:40:24.106311+0900 com.apple.dt.Xcode.KeychainService Enabling System Keychain Always due to platform
Default 14:40:24.106445+0900 com.apple.dt.Xcode.KeychainService [0x600002d04000] activating connection: mach=true listener=false peer=false name=com.apple.trustd.agent
Default 14:40:24.113480+0900 com.apple.dt.Xcode.sourcecontrol.SSHHelper [0x158204080] activating connection: mach=false listener=false peer=true name=com.apple.dt.Xcode.sourcecontrol.SSHHelper.peer[99753].0x158204080
Default 14:40:24.113740+0900 com.apple.dt.Xcode.KeychainService [0x13ea04100] activating connection: mach=false listener=false peer=true name=com.apple.dt.Xcode.KeychainService.peer[99753].0x13ea04100
Default 14:40:24.113910+0900 com.apple.dt.Xcode.KeychainService Not internal release, disabling SIRL
Default 14:40:24.113960+0900 com.apple.dt.Xcode.KeychainService [0x600002d1c0f0] activating connection: mach=true listener=false peer=false name=com.apple.securityd.xpc
Default 14:40:24.115813+0900 com.apple.dt.Xcode.KeychainService Received configuration update from daemon (initial)
Default 14:40:24.117117+0900 com.apple.dt.Xcode.KeychainService [0x600002d180f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:24.117228+0900 com.apple.dt.Xcode.KeychainService [0x600002d1c1e0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:24.232652+0900 Xcode Recording an MDS plugin: /System/Library/Security/ldapdl.bundle {87191ca6-0fc9-11d4-849a-000502b52122}
Default 14:40:24.234091+0900 Xcode Recording an MDS plugin: /System/Library/Frameworks/Security.framework {87191ca0-0fc9-11d4-849a-000502b52122}
Default 14:40:24.241494+0900 Xcode Read options: 80020001 -- URL: <private> -- purposeID: 9AE0736D-FA4A-42CD-8E45-0D7C21E93FB0 -- claimID: 2CC6BDE0-1F91-4460-959A-116170AE9321
Default 14:40:24.243885+0900 Xcode Claim 2CC6BDE0-1F91-4460-959A-116170AE9321 granted in client
Default 14:40:24.243896+0900 Xcode Claim 2CC6BDE0-1F91-4460-959A-116170AE9321 invoked in client
Default 14:40:24.251332+0900 Xcode Read options: 0 -- URL: <private> -- purposeID: 9C14886C-F126-4793-8315-2AC2969FA225 -- claimID: 3C1E9078-11C9-4DBA-8A5B-E99AF0981F25
Default 14:40:24.252170+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.253884+0900 Xcode Claim 3C1E9078-11C9-4DBA-8A5B-E99AF0981F25 granted in client
Default 14:40:24.253950+0900 Xcode Claim 3C1E9078-11C9-4DBA-8A5B-E99AF0981F25 invoked in client
Default 14:40:24.256107+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.257709+0900 Xcode window IDEKit.WelcomeWindow 6840 finishing close
Default 14:40:24.259557+0900 Xcode order window: 6840 op: 0 relative: 0 related: 0
Default 14:40:24.259702+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.262552+0900 Xcode dbBlobVersion() failed for a non-existent database
Default 14:40:24.263114+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.267544+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.269920+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:24.271851+0900 Xcode Adding presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 for URL: <private>
Default 14:40:24.271872+0900 Xcode [0x60000196c2d0] activating connection: mach=true listener=false peer=false name=com.apple.metadata.mdwrite
Default 14:40:24.272241+0900 Xcode -[SFLGenericList _setPropertyValuesForKeysWithDictionary:error:]_block_invoke properties: {
"com.apple.LSSharedFileList.MaxAmount" = 10;
} list: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:40:24.272644+0900 Xcode Adding presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 for URL: <private>
Default 14:40:24.272742+0900 Xcode received: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:40:24.277249+0900 Xcode [0x6000019003c0] activating connection: mach=true listener=false peer=false name=com.apple.scopedbookmarksagent.xpc
Default 14:40:24.282563+0900 Xcode [0x6000019003c0] invalidated after the last release of the connection object
Default 14:40:24.283198+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 9691FDE0-4E42-430F-BC76-8F9781A647C8 at index: 0 list: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:40:24.283849+0900 Xcode received: com.apple.LSSharedFileList.ApplicationRecentDocuments
Default 14:40:24.286961+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 9C9EEBFB-AD59-48C2-8FA4-04DEA9FBC94F at index: 0 list: com.apple.LSSharedFileList.RecentDocuments
Default 14:40:24.287405+0900 Xcode received: com.apple.LSSharedFileList.RecentDocuments
Default 14:40:24.974673+0900 Xcode [0x121646270] activating connection: mach=false listener=true peer=false name=(anonymous)
Default 14:40:24.974699+0900 Xcode [0x121646270] Channel could not return listener port.
Default 14:40:24.974760+0900 Xcode [0x121646270] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:24.976998+0900 Xcode Requesting app group container lookup; personaid = -1, type = NOPERSONA, name = <unknown>, origin [pid = 0, personaid = 0], proximate [pid = 0, personaid = 0], identifier = <private>, euid = 503, uid = 503, platform = 1
Default 14:40:24.977021+0900 Xcode [0x600001959e00] activating connection: mach=true listener=false peer=false name=com.apple.containermanagerd
Default 14:40:24.978806+0900 Xcode container_create_or_lookup_app_group_path_by_app_group_identifier: success
Default 14:40:24.980168+0900 Xcode nw_path_evaluator_start [CD8F0433-F028-45A4-8B80-4FF75612B6FE <NULL> generic, multipath service: 1, attribution: developer]
path: satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi
Default 14:40:25.281028+0900 Xcode order window front conditionally: 6842 related: 0
Default 14:40:25.297729+0900 com.apple.dt.Xcode.sourcecontrol.SSHHelper [0x6000039c0000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:25.297832+0900 com.apple.dt.Xcode.sourcecontrol.SSHHelper [0x6000039d8000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:25.304070+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.307382+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.310523+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.313236+0900 Xcode dbBlobVersion() failed for a non-existent database
Default 14:40:25.313743+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.316848+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.320252+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.355680+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> resuming, timeouts(60.0, 604800.0) QOS(0x19) Voucher (null)
Default 14:40:25.359154+0900 Xcode Connection 0: creating secure tcp or quic connection
Default 14:40:25.365180+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> resuming, timeouts(60.0, 604800.0) QOS(0x21) Voucher (null)
Default 14:40:25.367578+0900 Xcode Connection 2: enabling TLS
Default 14:40:25.367669+0900 Xcode Connection 2: starting, TC(0x0)
Default 14:40:25.367803+0900 Xcode [C2 DF4E6A27-4589-4190-B8DF-6AF7AF549DC3 Hostname#e02281ca:443 quic-connection, url hash: 6042cf00, definite, attribution: developer, context: com.apple.CFNetwork.NSURLSession.{3EAA19CD-3BFF-41CC-837A-74937E5371F2}{(null)}{Y}{2}{0x0} (private), proc: E49F6BA2-75B9-31DD-A183-C0B0CDF0ADAF] start
Default 14:40:25.368114+0900 Xcode [C2 Hostname#e02281ca:443 initial parent-flow ((null))] event: path:start @0.000s
Default 14:40:25.368407+0900 Xcode [C2 Hostname#e02281ca:443 waiting parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.000s, uuid: 77F3DA3C-D173-4B3F-B282-CAC74855CB96
Default 14:40:25.369746+0900 Xcode [C2 Hostname#e02281ca:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.001s
Default 14:40:25.369852+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C2] reporting state preparing
Default 14:40:25.370837+0900 Xcode [C2 Hostname#e02281ca:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_child @0.002s
Default 14:40:25.371246+0900 Xcode [C2.1 Hostname#e02281ca:443 initial path ((null))] event: path:start @0.003s
Default 14:40:25.372730+0900 Xcode [C2.1 Hostname#e02281ca:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.004s, uuid: 77F3DA3C-D173-4B3F-B282-CAC74855CB96
Default 14:40:25.373075+0900 Xcode [C2.1 Hostname#e02281ca:443 in_progress transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: transform:start @0.005s
Default 14:40:25.374883+0900 Xcode [C2.1.1 Hostname#e02281ca:443 initial path ((null))] event: path:start @0.006s
Default 14:40:25.375637+0900 Xcode [C2.1.1 Hostname#e02281ca:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.007s, uuid: 77999287-4DD7-4CCE-9B9E-F88BE253807E
Default 14:40:25.376172+0900 Xcode [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:start_dns @0.008s
Default 14:40:25.376377+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> setting up Connection 2
Default 14:40:25.376926+0900 Xcode Connection 0: creating secure tcp or quic connection
Default 14:40:25.396328+0900 Xcode Gained inheritances: {(
<RBSInheritance| environment:(none) name:com.apple.frontboard.visibility origID:429-406-2391025 0>
)}
Default 14:40:25.417594+0900 Xcode Connection 3: enabling TLS
Default 14:40:25.417789+0900 Xcode Connection 3: starting, TC(0x0)
Default 14:40:25.419728+0900 Xcode [C3 5BEF7D92-A014-48EB-A138-B33E1449BDD6 Hostname#e02281ca:443 quic-connection, url hash: aca7584b, definite, attribution: developer, context: com.apple.CFNetwork.NSURLSession.{B418B54E-9D7E-4C66-82B8-3AED2B929CC5}{(null)}{Y}{2}{0x0} (private), proc: E49F6BA2-75B9-31DD-A183-C0B0CDF0ADAF] start
Default 14:40:25.420094+0900 Xcode [C3 Hostname#e02281ca:443 initial parent-flow ((null))] event: path:start @0.000s
Default 14:40:25.424077+0900 Xcode [C3 Hostname#e02281ca:443 waiting parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.004s, uuid: C06C4BD4-D0C0-408B-9B3A-CBFEAB323486
Default 14:40:25.424938+0900 Xcode [C3 Hostname#e02281ca:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.005s
Default 14:40:25.425534+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C3] reporting state preparing
Default 14:40:25.426136+0900 Xcode [C3 Hostname#e02281ca:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_child @0.006s
Default 14:40:25.427297+0900 Xcode [C3.1 Hostname#e02281ca:443 initial path ((null))] event: path:start @0.007s
Default 14:40:25.427716+0900 Xcode [C3.1 Hostname#e02281ca:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.007s, uuid: C06C4BD4-D0C0-408B-9B3A-CBFEAB323486
Default 14:40:25.428013+0900 Xcode [C3.1 Hostname#e02281ca:443 in_progress transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: transform:start @0.008s
Default 14:40:25.431752+0900 Xcode [C3.1.1 Hostname#e02281ca:443 initial path ((null))] event: path:start @0.011s
Default 14:40:25.432796+0900 Xcode [C3.1.1 Hostname#e02281ca:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.012s, uuid: 4AAFCFC4-91DC-4831-9532-5DBCAC42F2AB
Default 14:40:25.433336+0900 Xcode [C3.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:start_dns @0.013s
Default 14:40:25.433609+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> setting up Connection 3
Default 14:40:25.435379+0900 Xcode [d <private>] <PKHost:0x600003399c80> Completed discovery. Final # of matches: 1
Default 14:40:25.435445+0900 Xcode <PKDiscoveryDriver:0x600000269440> delivering update to host (1 plugins)
Default 14:40:25.435914+0900 Xcode Class EXGetExtensionClass(void) returning EXConcreteExtension
Default 14:40:25.447540+0900 Xcode TrustSettingsUseXPC is enabled (via feature flags)
Default 14:40:25.450669+0900 Xcode Not internal release, disabling SIRL
Default 14:40:25.451082+0900 Xcode [0x600001974d20] activating connection: mach=true listener=false peer=false name=com.apple.securityd.xpc
Default 14:40:25.453129+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.454524+0900 Xcode <PKDiscoveryDriver:0x600000269440> installing watchers for continuous discovery
Default 14:40:25.454941+0900 Xcode registering for distributed notification com.apple.LaunchServices.pluginsregistered in this process
Default 14:40:25.455004+0900 Xcode registering for distributed notification com.apple.LaunchServices.pluginsunregistered in this process
Default 14:40:25.456449+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.459270+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.459675+0900 Xcode nw_endpoint_resolver_update [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#8b72aa1d:443
Default 14:40:25.459688+0900 Xcode nw_endpoint_resolver_update [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#a44f144d.443
Default 14:40:25.459702+0900 Xcode nw_endpoint_resolver_update [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#9c9b45fb.443
Default 14:40:25.459889+0900 Xcode [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:receive_dns @0.091s
Default 14:40:25.460999+0900 Xcode dbBlobVersion() failed for a non-existent database
Default 14:40:25.461402+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.461479+0900 Xcode nw_endpoint_resolver_update [C3.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv4#8b72aa1d:443
Default 14:40:25.461498+0900 Xcode nw_endpoint_resolver_update [C3.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#a44f144d.443
Default 14:40:25.461520+0900 Xcode nw_endpoint_resolver_update [C3.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#9c9b45fb.443
Default 14:40:25.461572+0900 Xcode [C3.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:receive_dns @0.041s
Default 14:40:25.461663+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 initial path ((null))] event: path:start @0.093s
Default 14:40:25.461874+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.093s, uuid: 9FDD25B9-D338-4976-9FCE-2F390147D70F
Default 14:40:25.462898+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.463012+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.095s
Default 14:40:25.465183+0900 Xcode nw_endpoint_resolver_update [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#a44f144d.443
Default 14:40:25.465286+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.465296+0900 Xcode nw_endpoint_resolver_update [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Adding endpoint handler for IPv6#9c9b45fb.443
Default 14:40:25.465457+0900 Xcode [C2.1.1 Hostname#e02281ca:443 in_progress resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: resolver:receive_dns @0.097s
Default 14:40:25.465655+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 initial path ((null))] event: path:start @0.045s
Default 14:40:25.465848+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 waiting path (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: path:satisfied @0.045s, uuid: DFBBFB96-6AC7-4F13-B3B2-EF410556B7D8
Default 14:40:25.467797+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:start_connect @0.047s
Default 14:40:25.472814+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.474776+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.476233+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.477674+0900 Xcode dbBlobVersion() failed for a non-existent database
Default 14:40:25.477948+0900 Xcode nw_socket_handle_socket_event [C2.1.1.1:3] Socket received CONNECTED event
Default 14:40:25.478035+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.478070+0900 Xcode nw_flow_connected [C2.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Transport protocol connected (socket)
Default 14:40:25.478131+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_transport @0.110s
Default 14:40:25.478310+0900 Xcode boringssl_session_apply_protocol_options_for_transport_block_invoke(2007) [C2.1.1.1:2][0x33c2130e0] TLS configured [min_version(0x0301) max_version(0x0304) name(redacted) tickets(false) false_start(false) enforce_ev(false) enforce_ats(false) ech(false)]
Default 14:40:25.478343+0900 Xcode boringssl_context_info_handler(2133) [C2.1.1.1:2][0x33c2130e0] Client handshake started
Default 14:40:25.478394+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS client enter_early_data
Default 14:40:25.478473+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS client read_server_hello
Default 14:40:25.478657+0900 Xcode nw_socket_handle_socket_event [C3.1.1.1:3] Socket received CONNECTED event
Default 14:40:25.478768+0900 Xcode nw_flow_connected [C3.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Transport protocol connected (socket)
Default 14:40:25.479738+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_transport @0.059s
Default 14:40:25.480156+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.480463+0900 Xcode boringssl_session_apply_protocol_options_for_transport_block_invoke(2007) [C3.1.1.1:2][0x32ce919b0] TLS configured [min_version(0x0301) max_version(0x0304) name(redacted) tickets(false) false_start(false) enforce_ev(false) enforce_ats(false) ech(false)]
Default 14:40:25.480603+0900 Xcode boringssl_context_info_handler(2133) [C3.1.1.1:2][0x32ce919b0] Client handshake started
Default 14:40:25.480675+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS client enter_early_data
Default 14:40:25.481025+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS client read_server_hello
Default 14:40:25.481055+0900 Xcode [0x600001905ef0] activating connection: mach=false listener=false peer=false name=com.apple.dt.SKAgent
Default 14:40:25.483680+0900 Xcode CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:25.497575+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_hello_retry_request
Default 14:40:25.497782+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_server_hello
Default 14:40:25.498327+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_encrypted_extensions
Default 14:40:25.499908+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_certificate_request
Default 14:40:25.500067+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_server_certificate
Default 14:40:25.500092+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_server_certificate_verify
Default 14:40:25.500583+0900 Xcode boringssl_context_evaluate_trust_async(1690) [C2.1.1.1:2][0x33c2130e0] Performing external trust evaluation
Default 14:40:25.500679+0900 Xcode boringssl_context_evaluate_trust_async_external(1675) [C2.1.1.1:2][0x33c2130e0] Asyncing for external verify block
Default 14:40:25.501099+0900 Xcode Connection 2: asked to evaluate TLS Trust
Default 14:40:25.502432+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_hello_retry_request
Default 14:40:25.502459+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_server_hello
Default 14:40:25.502557+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_encrypted_extensions
Default 14:40:25.503393+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_certificate_request
Default 14:40:25.503495+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_server_certificate
Default 14:40:25.503535+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_server_certificate_verify
Default 14:40:25.503771+0900 Xcode boringssl_context_evaluate_trust_async(1690) [C3.1.1.1:2][0x32ce919b0] Performing external trust evaluation
Default 14:40:25.503818+0900 Xcode boringssl_context_evaluate_trust_async_external(1675) [C3.1.1.1:2][0x32ce919b0] Asyncing for external verify block
Default 14:40:25.503906+0900 Xcode Connection 3: asked to evaluate TLS Trust
Default 14:40:25.503933+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> auth completion disp=1 cred=0x0
Default 14:40:25.504074+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> auth completion disp=1 cred=0x0
Default 14:40:25.514272+0900 Xcode Connection 2: TLS Trust result 0
Default 14:40:25.514395+0900 Xcode boringssl_context_evaluate_trust_async_external_block_invoke_3(1631) [C2.1.1.1:2][0x33c2130e0] Returning from external verify block with result: true
Default 14:40:25.515151+0900 Xcode boringssl_context_certificate_verify_callback(1852) [C2.1.1.1:2][0x33c2130e0] Certificate verification result: OK
Default 14:40:25.518074+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client read_server_finished
Default 14:40:25.518815+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client send_end_of_early_data
Default 14:40:25.519054+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client send_client_encrypted_extensions
Default 14:40:25.519218+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client send_client_certificate
Default 14:40:25.519347+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client complete_second_flight
Default 14:40:25.519604+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS 1.3 client done
Default 14:40:25.519961+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS client finish_client_handshake
Default 14:40:25.520263+0900 Xcode boringssl_context_info_handler(2150) [C2.1.1.1:2][0x33c2130e0] Client handshake state: TLS client done
Default 14:40:25.520279+0900 Xcode boringssl_context_info_handler(2139) [C2.1.1.1:2][0x33c2130e0] Client handshake done
Default 14:40:25.520790+0900 Xcode nw_protocol_boringssl_signal_connected(746) [C2.1.1.1:2][0x33c2130e0] TLS connected [version(0x0304) ciphersuite(TLS_AES_256_GCM_SHA384) group(0x001d) signature_alg(0x0804) alpn(h2) resumed(0) offered_ticket(0) false_started(0) ocsp_received(1) sct_received(0) connect_time(42ms) flight_time(21ms) rtt(19ms) write_stalls(0) read_stalls(2)]
Default 14:40:25.520893+0900 Xcode nw_flow_connected [C2.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (CFNetworkConnection-1772504367)
Default 14:40:25.521558+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.153s
Default 14:40:25.522162+0900 Xcode [C2.1.1 Hostname#e02281ca:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.154s
Default 14:40:25.522253+0900 Xcode [C2.1 Hostname#e02281ca:443 ready transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.154s
Default 14:40:25.522612+0900 Xcode [C2.1.1.1 IPv4#8b72aa1d:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.154s
Default 14:40:25.522797+0900 Xcode [C2.1.1 Hostname#e02281ca:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.154s
Default 14:40:25.522910+0900 Xcode [C2.1 Hostname#e02281ca:443 ready transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.154s
Default 14:40:25.523036+0900 Xcode nw_flow_connected [C2 IPv4#8b72aa1d:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (endpoint_flow)
Default 14:40:25.523190+0900 Xcode [C2 IPv4#8b72aa1d:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_connect @0.155s
Default 14:40:25.523472+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C2] reporting state ready
Default 14:40:25.523545+0900 Xcode [C2 IPv4#8b72aa1d:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.155s
Default 14:40:25.524321+0900 Xcode Connection 2: connected successfully
Default 14:40:25.524346+0900 Xcode Connection 2: TLS handshake complete
Default 14:40:25.524504+0900 Xcode Connection 2: ready C(N) E(N)
Default 14:40:25.524704+0900 Xcode [C2] event: client:connection_reused @0.156s
Default 14:40:25.524960+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> now using Connection 2
Default 14:40:25.524997+0900 Xcode Connection 2: received viability advisory(Y)
Default 14:40:25.525213+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> sent request, body N 0
Default 14:40:25.525316+0900 Xcode Connection 3: TLS Trust result 0
Default 14:40:25.525403+0900 Xcode boringssl_context_evaluate_trust_async_external_block_invoke_3(1631) [C3.1.1.1:2][0x32ce919b0] Returning from external verify block with result: true
Default 14:40:25.525490+0900 Xcode boringssl_context_certificate_verify_callback(1852) [C3.1.1.1:2][0x32ce919b0] Certificate verification result: OK
Default 14:40:25.525588+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client read_server_finished
Default 14:40:25.526204+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client send_end_of_early_data
Default 14:40:25.526213+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client send_client_encrypted_extensions
Default 14:40:25.526221+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client send_client_certificate
Default 14:40:25.526263+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client complete_second_flight
Default 14:40:25.526295+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS 1.3 client done
Default 14:40:25.526438+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS client finish_client_handshake
Default 14:40:25.526452+0900 Xcode boringssl_context_info_handler(2150) [C3.1.1.1:2][0x32ce919b0] Client handshake state: TLS client done
Default 14:40:25.526458+0900 Xcode boringssl_context_info_handler(2139) [C3.1.1.1:2][0x32ce919b0] Client handshake done
Default 14:40:25.529818+0900 Xcode nw_protocol_boringssl_signal_connected(746) [C3.1.1.1:2][0x32ce919b0] TLS connected [version(0x0304) ciphersuite(TLS_AES_256_GCM_SHA384) group(0x001d) signature_alg(0x0804) alpn(h2) resumed(0) offered_ticket(0) false_started(0) ocsp_received(1) sct_received(0) connect_time(49ms) flight_time(23ms) rtt(22ms) write_stalls(0) read_stalls(2)]
Default 14:40:25.530085+0900 Xcode nw_flow_connected [C3.1.1.1 IPv4#8b72aa1d:443 in_progress socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (CFNetworkConnection-1772504367)
Default 14:40:25.530425+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.110s
Default 14:40:25.530843+0900 Xcode [C3.1.1 Hostname#e02281ca:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.110s
Default 14:40:25.530910+0900 Xcode [C3.1 Hostname#e02281ca:443 ready transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:child_finish_connect @0.111s
Default 14:40:25.531188+0900 Xcode [C3.1.1.1 IPv4#8b72aa1d:443 ready socket-flow (satisfied (Path is satisfied), viable, interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.111s
Default 14:40:25.531348+0900 Xcode [C3.1.1 Hostname#e02281ca:443 ready resolver (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.111s
Default 14:40:25.531416+0900 Xcode [C3.1 Hostname#e02281ca:443 ready transform (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.111s
Default 14:40:25.531476+0900 Xcode nw_flow_connected [C3 IPv4#8b72aa1d:443 in_progress parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] Output protocol connected (endpoint_flow)
Default 14:40:25.531512+0900 Xcode [C3 IPv4#8b72aa1d:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:finish_connect @0.111s
Default 14:40:25.531618+0900 Xcode nw_connection_report_state_with_handler_on_nw_queue [C3] reporting state ready
Default 14:40:25.531637+0900 Xcode [C3 IPv4#8b72aa1d:443 ready parent-flow (satisfied (Path is satisfied), interface: utun4, ipv4, dns, uses wifi)] event: flow:changed_viability @0.111s
Default 14:40:25.531841+0900 Xcode Connection 3: connected successfully
Default 14:40:25.531883+0900 Xcode Connection 3: TLS handshake complete
Default 14:40:25.531996+0900 Xcode Connection 3: ready C(N) E(N)
Default 14:40:25.532095+0900 Xcode [C3] event: client:connection_reused @0.112s
Default 14:40:25.532797+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> now using Connection 3
Default 14:40:25.532833+0900 Xcode Connection 3: received viability advisory(Y)
Default 14:40:25.532955+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> sent request, body N 0
Default 14:40:25.553292+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] Ready plugins sent as euid = 503, uid = 503, personaid = -1, type = NOPERSONA, name = <unknown>
Default 14:40:25.654525+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] got pid from ready request: 99774
Default 14:40:25.705415+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] acquired startup assertion
Default 14:40:25.709697+0900 Xcode Creating side-channel connection to com.apple.runningboard
Default 14:40:25.709742+0900 Xcode [0x6000019242d0] activating connection: mach=true listener=false peer=false name=com.apple.runningboard
Default 14:40:25.714247+0900 Xcode Hit the server for a process handle ccd297f000185be that resolved to: [xpcservice<com.github.CopilotForXcode.EditorExtension([app<application.com.apple.dt.Xcode.60975506.61121210(503)>:99753])(503)>{vt hash: 0}:99774]
Default 14:40:25.714834+0900 Xcode [0x111404350] activating connection: mach=false listener=false peer=false name=com.github.CopilotForXcode.EditorExtension
Default 14:40:25.714976+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] Prepare using sent as euid = 503, uid = 503, personaid = -1, type = NOPERSONA, name = <unknown>
Default 14:40:25.715025+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF] [<private>(<private>)] Sending prepareUsing to non-managed extension; this should launch it if not already running.
Default 14:40:25.719568+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] Begin using sent as euid = 503, uid = 503, personaid = -1, type = NOPERSONA, name = <unknown>
Default 14:40:25.720743+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> received response, status 200 content K
Default 14:40:25.720793+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> done using Connection 3
Default 14:40:25.720824+0900 Xcode [C3] event: client:connection_idle @0.300s
Default 14:40:25.721525+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> response ended
Default 14:40:25.721678+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> summary for task success {transaction_duration_ms=355, response_status=200, connection=3, protocol="h2", domain_lookup_duration_ms=28, connect_duration_ms=64, secure_connection_duration_ms=49, private_relay=false, request_start_ms=166, request_duration_ms=0, response_start_ms=354, response_duration_ms=0, request_bytes=160, response_bytes=593, cache_hit=true}
Default 14:40:25.721981+0900 Xcode Task <3CE8CD1A-2D7F-4025-BE80-0CF1AF82E849>.<1> finished successfully
Default 14:40:25.722424+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] plugin loaded and ready for host
Default 14:40:25.727371+0900 Xcode [u 4855E7BC-451D-4907-B232-F2108B0217EF:m (null)] [<private>(<private>)] invalidating startup assertion
Default 14:40:25.774775+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> received response, status 429 content K
Default 14:40:25.774852+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> done using Connection 2
Default 14:40:25.774893+0900 Xcode [C2] event: client:connection_idle @0.406s
Default 14:40:25.775299+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> response ended
Default 14:40:25.775392+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> summary for task success {transaction_duration_ms=416, response_status=429, connection=2, protocol="h2", domain_lookup_duration_ms=83, connect_duration_ms=60, secure_connection_duration_ms=42, private_relay=false, request_start_ms=166, request_duration_ms=0, response_start_ms=416, response_duration_ms=0, request_bytes=157, response_bytes=602, cache_hit=true}
Default 14:40:25.775563+0900 Xcode Task <DEF94DE7-DDD5-41C8-9480-8B5439A0A52A>.<4> finished successfully
Default 14:40:25.835319+0900 Xcode [0x32ce15f90] activating connection: mach=true listener=false peer=false name=com.apple.revisiond
Default 14:40:25.866370+0900 Xcode [0x600001969950] activating connection: mach=false listener=false peer=false name=com.apple.dt.SKAgent
Default 14:40:25.866544+0900 Xcode [0x600001970c30] activating connection: mach=false listener=false peer=false name=com.apple.dt.SKAgent
Default 14:40:25.883830+0900 Xcode Adding presenter F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 for URL: <private>
Default 14:40:25.885428+0900 Xcode -[SFLGenericList _insertItem:atIndex:error:]_block_invoke item: 68970B97-BDEB-4D47-970D-51A9D48B6A04 at index: 0 list: com.apple.LSSharedFileList.RecentDocuments
Default 14:40:25.886233+0900 Xcode received: com.apple.LSSharedFileList.RecentDocuments
Default 14:40:25.902908+0900 Xcode [0x111215110] activating connection: mach=false listener=false peer=false name=com.apple.SourceKitService.6.0.2.1.2_default
Default 14:40:26.075836+0900 Xcode Assigned workspace identifier BB09F986-541E-4BB6-A9C6-FFA045965334 to <private>
Default 14:40:26.087455+0900 Xcode Updating previews power state: <private>
Default 14:40:26.171770+0900 Xcode Registering the following query resolvers: <private>
Error 14:40:26.176265+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176306+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176320+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176325+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176325+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176330+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176338+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176340+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176351+0900 Xcode Failed to get contents of directory: <private>
Error 14:40:26.176362+0900 Xcode Failed to get contents of directory: <private>
Default 14:40:26.189145+0900 Xcode <private>
Default 14:40:26.193990+0900 Xcode <private>
Default 14:40:26.226474+0900 Xcode [0x6000019754a0] activating connection: mach=false listener=false peer=false name=com.apple.CoreSimulator.CoreSimulatorService
Error 14:40:26.328726+0900 Xcode BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: <private>
Error 14:40:26.328958+0900 Xcode BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: <private>
Default 14:40:26.486282+0900 Xcode [0x135e7bea0] activating connection: mach=false listener=true peer=false name=(anonymous)
Default 14:40:26.486299+0900 Xcode [0x135e7bea0] Channel could not return listener port.
Default 14:40:26.486362+0900 Xcode [0x135e7bea0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:26.984689+0900 Xcode [0x600001959e00] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:26.999334+0900 Xcode Making presenter F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 observe change
Default 14:40:27.071469+0900 Xcode [0x33e60e110] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:27.078566+0900 Xcode [0x600001968e10] activating connection: mach=false listener=false peer=false name=com.apple.TextInputUI.xpc.CursorUIViewService
Default 14:40:27.078919+0900 Xcode [0x600001968e10] invalidated after the last release of the connection object
Default 14:40:27.086361+0900 Xcode [0x137e92500] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:27.086462+0900 Xcode [0x6000019831b0] activating connection: mach=false listener=false peer=false name=com.apple.ViewBridgeAuxiliary
Default 14:40:27.086744+0900 Xcode [0x1117bb000] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:27.086865+0900 Xcode [0x6000019831b0] invalidated after the last release of the connection object
Default 14:40:27.134011+0900 Xcode Class EXGetExtensionContextInternalClass(void) returning EXExtensionContextImplementation
Default 14:40:27.134219+0900 Xcode [0x33dc35350] activating connection: mach=false listener=true peer=false name=(anonymous)
Default 14:40:27.134448+0900 Xcode [0x33dc31830] activating connection: mach=false listener=false peer=false name=com.github.CopilotForXcode.EditorExtension.apple-extension-service
Default 14:40:27.134630+0900 Xcode [0x33dc35350] Channel could not return listener port.
Default 14:40:27.136152+0900 Xcode [0x33c218c70] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x33dc35350.peer[99774].0x33c218c70
Default 14:40:27.218194+0900 Xcode -[TUINSCursorUIController activate:]_block_invoke: Create CursorUIViewService: TUINSRemoteViewController
Default 14:40:27.219098+0900 Xcode window TUINSWindow 6843 finishing close
Default 14:40:27.219253+0900 Xcode order window: 6843 op: 0 relative: 0 related: 0
Default 14:40:27.259548+0900 Xcode [0x32ce395c0] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:27.292933+0900 xcodebuild [0x6000027e0000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.293068+0900 xcodebuild [0x6000027f8000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.519964+0900 Xcode [0x11163ba70] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.WorkingCopyScanner
Default 14:40:27.575398+0900 xcodebuild [0x6000027ec000] activating connection: mach=true listener=false peer=false name=com.apple.distributed_notifications@Uv3
Default 14:40:27.607152+0900 Xcode [0x137e616b0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.612049+0900 Xcode [0x111232090] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.625713+0900 Xcode [0x11132d670] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.658204+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600000dcc000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.658600+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600000dcc0f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.658916+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x60000090c000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.659210+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x60000090c0f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.666594+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600001bf8000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.668682+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600001bfc000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.678128+0900 xcodebuild [0x600002a84000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.678242+0900 xcodebuild [0x600002a840f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.685389+0900 Xcode [0x11122fcc0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.685626+0900 Xcode [0x111232090] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.685657+0900 Xcode [0x137e616b0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.686652+0900 Xcode [0x1117e8a50] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.693408+0900 Xcode [0x11132d670] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.714080+0900 Xcode [0x11122fcc0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.726330+0900 Xcode [0x115a9fed0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.729020+0900 Xcode [0x33e657be0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.735332+0900 Xcode [0x1117e8a50] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.737890+0900 Xcode [0x1349643b0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.740468+0900 Xcode [0x137e616b0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.752006+0900 Xcode [0x33e657be0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.752729+0900 Xcode [0x111319c60] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.753719+0900 Xcode [0x1117d9580] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.758994+0900 Xcode [0x115a9fed0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.759637+0900 Xcode [0x111232090] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.765155+0900 Xcode [0x1349643b0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.779514+0900 Xcode [0x137e616b0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.779995+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600003d34000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.780109+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x600003d240f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.781645+0900 Xcode [0x1117f0390] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.783740+0900 Xcode [0x1117f0c30] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.784053+0900 Xcode [0x111319c60] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.784535+0900 Xcode [0x13496b160] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:27.786375+0900 Xcode [0x111232090] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.788049+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x60000119c000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
Default 14:40:27.788141+0900 com.apple.dt.Xcode.sourcecontrol.Git [0x6000011840f0] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
Default 14:40:27.790493+0900 Xcode [0x1117d9580] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.807821+0900 Xcode [0x13496b160] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.807826+0900 Xcode [0x1117f0390] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.817092+0900 Xcode [0x1117f0c30] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:27.851840+0900 Xcode [0x600005909770] activating connection: mach=false listener=false peer=false name=com.apple.appkit.xpc.ThemeWidgetControlViewService
Default 14:40:27.968724+0900 Xcode [0x600005909770] invalidated after the last release of the connection object
Default 14:40:27.968862+0900 Xcode [0x33e6b3c90] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:27.968914+0900 Xcode [0x33dcc4eb0] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:28.342736+0900 xcodebuild [0x128f34530] activating connection: mach=true listener=false peer=false name=com.apple.lsd.mapdb
Default 14:40:28.352480+0900 xcodebuild No persisted cache on this platform.
Default 14:40:28.387789+0900 xcodebuild [0x6000027ecff0] activating connection: mach=false listener=false peer=false name=com.apple.CoreSimulator.CoreSimulatorService
Default 14:40:28.649604+0900 Xcode [0x60000d9802d0] activating connection: mach=true listener=false peer=false name=com.apple.pbs.fetch_services
Default 14:40:28.682617+0900 xcodebuild [0x6000027ed2c0] activating connection: mach=false listener=false peer=false name=com.apple.CoreDevice.CoreDeviceService
Default 14:40:28.683379+0900 Xcode [0x60000d9802d0] invalidated after the last release of the connection object
Default 14:40:28.689548+0900 xcodebuild MobileDevice.framework version: <private>
Default 14:40:28.694993+0900 xcodebuild RemotePairing.framework version: <private>
Default 14:40:28.697197+0900 xcodebuild USBMuxListenerCreateFiltered:898 Created 0x6000029dc0a0
Error 14:40:28.697396+0900 xcodebuild Subscribed for device notifications from usbmuxd.
Default 14:40:28.736119+0900 xcodebuild [0x12a30f730] activating connection: mach=true listener=false peer=false name=com.apple.FileCoordination
Default 14:40:28.736346+0900 xcodebuild Read options: 80020001 -- URL: <private> -- purposeID: 32909D57-DF9A-4619-860C-7774CF0E55E8 -- claimID: 7014873B-FBDC-48CB-93BD-0CDF4606DE09
Default 14:40:28.741238+0900 Xcode Asking presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 to relinquish to claim 7014873B-FBDC-48CB-93BD-0CDF4606DE09 via relinquishPresentedItemToReader:
Default 14:40:28.741282+0900 Xcode Presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 relinquished
Default 14:40:28.741837+0900 xcodebuild Claim 7014873B-FBDC-48CB-93BD-0CDF4606DE09 granted in client
Default 14:40:28.741851+0900 xcodebuild Claim 7014873B-FBDC-48CB-93BD-0CDF4606DE09 invoked in client
Default 14:40:28.753480+0900 xcodebuild Read options: 80020001 -- URL: <private> -- purposeID: B1C2A28F-162F-4FFD-8890-0C57C141789D -- claimID: C36071B9-B9E1-46BB-93A3-8A369BC6F156
Default 14:40:28.757234+0900 Xcode Asking presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 to relinquish to claim C36071B9-B9E1-46BB-93A3-8A369BC6F156 via relinquishPresentedItemToReader:
Default 14:40:28.757266+0900 Xcode Presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 relinquished
Default 14:40:28.757874+0900 xcodebuild Claim C36071B9-B9E1-46BB-93A3-8A369BC6F156 granted in client
Default 14:40:28.757888+0900 xcodebuild Claim C36071B9-B9E1-46BB-93A3-8A369BC6F156 invoked in client
Default 14:40:28.796247+0900 xcodebuild Read options: 80020001 -- URL: <private> -- purposeID: 634224A5-4D45-4C7D-9929-470729B9A638 -- claimID: C7F901C6-EE3C-4FBC-A330-2004BCE5A152
Default 14:40:28.798269+0900 xcodebuild Claim C7F901C6-EE3C-4FBC-A330-2004BCE5A152 granted in client
Default 14:40:28.798285+0900 xcodebuild Claim C7F901C6-EE3C-4FBC-A330-2004BCE5A152 invoked in client
Default 14:40:28.816030+0900 xcodebuild Not internal release, disabling SIRL
Default 14:40:28.816122+0900 xcodebuild Enabling System Keychain Always due to platform
Default 14:40:28.816174+0900 xcodebuild [0x6000027b1d10] activating connection: mach=true listener=false peer=false name=com.apple.securityd.xpc
Default 14:40:28.841078+0900 xcodebuild Recording an MDS plugin: /System/Library/Security/ldapdl.bundle {87191ca6-0fc9-11d4-849a-000502b52122}
Default 14:40:28.841173+0900 xcodebuild [0x6000027b81e0] activating connection: mach=true listener=false peer=false name=com.apple.analyticsd
Default 14:40:28.841897+0900 xcodebuild Recording an MDS plugin: /System/Library/Frameworks/Security.framework {87191ca0-0fc9-11d4-849a-000502b52122}
Default 14:40:28.853691+0900 xcodebuild Received configuration update from daemon (initial)
Default 14:40:28.864196+0900 xcodebuild networkd_settings_read_from_file initialized networkd settings by reading plist directly
Default 14:40:28.864334+0900 xcodebuild networkd_settings_read_from_file initialized networkd settings by reading plist directly
Default 14:40:28.870677+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.873495+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.874933+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.876271+0900 xcodebuild dbBlobVersion() failed for a non-existent database
Default 14:40:28.876499+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.878145+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.879726+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.925132+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.926606+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.928498+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.932518+0900 xcodebuild dbBlobVersion() failed for a non-existent database
Default 14:40:28.933571+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.936067+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.937644+0900 xcodebuild CSSM Exception: -2147413737 CSSMERR_DL_DATASTORE_DOESNOT_EXIST
Default 14:40:28.984002+0900 xcodebuild Entering exit handler.
Default 14:40:28.984023+0900 xcodebuild Queueing exit procedure onto XPC queue. Any further messages sent will be discarded. activeSendTransactions=0
Default 14:40:28.984340+0900 xcodebuild Cancelling XPC connection. Any further reply handler invocations will not retry messages
Default 14:40:28.984348+0900 xcodebuild [0x6000027b81e0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:28.984782+0900 xcodebuild Exiting exit handler.
Default 14:40:29.441092+0900 Xcode [0x6000099e8870] activating connection: mach=false listener=false peer=false name=com.apple.appkit.xpc.openAndSavePanelService
Default 14:40:29.607021+0900 Xcode [0x33e695b30] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:29.607103+0900 Xcode [0x6000099e8870] invalidated after the last release of the connection object
Default 14:40:29.607247+0900 Xcode [0x33e695b30] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:29.771203+0900 Xcode [0x33e696740] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:29.772213+0900 Xcode [0x137eb8c20] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:29.773353+0900 Xcode [0x111243d80] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:29.774252+0900 Xcode [0x111245d90] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:29.802622+0900 Xcode [0x137eb8c20] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:29.802653+0900 Xcode [0x33e696740] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:29.804014+0900 Xcode [0x111245d90] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:30.463752+0900 Xcode Making presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 observe change
Default 14:40:30.463831+0900 Xcode Making presenter 17B7D87D-0E9F-4440-B117-C12501D91E70 observe change
Default 14:40:31.181404+0900 Xcode LSExceptions shared instance invalidated for timeout.
Default 14:40:31.754193+0900 Xcode NotifyToken::RegisterDispatch(user.uid.503.com.apple.LaunchServices.database) fired for session key <private>
Default 14:40:37.035470+0900 Xcode order window: 6848 op: 1 relative: 0 related: 0
Default 14:40:37.035880+0900 Xcode order window: 6848 op: 1 relative: 0 related: 0
Default 14:40:37.292076+0900 Xcode window NSPopupMenuWindow 6848 finishing close
Default 14:40:37.292953+0900 Xcode order window: 6848 op: 0 relative: 0 related: 0
Default 14:40:37.300281+0900 Xcode order window: 6848 op: 1 relative: 0 related: 0
Default 14:40:37.300544+0900 Xcode order window: 6848 op: 1 relative: 0 related: 0
Default 14:40:37.926188+0900 Xcode window NSPopupMenuWindow 6849 finishing close
Default 14:40:37.926286+0900 Xcode order window: 6849 op: 0 relative: 0 related: 0
Default 14:40:38.846658+0900 Xcode order window: 6849 op: 1 relative: 0 related: 0
Default 14:40:38.846935+0900 Xcode parent NSPopupMenuWindow 0x13173aac0 (6848) remove NSPopupMenuWindow 0x3406764e0 (6849) from group
Default 14:40:38.846987+0900 Xcode parent NSPopupMenuWindow 0x13173aac0 (6848) add NSPopupMenuWindow 0x3406764e0 (6849) to group
Default 14:40:38.847167+0900 Xcode order window: 6849 op: 1 relative: 6848 related: 0
Default 14:40:40.953088+0900 Xcode window NSPopupMenuWindow 6849 finishing close
Default 14:40:40.953388+0900 Xcode parent NSPopupMenuWindow 0x13173aac0 (6848) remove NSPopupMenuWindow 0x3406764e0 (6849) from group
Default 14:40:40.954107+0900 Xcode order window: 6849 op: 0 relative: 0 related: 0
Default 14:40:40.954847+0900 Xcode window NSPopupMenuWindow 6848 finishing close
Default 14:40:40.964920+0900 Xcode order window: 6848 op: 0 relative: 0 related: 0
Default 14:40:40.967511+0900 Xcode [0x600001924c30] activating connection: mach=false listener=false peer=false name=com.apple.TextInputUI.xpc.CursorUIViewService
Default 14:40:40.969032+0900 Xcode [0x600001924c30] invalidated after the last release of the connection object
Default 14:40:40.979695+0900 Xcode [0x340650c90] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:40.979768+0900 Xcode [0x11174b410] activating connection: mach=false listener=false peer=false name=(anonymous)
Default 14:40:41.012264+0900 Xcode -[TUINSCursorUIController activate:]_block_invoke: Create CursorUIViewService: TUINSRemoteViewController
Default 14:40:41.012339+0900 Xcode [0x1117bb000] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:41.012355+0900 Xcode [0x137e92500] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Failed 14:40:41.012401+0900 Xcode CLIENT ERROR: TUINSRemoteViewController does not override -<private> and thus cannot react to catastrophic errors beyond logging them
Default 14:40:46.458098+0900 Xcode [0x6000219282d0] activating connection: mach=true listener=false peer=false name=com.apple.audio.SystemSoundServer-OSX
Default 14:40:47.124491+0900 Xcode Read (Async) options: 1 -- URL: <private> -- purposeID: F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 -- claimID: 35CE3FE9-ABF0-44E5-A215-25FE01198AF5
Default 14:40:47.124506+0900 Xcode Write (Async) options: 0 -- URL: <private> -- purposeID: F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 -- claimID: 35CE3FE9-ABF0-44E5-A215-25FE01198AF5
Default 14:40:47.130637+0900 Xcode Claim 35CE3FE9-ABF0-44E5-A215-25FE01198AF5 granted in client
Default 14:40:47.130650+0900 Xcode Claim 35CE3FE9-ABF0-44E5-A215-25FE01198AF5 invoked in client
Default 14:40:47.207756+0900 Xcode Read (Async) options: 1 -- URL: <private> -- purposeID: F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 -- claimID: FC8DE3C6-FEDF-446B-9BC8-6E86F0C5D0C2
Default 14:40:47.207775+0900 Xcode Write (Async) options: 0 -- URL: <private> -- purposeID: F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 -- claimID: FC8DE3C6-FEDF-446B-9BC8-6E86F0C5D0C2
Default 14:40:47.210303+0900 Xcode Claim FC8DE3C6-FEDF-446B-9BC8-6E86F0C5D0C2 granted in client
Default 14:40:47.210319+0900 Xcode Claim FC8DE3C6-FEDF-446B-9BC8-6E86F0C5D0C2 invoked in client
Default 14:40:47.236596+0900 Xcode [0x1117f0740] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:47.270725+0900 Xcode [0x1117f0740] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:47.271521+0900 Xcode [0x32ce7a660] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:47.292377+0900 Xcode [0x32ce7a660] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:47.498152+0900 Xcode [0x135ef4ac0] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:47.515608+0900 Xcode [0x135ef4ac0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:49.424061+0900 Xcode [0x11140d450] activating connection: mach=false listener=false peer=false name=com.apple.dt.Xcode.sourcecontrol.Git
Default 14:40:49.449346+0900 Xcode [0x11140d450] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
Default 14:40:49.783320+0900 Xcode Making presenter F202AF84-93D1-4BE9-8DB1-6747F83D9CB2 observe change
@kenchan0130 thanks for the sharing the console.app logs, digging through there I'd say this error is a likely culprit:
Default 14:40:27.134448+0900 Xcode [0x33dc31830] activating connection: mach=false listener=false peer=false name=com.github.CopilotForXcode.EditorExtension.apple-extension-service
Default 14:40:27.134630+0900 Xcode [0x33dc35350] Channel could not return listener port.
Is there a chance the profile from your organization could be preventing the xpc? See here for the relevant sandbox entitlements:
Describe the bug
When I open the Xcode editor and activate GitHub Copilot, the following message will appear and you will not be able to operate the editor.
Versions
Steps to reproduce
Screenshots
Logs
Additional context
The PPPC accessibility permissions are controlled with a profile by my organization.