Downgraded the Swift tools version on the Package file to v5.5 and also, added its missing header file.

This commit is contained in:
Javier Cicchelli 2023-04-25 14:45:14 +02:00
parent a2d6f589f5
commit be2aa411dc

View File

@ -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 import PackageDescription
@ -30,7 +39,6 @@ let package = Package(
], ],
dependencies: [], dependencies: [],
targets: [ targets: [
// MARK: Targets
.target( .target(
name: "Communications", name: "Communications",
dependencies: [] dependencies: []
@ -52,7 +60,6 @@ let package = Package(
name: "Persistence", name: "Persistence",
dependencies: [] dependencies: []
), ),
// MARK: Test targets
.testTarget( .testTarget(
name: "CommunicationsTests", name: "CommunicationsTests",
dependencies: [ dependencies: [