Skip to content

Commit a6daacf

Browse files
authored
Merge pull request #2935 from abertelrud/eng/add-default-implementation-of-new-manifestresourceprovider-method
Add an empty implementation of the new function `swiftCompilerFlags` in the ManifestResourceProvider
2 parents 9e0a63f + 6b957fd commit a6daacf

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)