https://bugzilla.redhat.com/show_bug.cgi?id=1536780 --- Comment #7 from Ron Olson <tachoknight@xxxxxxxxx> --- There's an issue with excluding LLDB from being installed as part of the Swift package, the one that is already available in Fedora does not know about Swift (of course), but that makes the Swift REPL unavailable: [root@2b87d31bfd74 home]# swift --version Swift version 4.1-dev Target: x86_64-unknown-linux-gnu [root@2b87d31bfd74 home]# lldb --version lldb version 5.0.1 [root@2b87d31bfd74 home]# rpm -qf /usr/bin/lldb lldb-5.0.1-1.fc28.x86_64 [root@2b87d31bfd74 home]# rpm -qf /usr/bin/swift swift-lang-4.1-0.20180117git1381d08.fc28.x86_64 [root@2b87d31bfd74 home]# swift error: LLDB isn't configured with REPL support for any languages. [root@2b87d31bfd74 home]# Not sure how to resolve this in a polite way for the user (e.g. we don't want to overwrite their existing version). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx