Got link error when building swift package in xcode

I try to open GitHub - ShaftUI/CounterTemplate in Xcode, and I got errors about undefined symbol like `SkSurfaces::WrapBackendTexture(GrRecordingContext*, GrBackendTexture const&, GrSurfaceOrigin, int, SkColorType, sk_sp, SkSurfaceProps const*, void ()(void), void*)`.

I think this is from Skia which needs cxx interop. Is it a question for swift package in xcode?