Skip to content

Commit

Permalink
Update Swift Toolchain to version 6.0 (microsoft#173907)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafriese authored Sep 23, 2024
1 parent 90ec95d commit 85baf44
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
32 changes: 32 additions & 0 deletions manifests/s/Swift/Toolchain/6.0.0/Swift.Toolchain.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Swift.Toolchain
PackageVersion: 6.0.0
InstallerLocale: en-US
InstallerType: burn
Scope: user
UpgradeBehavior: install
Commands:
- swift
- swiftc
- sourcekit-lsp
FileExtensions:
- swift
Dependencies:
PackageDependencies:
- PackageIdentifier: Git.Git
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
MinimumVersion: 14.28.29913.0
- PackageIdentifier: Python.Python.3.9
AppsAndFeaturesEntries:
- DisplayName: Swift Developer Toolkit 6.0.0
Installers:
- Architecture: x64
InstallerUrl: https://download.swift.org/swift-6.0-release/windows10/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10.exe
InstallerSha256: 0C6807B674B01B961DF87CD0DBE18D1ACDE93DC9A124DDE453BD6B597C1DB456
- Architecture: arm64
InstallerUrl: https://download.swift.org/swift-6.0-release/windows10-arm64/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10-arm64.exe
InstallerSha256: 9AEEA2ADBECAE5DA3347292D3F3D0F58130250D98F5B635DB0DCAF2E4DB173F5
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Swift.Toolchain
PackageVersion: 6.0.0
PackageLocale: en-US
Publisher: swift.org
Author: Swift Open Source Project
PackageName: Swift
PackageUrl: https://www.swift.org
License: Apache-2.0 License
Copyright: Copyright (c) Swift Open Source Project
ShortDescription: Swift Toolchain for Windows
Moniker: swift
Tags:
- swift
ManifestType: defaultLocale
ManifestVersion: 1.6.0
8 changes: 8 additions & 0 deletions manifests/s/Swift/Toolchain/6.0.0/Swift.Toolchain.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Swift.Toolchain
PackageVersion: 6.0.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 85baf44

Please sign in to comment.