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
Checklist
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
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
Checklist
mainbranch of this package.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