CMake swift internal libraries usage

Hey all, I was wondering if there was a way for me to use the swift compiler libraries (Swift.org - Swift Compiler) into my C++ project,

I tried adding the swift repository into my project and including some of their modules into my project without success.

my goal is to be able to use some of their libraries such as lib/Parse and others