-
Notifications
You must be signed in to change notification settings - Fork 52
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
Split parts with FoundationNetworking dependency into its own library #77
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth looking into the FoundationEssentials
option
49daa0a
to
9784900
Compare
FoundationEssentials is a concept in SwiftFoundation, not the compiler built-in Foundation. Not sure if it requires bringing in another package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much!
I can't merge this PR due to several checks failing, but I think these are expected to fail |
Yeah, they're expected to fail. Can you update the readme to clarify that we want users to depend on a range? You want to say something like this:
To do so, please use the following dependency in your Package.swift:
|
Resolves #76