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 b841d3d commit 6b2f4cfCopy full SHA for 6b2f4cf
Sources/Build/BuildDescription/ClangTargetBuildDescription.swift
@@ -129,7 +129,7 @@ public final class ClangTargetBuildDescription {
129
self.tempsPath = buildParameters.buildPath.appending(component: target.c99name + ".build")
130
self.derivedSources = Sources(paths: [], root: tempsPath.appending("DerivedSources"))
131
132
- // We did not used to apply package plugins to C-family targets in prior tools-versions, this preserves the behavior.
+ // We did not use to apply package plugins to C-family targets in prior tools-versions, this preserves the behavior.
133
if toolsVersion >= .v5_9 {
134
self.buildToolPluginInvocationResults = buildToolPluginInvocationResults
135
0 commit comments