We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78cef6 commit bbaa8faCopy full SHA for bbaa8fa
cli/src/util/spm.ts
@@ -54,7 +54,7 @@ export async function checkPluginsForPackageSwift(config: Config, plugins: Plugi
54
logger.debug(`Found ${plugins.length} iOS plugins, ${packageSwiftPluginList.length} have a Package.swift file`);
55
logger.info('All plugins have a Package.swift file and will be included in Package.swift');
56
} else {
57
- logger.warn('Some installed packages my not be compatable with SPM');
+ logger.warn('Some installed packages are not compatable with SPM');
58
}
59
60
return packageSwiftPluginList;
0 commit comments