<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Steve,<div class=""><br class=""></div><div class="">Any progress on this bug?</div><div class=""><br class=""></div><div class="">It is very easy to replicate and needs to be addressed urgently.</div><div class=""><br class=""></div><div class="">I would suggest removing the swiftlang package from Debian testing and returning it to unstable until this bug is fixed.</div><div class=""><br class=""></div><div class="">The package really shouldn't be out of experimental yet, as it does not work even in the simplest operation.</div><div class=""><br class=""></div><div class="">As I have reported here - <a href="https://github.com/apple/swift/issues/60690" class="">https://github.com/apple/swift/issues/60690</a> - even the basic swiftc complier is not working.</div><div class=""><br class=""></div><div class="">Neil</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 2, 2023, at 5:52, Steve M <<a href="mailto:swm@swm1.com" class="">swm@swm1.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Neil,<br class=""><br class="">Thank you for taking to time to test my packaging efforts and submit a bug<br class="">report. I just did a quick test and was unable to reproduce your bug on Debian<br class="">testing. This weekend when I have a little more time I'll try setting up a clean<br class="">Debian unstable environment and try again.<br class=""><br class="">$ mkdir hello && cd hello && swift package init --type executable<br class="">Creating executable package: hello<br class="">Creating Package.swift<br class="">Creating README.md<br class="">Creating .gitignore<br class="">Creating Sources/<br class="">Creating Sources/hello/main.swift<br class="">Creating Tests/<br class="">Creating Tests/helloTests/<br class="">Creating Tests/helloTests/helloTests.swift<br class="">$ swift build<br class="">Building for debugging...<br class="">[6/6] Linking hello<br class="">Build complete! (1.16s)<br class="">$ .build/x86_64-pc-linux-gnu/debug/hello<br class="">Hello, world!<br class="">$ <br class=""><br class=""><br class="">-Steve<br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>