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 87d8e4c commit be87e7fCopy full SHA for be87e7f
Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift
@@ -169,7 +169,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
169
// Merge target Swift package with the host package.
170
try await self.mergeTargetSwift(from: targetSwiftLibPath, generator: generator)
171
} else {
172
- // Simply copy the target Swift package into the SDK bundle when building host-agnostic SDK.
+ // Simply copy the target Swift package into the Swift SDK bundle when building host-agnostic Swift SDK.
173
try await generator.createDirectoryIfNeeded(
174
at: pathsConfiguration.toolchainDirPath.appending("usr")
175
)
0 commit comments