Matejkob/swift-spyable

0.1.x not compatible with Xcode 15.0

pchmelar opened this issue · 3 comments

  • Using .package(url: "https://github.com/Matejkob/swift-spyable", from: "0.1.0") under Xcode 15.0 doesn't work (see attached screenshot).
  • Latest commit does work as expected - .package(url: "https://github.com/Matejkob/swift-spyable", .revision("8f78f36989bde9f06cc5a5254a6748c23c16b045"))
  • @Matejkob could you please prepare a new release, so we can use standard versioning in Package.swift? 🙏
Screenshot_2023-10-02_at_23 14 53

Thank you so much for pointing it out! 🙏

The new release should be already available: https://github.com/Matejkob/swift-spyable/releases/tag/0.1.2

Works as expected now 🤗 Thanks!

Thanks again!