0.1.x not compatible with Xcode 15.0
pchmelar opened this issue · 3 comments
pchmelar commented
- 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
? 🙏
Matejkob commented
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
pchmelar commented
Works as expected now 🤗 Thanks!
Matejkob commented
Thanks again!