[cr137] Updating hermetic toolchain: Xcode 16.3 and SDK 15.4

The job for this has been run already, and the toolchain is deployed.

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/75861fcf852aed584acfc8dc51660b2f31e2b232

commit 75861fcf852aed584acfc8dc51660b2f31e2b232
Author: Devon Loehr <dloehr@google.com>
Date:   Mon Apr 7 08:34:01 2025 -0700

    Mac: Switch to Xcode 16.3 (16E140) and SDK 15.4 (24E241)

    Change-Id: I09918ddae292e2137eaeab2e24a7cf581f006bcb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6431799
    Commit-Queue: Devon Loehr <dloehr@google.com>
    Reviewed-by: Mark Mentovai <mark@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1443501}
This commit is contained in:
Claudio DeSouza
2025-05-13 15:52:47 -04:00
committed by Max Karolinskiy
parent ae7eceed66
commit 2fe69af08b
+3 -3
View File
@@ -21,12 +21,12 @@ def LoadPList(path):
with open(path, 'rb') as f:
return plistlib.load(f)
# This contains binaries from Xcode 16.2, along with the macOS 15.2 SDK
XCODE_VERSION = '16.2'
# This contains binaries from Xcode 16.3, along with the macOS 15.4 SDK
XCODE_VERSION = '16.3'
HERMETIC_XCODE_BINARY = (
DEPS_PACKAGES_INTERNAL_URL +
'/xcode-hermetic-toolchain/xcode-hermetic-toolchain-xcode-' +
XCODE_VERSION + '-sdk-15.2-15.0.tar.gz')
XCODE_VERSION + '-sdk-15.4-15.2.tar.gz')
# The toolchain will not be downloaded if the minimum OS version is not met. 19
# is the major version number for macOS 10.15. Xcode 13.2 13C90 only runs on