1.4.0-beta.3
What's Changed
Important
In order to opt into this beta version, you need to explicitly specify it in your SPM manifest as follows:
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.4.0-beta.3"),
- Changed: bump to Swift 6.0 by @davdroman in #466
- Fixed: thread hop to ensure 2026 platform compatibility by @davdroman in #468
- Fixed: generic view introspection tests — and documented behavior by @davdroman in #470
- Infra: disable CD and add manual CocoaPods release script by @davdroman in #464
- Infra: adopt Swift Testing by @davdroman in #472
- Infra: enable upcoming Swift 7 features by @davdroman in #467
- Infra: update CI actions by @zunda-pixel in #453
New Contributors
- @zunda-pixel made their first contribution in #453
Full Changelog: 1.4.0-beta.2...1.4.0-beta.3