From 5fe923f91dc5cd9a39710b469efa9a152762093f Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Mon, 17 Jul 2023 15:11:59 +0200 Subject: [PATCH] [#783] Set the swift tool version to 5-6 (#784) - the version has been downgraded to 5.6 from 5.8 --- modules/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Package.swift b/modules/Package.swift index 46e08583..0cc1e942 100644 --- a/modules/Package.swift +++ b/modules/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.8 +// swift-tools-version: 5.6 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription