Skip to content

6.0.0

Compare
Choose a tag to compare
@johnfairh johnfairh released this 19 Sep 11:13
· 5 commits to main since this release
517f176

Swift 6 and concurrency support -- now requires Swift 6.

  • More concurrency-correct API changes
  • Split "call-with-Swift-block" methods into two versions: one taking
    a non-escaping non-sendable closure for immediate evaluation, and
    the other taking a sendable, escaping closure for future use
  • Updated documentation for Linux workarounds