[swift-dev] Inability to leverage privacy in the stdlib

2016-10-23 Thread Alexis Beingessner via swift-dev
Dave pointed out to me this week that the build crashes if the stdlib tries to use private/fileprivate. I tried it myself and lo and behold the linker can't find the private symbols. He couldn't recall what about the build caused that, though. Can anyone recall why this is? How hard is it to fi

Re: [swift-dev] Inability to leverage privacy in the stdlib

2016-10-23 Thread Michael Gottesman via swift-dev
> On Oct 23, 2016, at 3:30 PM, Alexis Beingessner via swift-dev > wrote: > > Dave pointed out to me this week that the build crashes if the stdlib tries > to use private/fileprivate. I tried it myself and lo and behold the linker > can't find the private symbols. He couldn't recall what about