Improved
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 https://github.com/siteline/swiftui-introspect/pull/466
- Fixed: thread hop to ensure 2026 platform compatibility by @davdroman in https://github.com/siteline/swiftui-introspect/pull/468
- Fixed: generic view introspection tests — and documented behavior by @davdroman in https://github.com/siteline/swiftui-introspect/pull/470
- Infra: disable CD and add manual CocoaPods release script by @davdroman in https://github.com/siteline/swiftui-introspect/pull/464
- Infra: adopt Swift Testing by @davdroman in https://github.com/siteline/swiftui-introspect/pull/472
- Infra: enable upcoming Swift 7 features by @davdroman in https://github.com/siteline/swiftui-introspect/pull/467
- Infra: update CI actions by @zunda-pixel in https://github.com/siteline/swiftui-introspect/pull/453
New Contributors
- @zunda-pixel made their first contribution in https://github.com/siteline/swiftui-introspect/pull/453
Full Changelog: https://github.com/siteline/swiftui-introspect/compare/1.4.0-beta.2...1.4.0-beta.3