The @aws-cdk/assertions library uses a build process to "vendor in" a few dependencies (@aws-cdk/cfnspec and @aws-cdk/assert, I believe). This makes it incompatible with the V2 build of experimental modules added in #15442. We need to fix that process.
This will also unblock including its dependents, like @aws-cdk/aws-synthetics (excluded here).