Skip to content

0.2.0 beta 4

Pre-release
Pre-release

Choose a tag to compare

@datguyandy datguyandy released this 26 May 10:18
· 33 commits to main since this release

What changed

  • Lowered declared platform requirements to iOS 16 and macOS 13, which is the lowest floor that works without changing TwitchKit code that uses Swift Duration and Task.sleep(for:).
  • Fixed the Swift Package Index-style iOS build by renaming the smoke-test executable source from main.swift to SmokeTestMain.swift, avoiding Xcode package-build confusion around @main.
  • Updated README installation guidance and CHANGELOG for the new prerelease.

Validation

  • swift test: 93 tests passed.
  • Generic iOS Xcode package build passed.
  • DocC documentation generation passed.
  • swift package dump-package emitted valid JSON.