SWG Meeting Notes : April 9th, 2025

Attendance

Action items from last meeting:

  • @tiborbodecs working on updates to deployment guides. Some guides are
    complete, others are still to be done (Package w/ Docker, static linking,
    deploying to AWS services).
  • @0xTim suggested that deployment guide updates should be coordinated with the revamp of the larger Swift.org site

New action items

  • [A] Tim will talk to Swift.org maintainers about coordination

Topics

  • @finestructure: Swift Package Index hangs on launch with Vapor 6.1 release
    (both on macOS & Linux)
2 Likes

@finestructure Just on the off chance that you're using SwiftNIO < 2.80.0, you might be hitting a pretty gnarly compiler bug which unfortunately shipped with Swift 6.1. The good news is that SwiftNIO 2.80.0 contains a workaround for that compiler bug: undo Xcode 13 GM workaround which leads to miscompiles in Xcode 16.4 by weissi · Pull Request #3092 · apple/swift-nio · GitHub . So all you'd need to do is swift-nio from: "2.80.0". Of course, this is a bit of a stab in the dark and you might be hitting some other issue.

We're a bit behind with our meeting notes but that was indeed the problem :)

2 Likes