swiftlang/swift-syntax

Missing required module '_AtomicBool'

Closed this issue · 2 comments

Description

No response

Steps to Reproduce

Version used: main
Code: import SwiftSyntax

Screenshot 2024-04-20 at 11 28 29 AM

Tracked in Apple’s issue tracker as rdar://126796103

I think it might be a missing dependency declaration on your side because I have never seen this issue before. Could you double-check that you declared a dependency from the target that you’re seeing this issue in to SwiftSyntax (or any other target in the swift-syntax package) as follows

.product(name: "<…>", package: "swift-syntax")

If that’s not the problem, could you share the project that you’re seeing the issue in. If that’s not possible and it’s a SwiftPM project, could you share Package.swift and the name of the target that you are seeing this issue in?