diff --git a/Sources/SWBCore/Core.swift b/Sources/SWBCore/Core.swift index 238a2e92..7686414d 100644 --- a/Sources/SWBCore/Core.swift +++ b/Sources/SWBCore/Core.swift @@ -330,7 +330,7 @@ public final class Core: Sendable { // Search paths relative to SWBCore itself. do { func appendInferior(_ path: Path) { - if !developerPath.dirname.isAncestor(of: path) { + if !developerPath.path.dirname.isAncestor(of: path) { result.append(path) } }