def eprint()

in core/swift54Action/swiftbuild.py [0:0]


def eprint(*args, **kwargs):
    print(*args, file=sys.stderr, **kwargs)