You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foundation is currently failing to build on Ubuntu:
/home/build-user/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFPlatform.c:2214:10: error: call to undeclared function 'posix_spawn_file_actions_addchdir_np'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
return posix_spawn_file_actions_addchdir_np((posix_spawn_file_actions_t *)file_actions, path);
^
1 error generated.