pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
539 stars 46 forks source link

Please create tag / release that includes relaxed requirements for lower oses #38

Closed larryonoff closed 2 years ago

stephencelis commented 2 years ago

@larryonoff Can you explain more? The latest tag targets main.

larryonoff commented 2 years ago

@stephencelis the latest tag doesn't contain commit that relaxes platforms requirements.

Our app supports iOS 12, so these changes are needed. We tried main branch or revision, but Xcode reports the error.

Dependencies could not be resolved because root depends on 'onelight-ios-sdk' 6.53.0..<7.0.0.
'onelight-ios-sdk' >= 6.53.0 cannot be used because package 'onelight-ios-sdk' is required using a stable-version but 'onelight-ios-sdk' depends on an unstable-version package 'swift-identified-collections' and no versions of 'onelight-ios-sdk' match the requirement 6.53.1..<7.0.0.
stephencelis commented 2 years ago

Done: https://github.com/pointfreeco/swift-identified-collections/releases/tag/0.4.0

larryonoff commented 2 years ago

@stephencelis WOW. thanks! It was quick

stephencelis commented 2 years ago

@larryonoff I was very confused, ha, I checked the compare view this morning but I guess I had it configured wrong 😅