When you encounter warnings related to com.adobe.granite.clientlibs.compiler.impl.ClientLibCompiler and missing embeds during AEM builds, it generally points to issues in your client libraries (clientlibs) configuration. These warnings can occur due to misconfigurations, missing dependencies, or problems in the client library setup.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root
xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[my-project.components]"
dependencies="[my-project.dependencies]"
embed="[my-project.embeds]"
allowProxy="{Boolean}true"/>
check embed clientlibs, if those exits or valid clientlibs?