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(
|
.library(
|
||||||
name: "SwiftLibs",
|
name: "SwiftLibs",
|
||||||
targets: [
|
targets: [
|
||||||
|
"Communications",
|
||||||
"Coordination",
|
"Coordination",
|
||||||
"Core",
|
"Core",
|
||||||
"Dependencies"
|
"Dependencies",
|
||||||
|
"Persistence"
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user