We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0443a commit 6df9798Copy full SHA for 6df9798
Package.swift
@@ -152,7 +152,7 @@ extension Package {
152
.package(path: "../common-process"),
153
.package(name: "common-log", path: "../../../../common/domain/system/common-log"),
154
.package(path: "../../../../wrkstrm-performance"),
155
- .package(path: "../../../../domain/system/wrkstrm-foundation"),
+ .package(path: "../../../../../../wrkstrm/spm/universal/domain/system/wrkstrm-foundation"),
156
])
157
158
static var remote: Inject = .init(dependencies: [
0 commit comments