You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use swiftCompilerTag for the swift compiler version (#8959)
The swiftCompilerTag field has been recently added to the swiftc
-print-target-info JSON we use to determine the swift compiler version
for prebuilts. Use this field as the default value, falling back to
extracting the swift compiler version from the compilerVersion field
using a regex.
This gives us much better version numbers since it matches the tags for
the toolchain.
Also add in the redirect url, https://github.com/apple/swift-syntax.git,
as a supported option.
0 commit comments