You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'clang_rt.builtins_i386_osx' from project 'CompilerRT') #70584
I am using utils/build-script --swift-darwin-supported-archs "$(uname -m)" --debug --swift-disable-dead-stripping --clean --xcode to create the Xcode project and building the LLVM.xcodeproj, but it give me this error
Reproduction
Expected behavior
Build success
Environment
swift-driver version: 1.87.1 Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
Target: arm64-apple-macosx14.0