diff --git a/run-tests.sh b/run-tests.sh
index cb1b500b42970eeec7b13c6c6609ddd886b6bdc6..f512f01531b9583d3ecbf60f88f417c6b65a02dc 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -4,12 +4,12 @@ set -e
 if [ "$1" = "macos" ]; then
 
   echo "\n\033[1;32m▶ Running package tests on macOS...\033[0m"
-  set -o pipefail && swift test 2>&1 | ./xcbeautify
+  set -o pipefail && swift test
 
 elif [ "$1" = "ios" ]; then
 
   echo "\n\033[1;32m▶ Running package tests on iOS Simulator...\033[0m"
-  set -o pipefail && xcodebuild -scheme 'xx-client-ios-db-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14' test | ./xcbeautify
+  set -o pipefail && xcodebuild -scheme 'xx-client-ios-db-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14' test
 
 else
 
diff --git a/xcbeautify b/xcbeautify
index c68c40e98dc4aff708435c6c159fa713ac74a58b..36d8fd46996909cf3d87f39c237c5dbe02c43cf5 100755
Binary files a/xcbeautify and b/xcbeautify differ