Skip to content

Commit a54c602

Browse files
address greptile review feedback (greploop iteration 1)
Resolve Swift packages for both Columba and Columba-Swift schemes so the Swift-native build step also benefits from the pre-warm (same sibling packages, but explicit removes any doubt). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 74c9b7e commit a54c602

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ jobs:
5252
# race. One explicit resolve makes every later build/test step reuse it.
5353
- name: Resolve Swift packages
5454
run: |
55+
# Pre-warm both schemes' package deps (same sibling packages, same
56+
# .xcodeproj, but be explicit so the Swift-native build benefits too).
5557
xcodebuild -resolvePackageDependencies \
5658
-project Columba.xcodeproj \
5759
-scheme Columba
60+
xcodebuild -resolvePackageDependencies \
61+
-project Columba.xcodeproj \
62+
-scheme Columba-Swift
5863
5964
- name: Find simulator
6065
id: sim

0 commit comments

Comments
 (0)