buildNumberAsInt property
buildNumber as an integer, null on the same terms as AppStoreBuildEntry.buildNumberAsInt — and null again whenever buildNumber is.
This is the field to compare against a build number out of a git tag,
and the reason it is emitted rather than left to the caller is the one
AppStoreBuildsDocument.newestBuildNumberAsInt gives: "9" sorts above
"10", and a shell caller has no second hop to reach the parsed form.
Implementation
final int? buildNumberAsInt;