I am porting some code with heavy use of stdlib and CF.
Linking against CF produces the error: CoreFoundation is not available when building for DriverKit
.
I get errors like error: no member named 'clock_t' in the global namespace
.
What is the correct approach here?
Could I statically link stdlib?
Should I move my processing code to a separate process?
Related: