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
Under certain unknown circumstances, using Swift Atomics as a dependency triggers a compiler assertion due to the way it imports _AtomicsShims in 5.9.
error: fatal error encountered while reading from module '[...]'; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
<binary format>
^
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
[...]
6. *** DESERIALIZATION FAILURE ***
[...]
module '_AtomicsShims' was not loaded
The text was updated successfully, but these errors were encountered:
Under certain unknown circumstances, using Swift Atomics as a dependency triggers a compiler assertion due to the way it imports _AtomicsShims in 5.9.
The text was updated successfully, but these errors were encountered: