Forgot to add the "Communications" and the "Persistence" targets to the "SwiftLibs" library in the Package file.

This commit is contained in:
Javier Cicchelli 2023-04-18 01:01:45 +02:00
parent 409a717082
commit a96c762b85

View File

@ -20,9 +20,11 @@ let package = Package(
.library( .library(
name: "SwiftLibs", name: "SwiftLibs",
targets: [ targets: [
"Communications",
"Coordination", "Coordination",
"Core", "Core",
"Dependencies" "Dependencies",
"Persistence"
] ]
), ),
], ],