Remove Foundation#212
Remove Foundation#212fpseverino merged 4 commits intovapor:consolekit-5from fpseverino:remove-foundation
Conversation
|
I wonder if we really are no longer depending on the full Foundation, considering we don't have these flags enabled to make sure we don't have any "implicit" unintended imports: perhaps this should be for another PR? The flags might require a decent amount of explicit imports to be added. |
I added the flags, the only change needed was to make the import of Logging (which itself does not use Foundation) and the C libraries public. The C struct |
|
I'd wait for Tim/Gwynne review as well. |
Whoops. 😅 |
|
Ah 😅 should be fine |
Remove Foundation and use C libraries instead