I am attempting to follow the Getting Started instructions at swift/docs/HowToGuides/GettingStarted.md at main · swiftlang/swift · GitHub.
When I run utils/update-checkout --clone-with-ssh
I get the error listed below attempting to checkout out the icu
project.
Is this a known error?
Is there a workaround?
Thanks in advance for any assistance.
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "/Users/myhome/Developer/swift-project/swift/utils/update_checkout/update_checkout/update_checkout.py", line 393, in obtain_additional_swift_sources
shell.run(['git', '--git-dir',
File "/Users/myhome/Developer/swift-project/swift/utils/swift_build_support/swift_build_support/shell.py", line 257, in run
raise eout
Exception: ['git', '--git-dir', '/Users/myhome/Developer/swift-project/icu/.git', '--work-tree', '/Users/myhome/Developer/swift-project/icu', 'checkout', 'maint/maint-69']
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/myhome/Developer/swift-project/swift/utils/update-checkout", line 15, in <module>
update_checkout.main()
File "/Users/myhome/Developer/swift-project/swift/utils/update_checkout/update_checkout/update_checkout.py", line 721, in main
clone_results = obtain_all_additional_swift_sources(args, config,
File "/Users/myhome/Developer/swift-project/swift/utils/update_checkout/update_checkout/update_checkout.py", line 461, in obtain_all_additional_swift_sources
return run_parallel(
File "/Users/myhome/Developer/swift-project/swift/utils/update_checkout/update_checkout/update_checkout.py", line 49, in run_parallel
results = pool.map_async(func=fn, iterable=pool_args).get(999999)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
Exception: ['git', '--git-dir', '/Users/myhome/Developer/swift-project/icu/.git', '--work-tree', '/Users/myhome/Developer/swift-project/icu', 'checkout', 'maint/maint-69']