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.
1 parent 1558dc9 commit 870af8bCopy full SHA for 870af8b
Plugins/MetaProtocolCodable/Plugin.swift
@@ -46,9 +46,9 @@ struct MetaProtocolCodable: BuildToolPlugin {
46
) throws -> [Command] where Context: MetaProtocolCodablePluginContext {
47
// Get config
48
let tool = try context.tool(named: "ProtocolGen")
49
-#if swift(<6)
+ #if swift(<6)
50
let toolUrl = URL(string: tool.path.string)!
51
-#else
+ #else
52
let toolUrl = tool.url
53
#endif
54
let config = try fetchConfig(for: target)
0 commit comments