Fix @preconcurrency import Android in CocoaError+FilePath.swift#1281
Fix @preconcurrency import Android in CocoaError+FilePath.swift#1281finagolfin merged 1 commit intoswiftlang:mainfrom
Conversation
|
Makes sense, as I've noted weird import issues with these platform overlays before and turning on the MemberImportVisibility feature has required changing the imports like this before, as that feature closes up a well-known Swift import leak. |
|
Do you think we should just change the remaining 14 instances of |
|
Ideally, we'd audit all 14 and see what file invokes which APIs and check if they're currently correct, but I'm not too happy with the The current overlays are just what we could get to work, given the opacity of what's included and the various import leaks. It will all need to be properly organized and separated out in time. Given all that, I don't have a good answer: leave it alone and we'll figure it out later? |
|
@swift-ci test |
|
Thanks for taking care of this @marcprux @finagolfin |
This fixes the Android build error that I noted at #1280 (comment):