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
This introduces unsafeFlags into the package manifest. Unfortunately, SwiftPM disallows using packages that contain unsafe build flags as normal (tagged) dependencies in application targets. As a result, projects that depend on swift-markdown via SwiftPM are now unable to resolve the package, failing with the error:
the target 'Markdown' in product 'Markdown' contains unsafe build flags
This is particularly problematic for iOS/macOS projects and CI environments (e.g. Bitrise, Xcode Cloud), which previously built successfully with versions ≤ 0.6.x.
Could you please clarify whether this was intentional, and if there is a recommended workaround for SwiftPM clients?
Thanks!
nekrich, kapitoshka438, disavle, technicat and ainame