Description
When I click “Install Apple Silicon” in the Xcodes GUI, it installs the Universal version of Xcode instead of the Apple Silicon-only build.
This happens consistently on macOS 26.1 with Xcodes 3.0.2 (34).
⸻
Steps to Reproduce
1. Launch Xcodes 3.0.2 on macOS 26.1 (Apple Silicon)
2. Select Xcode 26.1 (17B55)
3. Click “Install Apple Silicon”
4. Wait for authentication and installation to complete
Expected:
The Apple Silicon-only build of Xcode 26.1 should be installed (arm64-only).
Actual:
The Universal version (arm64 + x86_64) is installed instead.
⸻
Environment
• macOS: 26.1 (Apple Silicon)
• Xcodes version: 3.0.2 (Build 34)
• Xcode target: 26.1 (17B55)
• Reproducibility: Always
• Network: Normal (no proxy/VPN)
⸻
Additional Information
• The issue persists even after clearing cache and reinstalling Xcodes.
• The UI label correctly shows “Apple Silicon” in the platform selector, but the resulting installation is Universal.
• The problem does not occur when using the CLI tool (xcodes install 26.1 --platform=applesilicon).
