github siteline/swiftui-introspect 27.0.0-rc.1
27.0.0 RC 1

latest releases: 27.0.0, 26.1.0, 1.4.0...
4 hours ago

What's Changed

Important

To opt into this release candidate, explicitly specify it in your SPM manifest:

.package(url: "https://github.com/siteline/swiftui-introspect", from: "27.0.0-rc")
  • Fixed: Mark menu picker, slider, default toggle, and checkbox toggle introspection unavailable on macOS 27 because their expected AppKit controls are absent. 79d97db

Remove .v27 from the macOS version lists for these four introspection targets, retaining supported earlier versions. For example:

Slider(value: $value)
    .introspect(.slider, on: .macOS(.v12, .v13, .v14, .v15, .v26)) { slider in
        // Customize the NSSlider.
    }

The SwiftUI controls remain usable on macOS 27; only their AppKit introspection is unavailable. Other platforms, segmented pickers, and switch-style toggles are unchanged.

Full Changelog: 27.0.0-beta.3...27.0.0-rc.1

Don't miss a new swiftui-introspect release

NewReleases is sending notifications on new releases.