Hi folks, I've been using ./utils/build-toolchain local.swift
to build a local toolchain, but subsequent builds are quite long, perhaps not leveraging the same incremental build benefits as other methods of building Swift artifacts, like build-script
directly.
For example, running the same build command twice (./utils/build-toolchain local.swift
), I'd expect the second run to be pretty fast since there have been no changes, when in reality it takes closer to 30 minutes on my 2.9 GHz Intel Core i9 2018 MBP.
Is there a flag I'm missing to opt in to incremental toolchain builds?