Skip to content

Bump github.com/siteline/swiftui-introspect from 1.3.0 to 26.0.2 - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/main/github.com/siteline/swiftui-introspect-26.0.2
Open

Bump github.com/siteline/swiftui-introspect from 1.3.0 to 26.0.2#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/main/github.com/siteline/swiftui-introspect-26.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/siteline/swiftui-introspect from 1.3.0 to 26.0.2.

Release notes

Sourced from github.com/siteline/swiftui-introspect's releases.

26.0.2

What's Changed

Full Changelog: siteline/swiftui-introspect@26.0.1...26.0.2

26.0.1

What's Changed

Full Changelog: siteline/swiftui-introspect@26.0.0...26.0.1

26.0.0

Keeping Up With Cupertino

SwiftUI Introspect is now adopting a yearly versioning scheme that aligns with Apple’s OS releases (iOS, iPadOS, macOS, tvOS, visionOS). Starting with v26.0.0, the major version number will match the corresponding OS release. This makes it immediately clear which OS versions are supported without needing to consult the changelog.

.package(url: "https://github.com/siteline/swiftui-introspect", from: "26.0.0"),

For library authors

If your library depends on SwiftUI Introspect, declare a version range that spans at least the last two major versions instead of jumping straight to the latest. This avoids conflicts when apps pull the library directly or through multiple dependencies. For example:

.package(url: "https://github.com/siteline/swiftui-introspect", "1.3.0"..<"27.0.0"),

A wider range is safe because SwiftUI Introspect, as a project, is essentially completed: no new features will be added, only newer platform versions and view types. Thanks to @_spi(Advanced) imports, library authors can future proof without needing to jump onto the latest major version right away.

Over time, Introspect is expected to become less necessary — and eventually obsolete — as SwiftUI matures, more views move away from UIKit/AppKit underpinnings, and additional SwiftUI modifiers cover many of the common use cases for introspection.

What's Changed

... (truncated)

Commits
  • dd0888e docs: clarify backport eligibility
  • 5bc7580 docs: document release maintenance
  • e86a291 Stop hierarchy traversal after the first matching entity (#522)
  • 26986a5 Fix memory leak in IntrospectionStore and dangling pointer in introspectionCo...
  • 30cf2a9 Simplify CI (#511)
  • fe75854 Update .editorconfig (#509)
  • 50d54bc Update open source libraries list in README [ci skip]
  • 379cbeb CI: bump runner to macos-26 (#508)
  • 69d97e5 CI: disable linting
  • 6ba9bd2 CI: SwiftFormat linting (#507)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/siteline/swiftui-introspect](https://github.com/siteline/swiftui-introspect) from 1.3.0 to 26.0.2.
- [Release notes](https://github.com/siteline/swiftui-introspect/releases)
- [Commits](siteline/swiftui-introspect@1.3.0...dd0888e)

---
updated-dependencies:
- dependency-name: github.com/siteline/swiftui-introspect
  dependency-version: 26.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants