Avatar
Hi all, I'm having problems building the compiler from the master branch. I started running ./swift/utils/update-checkout --clone-with-ssh, which worked fine. Then tried building using ./utils/build-script --xcode --release-debuginfo --force-optimized-typechecker --swift-...
10:09 AM
↑この問題でmasterがビルドできないが、
10:10 AM
最寄りのstable snapshotの5.1.2は、
10:10 AM
update-checkoutはllvm monorepo transition適用済みなのに対して、
10:10 AM
build-scriptは適用前になっていて
10:10 AM
--cloneを付けてもswift-source/llvmが落ちてこないが、ビルドではそれを探すので死んでる
10:11 AM
今5.1.1を試しているところ。