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

package fails to be importable as a dependency of another package #5

Open
DanBurkhardt opened this issue Feb 6, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@DanBurkhardt
Copy link
Contributor

adding as a dependency to another package fails when using the latest package tools versions due to:

  • the package name, product name, and repository name not all matching
  • dropped support for explicit strings in .package() syntax

random-swift-failing-as-package-dep

Solution:

  • push a breaking change with all naming aligned
  • don't use hyphens in framework names ever again
@DanBurkhardt DanBurkhardt added the bug Something isn't working label Feb 6, 2023
@DanBurkhardt DanBurkhardt self-assigned this Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant