| | | |------------------|-----------------| |Previous ID | SR-10904 | |Radar | None | |Original Reporter | @spevans | |Type | Bug | <details> <summary>Additional Detail from JIRA</summary> | | | |------------------|-----------------| |Votes | 0 | |Component/s | Foundation | |Labels | Bug, Linux | |Assignee | None | |Priority | Medium | md5: 0df819b3842f101923c78bdfa4d29780 </details> **Issue Description:** According to <https://developer.apple.com/documentation/foundation/unit/1690760-init> ``` java Unit.init(symbol:) ``` should not have a `required` modifier as it does here: <https://github.com/apple/swift-corelibs-foundation/blob/e1071a9d90686b74faeabb9b6611cbdc1945d388/Foundation/Unit.swift#L155> However removing the modifier leads to other issues: This line <https://github.com/apple/swift-corelibs-foundation/blob/e1071a9d90686b74faeabb9b6611cbdc1945d388/Foundation/Measurement.swift#L324>