Closed
Description
Linker error occurrs on Ubuntu 20.04, Swift 5.3 in resolving packages.
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_load'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_load'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_compare_exchange'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_load'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_load'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_is_lock_free'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_is_lock_free'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_is_lock_free'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_compare_exchange'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_compare_exchange'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_compare_exchange'
.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/_AtomicsShims.h:325: error: undefined reference to '__atomic_is_lock_free'
../.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:0: error: undefined reference to '__atomic_store'
../.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:0: error: undefined reference to '__atomic_exchange'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: link command failed with exit code 1 (use -v to see invocation)