You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS 10.15 Beta (19A526h)
Xcode Version 11.0 beta 5 (11M382q)
Apple Swift version 5.1 (swiftlang-1100.0.266.1 clang-1100.0.32.1)
Target: x86_64-apple-darwin19.0.0
Environment
macOS 10.15 Beta (19A526h)
Xcode Version 11.0 beta 5 (11M382q)
Apple Swift version 5.1 (swiftlang-1100.0.266.1 clang-1100.0.32.1)
Target: x86_64-apple-darwin19.0.0
Additional Detail from JIRA
md5: 6e58c672fba31e03c7bb421156e96fdf
is duplicated by:
Issue Description:
Given that:
Some property wrapper PW is in global scope
Some protocol P defines in its scope (neither
private
norfileprivate
) a typealias A of PWSome type T implements P
Then:
SSCCE
The text was updated successfully, but these errors were encountered: