apple/swift-collections

Update `OrderedCollection` package to use iOS 11

cbrzn opened this issue · 1 comments

cbrzn commented

OrderedCollections packages does not work with Xcode 14 because it points to iOS 8 for minimum target; this is not supported anymore according (Check release note, the deprecations section)

Information

  • Package version: "1.0.0" (But the latest version 1.0.4 also uses iOS 8 as target)
  • Platform version: Ventura 13.5
  • Swift version:
swift-driver version: 1.62.15 Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
Target: x86_64-apple-macosx13.0

Checklist

  • If possible, I've reproduced the issue using the main branch of this package.
  • I've searched for existing GitHub issues.

Steps to Reproduce

So actually I found this issue because I am using AsyncObjects, which has OrderedCollections as dependency.

If you update xcode to latest (14.3) and try to run pod lib lint it will throw the error mentioned in this post

Expected behavior

pod lib lint should be green

Actual behavior

pod lib lint with the error mentioned in this forum post

Also, I would like to say that I tried to fork this and update it by myself so I can make your life easier but I couldn't find the .podspec in the OrderedCollections folder. I am kinda new to swift, so I am not sure how should I proceed, maybe this Pod is completely deprecated and this issue doesn't make sense, if that's the situation, it would make me very very sad; but it's understandable.

cbrzn commented

please disregard, I just found that the .podspec is here https://github.com/SwiftyLab/swift-collections/blob/main/utils/spec.rb and is not maintained by you. Sorry for opening the issue without further research