Sources/SwiftBuildSupport/README.md
There is experimental support for using Swift Build as the build system for SwiftPM. You can try the build system with the --build-system option like this:
swift build --build-system=swiftbuild
What works so far:
Work is continuing in these areas:
When raising an issue with problems regarding the Swift Build System, please indicate that you are using this build system instead of the built-in native (or xcode) build systems. Including a minimal package that exhibits the bad behaviour will help with problem diagnosis and fixing.