Additional Detail from JIRA
| | |
|------------------|-----------------|
|Votes | 0 |
|Component/s | Foundation |
|Labels | Bug |
|Assignee | None |
|Priority | Medium |
md5: 21211bdfcd6a29c77cb6674e386ad7b9
Issue Description:
While building CoreFoundation without Swift, variables `_CFAllocatorHintZeroWhenAllocating` `_CFThreadRef` `_CFThreadSpecificKey` are defined in ForSwiftFoundationOnly.h, but used in CFRuntime.c outside `DEPLOYMENT_RUNTIME_SWIFT`.
Please check and pull they out to ForFoundationOnly.h or make them inside DEPLOYMENT_RUNTIME_SWIFT macro.
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Foundation | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 21211bdfcd6a29c77cb6674e386ad7b9Issue Description:
While building CoreFoundation without Swift, variables `_CFAllocatorHintZeroWhenAllocating` `_CFThreadRef` `_CFThreadSpecificKey` are defined in ForSwiftFoundationOnly.h, but used in CFRuntime.c outside `DEPLOYMENT_RUNTIME_SWIFT`.
Please check and pull they out to ForFoundationOnly.h or make them inside DEPLOYMENT_RUNTIME_SWIFT macro.