[xcode26.6] Bump to Xcode 26.6 Release Candidate 2#25744
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s build configuration to use Xcode 26.6 Release Candidate 2, ensuring local/CI builds target the intended Xcode RC for this release branch.
Changes:
- Updated the Xcode download URL to the RC2
.xip. - Updated
XCODE_DEVELOPER_ROOTto point to the RC2 app bundle name.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The simulator test stage (tools/devops/automation/templates/tests/build.yml) ran the "Enable Xamarin and configure platforms" step (./configure --xcode=$(xcode-select -p)) *before* "Provisionator dependencies". On a bot whose default xcode-select differs from the Xcode we build against (e.g. during an Xcode beta bump), this captured the wrong Xcode and wrote it as XCODE_DEVELOPER_ROOT into configure.inc. Make.config -includes configure.inc and system-dependencies.sh sources it, so that stale path overrode the correct Make.config XCODE_DEVELOPER_ROOT default. As a result "Provision system dependencies" (check-system) and the make-based test build both used the wrong Xcode -- failing with "You must install Xcode <X> ... (found <Y>)" and leaving the target simulator runtime unprovisioned. Move the configure step to run after "Provisionator dependencies" (and before "Provision system dependencies"), mirroring the build stage (build/build.yml), so configure.inc captures the Xcode that Provisionator just selected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> (cherry picked from commit 5319ba5) Co-authored-by: dalexsoto <204671+dalexsoto@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
… stage" This reverts commit 94be712. Co-authored-by: dalexsoto <204671+dalexsoto@users.noreply.github.com>
✅ [PR Build #4b10f89] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #4b10f89] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #4b10f89] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #4b10f89] Test results 🔥Test results❌ Tests failed on VSTS: test results 7 tests crashed, 0 tests failed, 81 tests passed. Failures❌ fsharp tests🔥 Failed catastrophically on VSTS: test results - fsharp (no summary found). Html Report (VSDrops) Download ❌ interdependent-binding-projects tests🔥 Failed catastrophically on VSTS: test results - interdependent-binding-projects (no summary found). Html Report (VSDrops) Download ❌ introspection tests🔥 Failed catastrophically on VSTS: test results - introspection (no summary found). Html Report (VSDrops) Download ❌ linker tests🔥 Failed catastrophically on VSTS: test results - linker (no summary found). Html Report (VSDrops) Download ❌ monotouch tests (iOS)🔥 Failed catastrophically on VSTS: test results - monotouch_ios (no summary found). Html Report (VSDrops) Download ❌ monotouch tests (tvOS)🔥 Failed catastrophically on VSTS: test results - monotouch_tvos (no summary found). Html Report (VSDrops) Download ❌ xcframework tests🔥 Failed catastrophically on VSTS: test results - xcframework (no summary found). Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
No description provided.