[CI] Swift host compiler version updated (6.2.4)

The Linux container utilized in Swift CI (ci.swift.org) has been updated to include 6.2.4.

  ┌────────────────────────────────┬─────────────────────────┐
  │            Platform            │      Swift Version      │
  ├────────────────────────────────┼─────────────────────────┤
  │ debian/12                      │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ debian/13                      │ 6.3                     │
  ├────────────────────────────────┼─────────────────────────┤
  │ amazon-linux/2023              │ 6.3.1                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ fedora/39                      │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ fedora/41                      │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ rhel-ubi/9                     │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ rhel-ubi/10                    │ 6.3                     │
  ├────────────────────────────────┼─────────────────────────┤
  │ ubuntu/22.04                   │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ ubuntu/24.04                   │ 6.2.4                   │
  ├────────────────────────────────┼─────────────────────────┤
  │ ubuntu/26.04                   │ 6.3                     │
  └────────────────────────────────┴─────────────────────────┘
4 Likes

What does 6.3 mean? 6.3.0? The latest 6.3 release? The 6.3 branch?

There is no Ubuntu 26.04 here, so I guess the branch?

6.3.0, the CI only use tagged Swift compiler releases to build the various in-progress Swift branches like trunk or 6.4.x.

No need to guess either, the Dockerfiles Mishal linked to show you exactly what is used.