Skip to content
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

Use #if canImport implemented in Swift 4.1 (SE-0075) #636

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Conversation

ikesyo
Copy link
Member

@ikesyo ikesyo commented Feb 19, 2019

https://github.com/apple/swift-evolution/blob/master/proposals/0075-import-test.md

There should be no behavioral change, just replacing #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) with #if canImport(Darwin).

See also Quick/Quick#832.

@ikesyo ikesyo merged commit d7a8451 into master Feb 25, 2019
@ikesyo ikesyo deleted the use-canimport branch February 25, 2019 14:18
Megal pushed a commit to Megal/Nimble that referenced this pull request Jul 31, 2019
Use `#if canImport` implemented in Swift 4.1 (SE-0075)
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.

2 participants