I am getting Unknown attribute 'retroactive' errors in my Swift app because a package I am using has a dependency on this repository:
dependencies: [
.package(
url: "https://github.com/valpackett/SwiftCBOR.git",
.exact("0.4.7")
)
]
I believe this is because I am using Swift 5, but I am not yet ready to move to Swift 6. I see the reference is for version 0.4.7 but could not find any releases. Is there release I can use which supports Swift 5?