Skip to content

[build] Remove support for older Xcode versions #58980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions utils/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ from swift_build_support.swift_build_support.utils import fatal_error
# These versions are community sourced. At any given time only the Xcode
# version used by Swift CI is officially supported. See ci.swift.org
_SUPPORTED_XCODE_BUILDS = [
("12.3", "12C33"),
("12.4", "12D4e"),
("12.5", "12E262"),
("13.0 beta", "13A5154h"),
("13.0 beta 4", "13A5201i"),
("13.0", "13A233"),
("13.1 RC 1", "13A1030d"),
Expand Down