When using xcodebuild Output tool, the Xcode archive command build logs are no longer included in the Bitrise build logs, due to their large size. The Xcode build logs are available as an artifact uploaded by Deploy to Bitrise.io step, and the log path is output in the BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH variable.
The xcpretty Output tool is unchanged. The output is visible in the build log, and the raw logs are uploaded as an artifact only in case of a failure.