From be2aa411dc95305fd6e89cccf28783df2fc0a8e6 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 25 Apr 2023 14:45:14 +0200 Subject: [PATCH] Downgraded the Swift tools version on the Package file to v5.5 and also, added its missing header file. --- Package.swift | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c27328b..3c6d257 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,13 @@ -// swift-tools-version: 5.8 +// swift-tools-version: 5.5 +// +// This source file is part of the SwiftLibs open source project +// +// Copyright (c) 2023 Röck+Cöde VoF. and the SwiftLibs project authors +// Licensed under the EUPL 1.2 or later. +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of SwiftLibs project authors +// import PackageDescription @@ -30,7 +39,6 @@ let package = Package( ], dependencies: [], targets: [ - // MARK: Targets .target( name: "Communications", dependencies: [] @@ -52,7 +60,6 @@ let package = Package( name: "Persistence", dependencies: [] ), - // MARK: Test targets .testTarget( name: "CommunicationsTests", dependencies: [