Skip to content

Commit 63093fc

Browse files
committed
Add conformance of an enum to String so that SwiftPM still builds on 5.4.
1 parent 72bc79b commit 63093fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackagePlugin/PublicAPI/Context.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public final class TargetBuildContext: Decodable {
105105
/// Internal
106106
internal let pluginAction: PluginAction
107107

108-
internal enum PluginAction: Decodable {
108+
internal enum PluginAction: String, Decodable {
109109
case createBuildToolCommands
110110
}
111111
}

0 commit comments

Comments
 (0)