Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

feat: Make buildableFolders property mutable and update dependencies#348

Merged
pepicrft merged 1 commit intomainfrom
make-buildable-folders-mutable
Oct 28, 2025
Merged

feat: Make buildableFolders property mutable and update dependencies#348
pepicrft merged 1 commit intomainfrom
make-buildable-folders-mutable

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
@pepicrft pepicrft merged commit 3dcd8eb into main Oct 28, 2025
7 checks passed
@pepicrft pepicrft deleted the make-buildable-folders-mutable branch October 28, 2025 16:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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