Forgot to add the "Communications" and the "Persistence" targets to the "SwiftLibs" library in the Package file.
This commit is contained in:
parent
409a717082
commit
a96c762b85
@ -20,9 +20,11 @@ let package = Package(
|
||||
.library(
|
||||
name: "SwiftLibs",
|
||||
targets: [
|
||||
"Communications",
|
||||
"Coordination",
|
||||
"Core",
|
||||
"Dependencies"
|
||||
"Dependencies",
|
||||
"Persistence"
|
||||
]
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user