Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPM command plugin the library '...' requires macos 10.13 #1120

Open
andriyslyusar opened this issue Dec 20, 2022 · 0 comments
Open

SPM command plugin the library '...' requires macos 10.13 #1120

andriyslyusar opened this issue Dec 20, 2022 · 0 comments

Comments

@andriyslyusar
Copy link

I am new to Sources and setting up using SPM command plugin.

  • In the Package.swift file .package(url: "https://github.com/krzysztofzablocki/Sourcery.git", revision: "3a9e5f1014ac09b30727c01d2a0e1531dac30948") (use commit of 1.9.2 release, due to SPM usage of 1.9.0 #1102 issue.)

  • $ swift package plugin --list output ‘sourcery-command’ (plugin ‘SourceryCommandPlugin’ in package ‘Sourcery’)

  • Running swift package --allow-writing-to-package-directory sourcery-command failed with error
    error: the library 'ArticleCardFeature' requires macos 10.13, but depends on the product 'ComposableArchitecture' which requires macos 10.15; consider changing the library 'ArticleCardFeature' to require macos 10.15 or later, or the product 'ComposableArchitecture' to require macos 10.13 or earlier. and the same error for every feature module.

Do I miss something in configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant