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
I ran into an issue when building the SwiftCrossUI template for Swift-Bundler on the Fedora distro of Linux. When I ran the command
swift-bundler run
it works up until doing a debug build for swift-macro-toolkit.
It reads the following error:
warning: 'swift-macro-toolkit': 'swift-macro-toolkit' dependency on 'https://github.com/swiftlang/swift-syntax.git'
conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this
will be escalated to an error in future versions of SwiftPM.
warning: circular dependency detected while parsing gtk+-3.0: harfbuzz -> freetype2 -> harfbuzz
It seems to be an issue with gtk3.
The text was updated successfully, but these errors were encountered:
Oh weird, does the compiler print out any errors? Cause the first warning is fine to ignore for now, and the second doesn't really say much either (could be safe to ignore).
If the error is related to the second warning then it sounds like a Fedora-specific issue with your system's Gtk3 pkg-config files.
I ran into an issue when building the SwiftCrossUI template for Swift-Bundler on the Fedora distro of Linux. When I ran the command
swift-bundler run
it works up until doing a debug build for swift-macro-toolkit.
It reads the following error:
It seems to be an issue with gtk3.
The text was updated successfully, but these errors were encountered: