I have Swift 6, SWIFT_APPROACHABLE_CONCURRENCY and default main actor enabled in my framework target. I know it has a default behavior that when I make my object conform to a protocol, it silently adds @MainActor to the protocol, automatically removing the compilation warning. But I found that this feature doesn't work in Framework Target. Do I need to change any configurations? Or is it a bug?
