Skip to content

Commit 208f929

Browse files
authored
Bundle.module should be a constant. (#5736)
rdar://94565594
1 parent 1595e54 commit 208f929

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
@@ -794,7 +794,7 @@ public final class SwiftTargetBuildDescription {
794794
import class Foundation.Bundle
795795
796796
extension Foundation.Bundle {
797-
static var module: Bundle = {
797+
static let module: Bundle = {
798798
let mainPath = \(mainPathSubstitution)
799799
let buildPath = "\(bundlePath.pathString.asSwiftStringLiteralConstant)"
800800

0 commit comments

Comments
 (0)