Skip to content

[release/9.0.1xx] Bump to Xcode 26.3.#24796

Merged
rolfbjarne merged 2 commits intorelease/9.0.1xxfrom
dev/rolf/net9.0-xcode26.3
Mar 2, 2026
Merged

[release/9.0.1xx] Bump to Xcode 26.3.#24796
rolfbjarne merged 2 commits intorelease/9.0.1xxfrom
dev/rolf/net9.0-xcode26.3

Conversation

@rolfbjarne
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request bumps the Xcode version from 26.2 to 26.3 in the release/9.0.1xx branch. The changes update Xcode-related configuration in two key files to reference the new Xcode version and installation path.

Changes:

  • Updated Xcode version constant in SdkVersions.cs from "26.2" to "26.3"
  • Updated XCODE_VERSION, XCODE_URL, and XCODE_DEVELOPER_ROOT in Make.config to reference Xcode 26.3

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
tools/common/SdkVersions.cs Updates the Xcode constant to "26.3" while leaving SDK versions at 26.2
Make.config Updates XCODE_VERSION, XCODE_URL, and XCODE_DEVELOPER_ROOT to reference Xcode 26.3
Comments suppressed due to low confidence (1)

tools/common/SdkVersions.cs:21

  • The Xcode version is being updated to 26.3, but the SDK version constants (OSX, iOS, TVOS, MacCatalyst) remain at 26.2. This creates an inconsistency where the Xcode version doesn't match the SDK versions. According to the typical Xcode bump pattern in this repository, when updating Xcode versions, the corresponding platform SDK versions should also be updated to match. Additionally, the following related version constants still reference 26.2 and may need updating:
  • MaxiOSSimulator (line 35)
  • MaxTVOSSimulator (line 36)
  • MaxiOSDeploymentTarget (line 38)
  • MaxTVOSDeploymentTarget (line 39)
  • TargetPlatformVersionExecutableiOS (line 41)
  • TargetPlatformVersionExecutabletvOS (line 42)
  • TargetPlatformVersionExecutablemacOS (line 43)
  • TargetPlatformVersionExecutableMacCatalyst (line 44)

Please verify whether these SDK versions should also be bumped to 26.3, or if there's an intentional reason to keep them at 26.2 while only updating the Xcode version.

		public const string Xcode = "26.3";
		public const string OSX = "26.2";
		public const string iOS = "26.2";
		public const string TVOS = "26.2";
		public const string MacCatalyst = "26.2";

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne rolfbjarne enabled auto-merge (squash) February 27, 2026 14:10
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #e57453b] Build passed (Build packages) ✅

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #e57453b] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #e57453b] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e57453b] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e57453b] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e57453b] Tests on macOS arm64 - Mac Tahoe (26) passed 💻

All tests on macOS arm64 - Mac Tahoe (26) passed.

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e57453b] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e57453b] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🚀 [CI Build #e57453b] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 115 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 44 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (iOS): All 8 tests passed. [attempt 3] Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 8 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent
Hash: e57453b84ecf85219ad8400e17d6e88d50f97fea [PR build]

@rolfbjarne rolfbjarne merged commit 42038e1 into release/9.0.1xx Mar 2, 2026
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants