Hi, I'm using gentoo linux, and I can't found any swift package. So, I have to compile it.
after clone, I'm running following code to compile
utils/update-checkout --clone
./swift/utils/build-toolchain gentoo
get error
-- Building Swift auxiliary executables for SDKs: LINUX
--
-- Building Swift Remote Mirror for SDKs: LINUX
--
CMake Error at cmake/modules/SwiftUtils.cmake:116 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
stdlib/cmake/modules/SwiftSource.cmake:891 (get_bootstrapping_swift_lib_dir)
stdlib/cmake/modules/SwiftSource.cmake:141 (_compile_swift_files)
stdlib/cmake/modules/AddSwiftStdlib.cmake:1023 (handle_swift_sources)
stdlib/cmake/modules/AddSwiftStdlib.cmake:2478 (add_swift_target_library_single)
stdlib/public/Cxx/CMakeLists.txt:9 (add_swift_target_library)