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.
moduleAliases
1 parent 168c239 commit 86fe999Copy full SHA for 86fe999
Sources/PackageDescription/PackageDependency.swift
@@ -85,8 +85,7 @@ extension Package {
85
86
/// Module aliases for targets in this dependency. The key is an original target name and
87
/// the value is a new unique name mapped to the name of the .swiftmodule binary.
88
- @available(_PackageDescription, introduced: 5.7)
89
- public var moduleAliases: [String: String]?
+ internal var moduleAliases: [String: String]?
90
91
/// The dependency requirement of the package dependency.
92
@available(_PackageDescription, deprecated: 5.6, message: "use kind instead")
0 commit comments