From 1c07e9e9664df3f3e51e9673726c15a2eae3acd1 Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Wed, 28 Jan 2026 21:37:51 +0000 Subject: [PATCH] Update to swift-tools version 6.0 --- Package.swift | 2 +- Sources/LucaCLI/Commands/InstallCommand.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index db38b79..e6913f6 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.7 +// swift-tools-version: 6.0 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription diff --git a/Sources/LucaCLI/Commands/InstallCommand.swift b/Sources/LucaCLI/Commands/InstallCommand.swift index c4561f6..4d23cb9 100644 --- a/Sources/LucaCLI/Commands/InstallCommand.swift +++ b/Sources/LucaCLI/Commands/InstallCommand.swift @@ -5,7 +5,7 @@ import Foundation import LucaCore import Yams -extension ChecksumAlgorithm: @retroactive ExpressibleByArgument {} +extension ChecksumAlgorithm: ExpressibleByArgument {} /// Installs the versions of tools specified by a YAML spec file. struct InstallCommand: AsyncParsableCommand {