Currently the builds gives the stack report without seeing the minor version like this:
Stack used:
Xcode 11.2.x, on macOS 10.14.6 (Mojave)
In some cases is important to know if the build is using a specific type of XCode version.
For example it’s important to know if the build was made with 11.2.0 or 11.2.1.
The 11.2.1 brings an important fix for iOS builds: Xcode 11.2.1 Release Notes | Apple Developer Documentation
If there is a crash, you need to have this information to know if the crash happen because of the XCode version or the code itself.

