Closed QuietMisdreavus closed 2 months ago
@swift-ci Please test
Confirmed it. SE409 stated that only main and release/5.9 needed this flag, but it is actually also needed for 5.10 compiler.
Tested with Xcode 15.3 + Swift 5.10
@swift-ci Please test
Bug/issue #, if applicable: fixes rdar://134894555, fixes #195
Summary
The CAtomic target defined in this package is causing issues when verifying module interfaces of projects that depend on Swift-Markdown. This PR marks the import of CAtomic in Swift-Markdown as
internal
or@_implementationOnly
, depending on the compiler in use, to sidestep the issue.Dependencies
None
Testing
Ensure that no behavior has changed.
Checklist
Make sure you check off the following items. If they cannot be completed, provide a reason.
./bin/test
script and it succeeded