| | | |------------------|-----------------| |Previous ID | SR-5111 | |Radar | rdar://problem/32592973 | |Original Reporter | @keith | |Type | Bug | |Status | Resolved | |Resolution | Done | Attachment: [Download](https://user-images.githubusercontent.com/2727770/164962164-6fdeb178-a360-40ce-b17f-7cc779685727.gz) <details> <summary>Additional Detail from JIRA</summary> | | | |------------------|-----------------| |Votes | 1 | |Component/s | | |Labels | Bug | |Assignee | @keith | |Priority | Medium | md5: b1ebe90f888c6525281067b70798a381 </details> **Issue Description:** When using a private constant as a default argument of an internal function in a framework, you currently get this error in Xcode 9 beta 1: ``` none Swift4PrivateDefaultArgument/Swift4PrivateDefaultArgument/File.swift:5:21: Let 'Baz' is private and cannot be referenced from a default argument value ```