From a96c762b85ddbaa19e2c8d2b3751e4f96afb0573 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 18 Apr 2023 01:01:45 +0200 Subject: [PATCH] Forgot to add the "Communications" and the "Persistence" targets to the "SwiftLibs" library in the Package file. --- Package.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a97b7fe..c27328b 100644 --- a/Package.swift +++ b/Package.swift @@ -20,9 +20,11 @@ let package = Package( .library( name: "SwiftLibs", targets: [ + "Communications", "Coordination", "Core", - "Dependencies" + "Dependencies", + "Persistence" ] ), ],