Skip to content

Swift 5 to Swift 6 Unknown attribute 'retroactive' is there a release for Swift 5 #114

@ljunquera

Description

@ljunquera

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions