You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PackageLoading/ModuleMapGenerator.swift
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,8 @@ public struct ModuleMapGenerator {
173
173
return.umbrellaDirectory(publicHeadersDir)
174
174
}
175
175
176
-
/// Generates a module map based of the specified type, throwing an error if anything goes wrong. Any diagnostics are added to the receiver's diagnostics engine.
177
-
publicfunc generateModuleMap(type:GeneratedModuleMapType, at path:AbsolutePath)throws{
176
+
/// Generates a module map based of the specified type, throwing an error if anything goes wrong.
0 commit comments