We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6111319 commit 58924f0Copy full SHA for 58924f0
utils/build-script
@@ -53,6 +53,8 @@ from swift_build_support.swift_build_support.toolchain import host_toolchain
53
# TODO: Remove this constant, it's really not helpful.
54
HOME = os.environ.get("HOME", "/")
55
56
+# These versions are community sourced. At any given time only the Xcode
57
+# version used by Swift CI is officially supported. See ci.swift.org
58
_SUPPORTED_XCODE_BUILDS = [
59
("12.0 beta 3", "12A8169g"),
60
("12.0 beta 4", "12A8179i"),
0 commit comments