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 1595e54 commit 208f929Copy full SHA for 208f929
Sources/Build/BuildPlan.swift
@@ -794,7 +794,7 @@ public final class SwiftTargetBuildDescription {
794
import class Foundation.Bundle
795
796
extension Foundation.Bundle {
797
- static var module: Bundle = {
+ static let module: Bundle = {
798
let mainPath = \(mainPathSubstitution)
799
let buildPath = "\(bundlePath.pathString.asSwiftStringLiteralConstant)"
800
0 commit comments