[Windows] After using the installer, winget list shows Swift.Toolchain with winget as the source
Windows
I installed the toolchain with the installer UI on an ARM Windows VM. When I check using `winget`, it shows that `Swift.Toolchain` is installed with `winget` as the source:
```
PS C:\> winget list swift
Name Id Version Available Source
----------------------------------------------------------------------
Swift Developer Toolkit 0.0.0 Swift.Toolchain 0.0.0 6.2.0 winget
```
But confusingly, `winget` is not able to uninstall the toolchain despite being able to find it with the same query:
```
PS C:\> winget uninstall swift
No installed package found matching input criteria.
```
I'm new to Windows development and winget so perhaps this is expected behaviour, but it definitely confused me when I first tried to uninstall an old toolchain version with this same behaviour.
关闭于 2025-10-22 1 条评论