I added the swift-utils as submodule to a test project. When I simply try to compile it without writing any additional code I get a bunch of errors in ./swift-utils/Sources/Utils/misc/layout/alignment/Align.swift.
All the CG datatypes are undeclared.
I assume there is an import of Foundation missing.