Skip to content

Conversation

@pepicrft
Copy link
Contributor

Summary

This PR makes the buildableFolders property in Target mutable to allow runtime modifications and updates several dependencies to their latest versions.

Changes

  • Changed buildableFolders from let to var in Target struct (Sources/XcodeGraph/Models/Target.swift:71)

Dependency Updates

  • FileSystem: 0.12.3 → 0.13.13
  • Mockable: 0.4.0 → 0.4.1
  • swift-nio: 2.86.2 → 2.87.0
  • XcodeProj: 9.5.0 → 9.6.0
  • xctest-dynamic-overlay: 1.5.2 → 1.7.0

Test plan

  • Existing tests should continue to pass
  • The mutable property allows for runtime modification of buildable folders when needed

🤖 Generated with Claude Code

This change makes the buildableFolders property in Target mutable (var instead of let) to allow runtime modifications.

Also updates dependencies:
- FileSystem: 0.12.3 -> 0.13.13
- Mockable: 0.4.0 -> 0.4.1
- swift-nio: 2.86.2 -> 2.87.0
- XcodeProj: 9.5.0 -> 9.6.0
- xctest-dynamic-overlay: 1.5.2 -> 1.7.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 26, 2025
@pepicrft pepicrft changed the title Make buildableFolders property mutable and update dependencies feat: Make buildableFolders property mutable and update dependencies Oct 26, 2025
@dosubot dosubot bot added the enhancement New feature or request label Oct 26, 2025
@pepicrft pepicrft requested review from a team, cschmatzler and fortmarek and removed request for a team October 27, 2025 08:34
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants