Skip to content

Commit 58924f0

Browse files
committed
Add comment
1 parent 6111319 commit 58924f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ from swift_build_support.swift_build_support.toolchain import host_toolchain
5353
# TODO: Remove this constant, it's really not helpful.
5454
HOME = os.environ.get("HOME", "/")
5555

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
5658
_SUPPORTED_XCODE_BUILDS = [
5759
("12.0 beta 3", "12A8169g"),
5860
("12.0 beta 4", "12A8179i"),

0 commit comments

Comments
 (0)