We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fatalError
Swift
1 parent 667a006 commit f99fc91Copy full SHA for f99fc91
Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift
@@ -353,7 +353,7 @@ public final class SwiftTargetBuildDescription {
353
let preferredBundle = Bundle(path: mainPath)
354
355
guard let bundle = preferredBundle ?? Bundle(path: buildPath) else {
356
- fatalError("could not load resource bundle: from \\(mainPath) or \\(buildPath)")
+ Swift.fatalError("could not load resource bundle: from \\(mainPath) or \\(buildPath)")
357
}
358
359
return bundle
0 commit comments