Skip to content

Remove package.resolved which prevents consumers from using newer versions of libraries like swift log #274

Description

@edorphy

Is your feature request related to a problem? Please describe.
I want to be able to control which version of dependencies my projects use. You're currently defining a from range on dependencies, but then also include package.resolved, which prevents consumers from controlling their dependency graph.

Describe the solution you'd like
Remove the package.resolved from this library.

Describe alternatives you've considered
The alternatives include forking the library, and controlling my own destiny or living with the dependency versions you have chosen, which are suboptimal and far out of date.

Additional context
SwiftLog is on 1.15.0 https://github.com/apple/swift-log/releases. Other dependencies also have minor or patch updates available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions