Skip to content

deprecated typealias does not show up as deprecated #1586

Description

@ktoso

Description

Note the ConcurrentValue missing the red Deprecated marker even though it is deprecated. The marker properly shows up in the description page, but not on the left hand side listing

// Historical names
@available(*, deprecated, renamed: "Sendable")
@available(swift, obsoleted: 6.0, renamed: "Sendable")
public typealias ConcurrentValue = Sendable

@available(*, deprecated, renamed: "Sendable")
@available(swift, obsoleted: 6.0, renamed: "Sendable")
public typealias UnsafeConcurrentValue = UnsafeSendable
Image Image

Checklist

  • If possible, I've reproduced the issue using the main branch of this package.
  • This issue hasn't been addressed in an existing GitHub issue.

Expected Behavior

It should show up as deprecated in the left hand side listing

Actual behavior

It does not show up as deprecated

Steps To Reproduce

No response

Swift-DocC Version Information

No response

Swift Compiler Version Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working correctly

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions