https://stackoverflow.com/questions/42839631/how-to-remove-verbose-network-messages-from-xcode
To turn off Verbose for OS Activity Mode
From the xcode menu, Project -> Scheme -> Edit Scheme.
Then select Run on the left and then select Arguments tab on the right.
In Environment Variables add the name OS_ACTIVITY_MODE and value as disable.