Skip to content

Swift 5.10 Release

Latest
Compare
Choose a tag to compare
@shahmishal shahmishal released this 06 Mar 15:51
· 27 commits to main since this release
9566a13

What's Changed

  • Fix build break due to calling convention mismatch on Windows by @tristanlabelle in #784
  • build: slightly improve the build for libdispatch by @compnerd in #785
  • Mark DispatchTimeInterval as Sendable by @MaxDesiatov in #788
  • build: add a link against AdvAPI32 on Windows by @compnerd in #790
  • shims: fix a subtle bug in semaphore initialisation on Windows by @compnerd in #791
  • dispatch: install the correct modulemap when building static by @compnerd in #793
  • Prevent infinite attempts to write to Win32 pipes by @tristanlabelle in #796

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE