<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I had a question about something I saw in the docs:<div class=""><br class=""></div><div class=""><blockquote type="cite" class="">A significant portion of the implementation of Foundation on Apple platforms is provided by&nbsp;another framework called CoreFoundation (a.k.a. CF). CF is written primarily in C and is very&nbsp;portable. <b class="">Therefore we have chosen to use it for the internal implementation of Swift&nbsp;Foundation where possible.</b> As CF is present on all platforms, we can use it to provide a&nbsp;common implementation everywhere.</blockquote><div class=""><br class=""></div>(emphasis added)<br class=""><br class=""></div><div class="">Is the intent of this paragraph to suggest that most PRs to swift-corelibs-foundation should be a C-language implementation to CF with a light Swift wrapper? &nbsp;That goes against my intuition, but it "seems to be" a plain reading of the paragraph.</div><div class=""><br class=""></div><div class="">its justification about "all platforms" is also strange–I know CF "kind of" builds for Windows, but is anyone actually testing it there? &nbsp;To make sure we aren't breaking it? &nbsp;Or does "all platforms" mean something else here?</div><div class=""><br class=""></div><div class="">I feel like this paragraph is an opportunity to explain to a patch author how to structure their patch between use/maintenance/contributions to the CF layer vs the Swift layer. &nbsp;I feel like it could do a much better job, but I don't understand what the design guidance actually is, so I can't fix it.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>