Skip to content

Foundation: fix a couple of compile errors #1916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

compnerd
Copy link
Member

FoundationErrors does not depend on NSSwiftRuntime and thus does not
transitively get the WinSDK import when not building in whole program
mode. Add an import to get a definition of DWORD.

Remoe the private(set) from the computed processIdentifier property
which is already readonly due to the definition of the computed
property.

FoundationErrors does not depend on NSSwiftRuntime and thus does not
transitively get the WinSDK import when not building in whole program
mode.  Add an import to get a definition of `DWORD`.

Remoe the `private(set)` from the computed `processIdentifier` property
which is already readonly due to the definition of the computed
property.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @parkera @phausler @millenomi

@millenomi
Copy link
Contributor

@swift-ci please test and merge

@swift-ci swift-ci merged commit 4be63ae into swiftlang:master Feb 15, 2019
@compnerd compnerd deleted the clean-build branch February 19, 2019 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants