Skip to content

Commit 6b957fd

Browse files
committed
Add an empty implementation of swiftCompilerFlags in the ManifestResourceProvider so that clients can still build without being modified.
1 parent 9e0a63f commit 6b957fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/PackageLoading/ManifestLoader.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ public extension ManifestResourceProvider {
5959
return nil
6060
}
6161

62+
var swiftCompilerFlags: [String] {
63+
return []
64+
}
65+
6266
var xctestLocation: AbsolutePath? {
6367
return nil
6468
}

0 commit comments

Comments
 (0)