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.
Bundle.module
1 parent 9f3157b commit 78b812bCopy full SHA for 78b812b
Sources/Build/BuildPlan.swift
@@ -785,7 +785,7 @@ public final class SwiftTargetBuildDescription {
785
import class Foundation.Bundle
786
787
extension Foundation.Bundle {
788
- static var module: Bundle = {
+ static let module: Bundle = {
789
let mainPath = \(mainPathSubstitution)
790
let buildPath = "\(bundlePath.pathString.asSwiftStringLiteralConstant)"
791
0 commit comments