Skip to content

Commit 6dab954

Browse files
committed
Address PR feedback
1 parent afee8e6 commit 6dab954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public final class SwiftTargetBuildDescription {
138138

139139
/// The swift version for this target.
140140
var swiftVersion: SwiftLanguageVersion {
141-
(self.target.underlying as! SwiftTarget).swiftVersion
141+
self.swiftTarget.swiftVersion
142142
}
143143

144144
/// Describes the purpose of a test target, including any special roles such as containing a list of discovered

0 commit comments

Comments
 (0)