Skip to content

Commit 78b812b

Browse files
authored
Bundle.module should be a constant. (#5737)
rdar://94565594 (cherry picked from commit 208f929)
1 parent 9f3157b commit 78b812b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildPlan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ public final class SwiftTargetBuildDescription {
785785
import class Foundation.Bundle
786786
787787
extension Foundation.Bundle {
788-
static var module: Bundle = {
788+
static let module: Bundle = {
789789
let mainPath = \(mainPathSubstitution)
790790
let buildPath = "\(bundlePath.pathString.asSwiftStringLiteralConstant)"
791791

0 commit comments

Comments
 (0)