From 828df2ab2ba9c914f6db6ea2a20b162a7b2e3294 Mon Sep 17 00:00:00 2001 From: Prachi Gauriar Date: Fri, 11 Jul 2025 10:57:22 -0400 Subject: [PATCH] Explicitly configurat sourcepackages directory and Package.resolved file in verify changes workflow --- .github/workflows/VerifyChanges.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/VerifyChanges.yaml b/.github/workflows/VerifyChanges.yaml index 30a8625..e5cdae4 100644 --- a/.github/workflows/VerifyChanges.yaml +++ b/.github/workflows/VerifyChanges.yaml @@ -62,11 +62,14 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: irgaly/xcode-cache@v1 with: - key: xcode-cache-deriveddata-${{ github.workflow }}-${{ matrix.platform }}-${{ hashFiles('**/Package.swift', '**/Package.resolved') }} + key: xcode-cache-deriveddata-${{ github.workflow }}-${{ matrix.platform }}-${{ github.sha }} restore-keys: | xcode-cache-deriveddata-${{ github.workflow }}-${{ matrix.platform }}- xcode-cache-deriveddata- deriveddata-directory: .build/DerivedData + sourcepackages-directory: .build/DerivedData/SourcePackages + swiftpm-package-resolved-file: Package.resolved + verbose: true - name: Select Xcode 16.4 run: | sudo xcode-select -s /Applications/Xcode_16.4.0.app