The keyword is "_Cilk_spawn", with a capital "C". The C/C++ convention is for non-standard extensions to have a leading underscore and start with a capital letter.
You can also include cilk.h which defines macros to allow you to use "cilk_spawn", "cilk_sync" and "cilk_for".