Skip to content

Conversation

@rcarver
Copy link
Contributor

@rcarver rcarver commented Nov 26, 2025

Updates to the CI/env issue

What's strange is that the package that directly depends on swift-structured-queries builds ok, but one two hops away fails. The dependency tree looks like:

app-package
  core-package
    swift-structured-queries

in app-package and core-package there's an Xcode workspace used to build and test for CI. This is the simplest command to reproduce the failure. This command was run locally with cleaned DerivedData

# in app-package
GITHUB_ACTION=1 xcodebuild -resolvePackageDependencies
xcodebuild: error: Could not resolve package dependencies:
  product 'CasePaths' required by package 'swift-structured-queries' target 'StructuredQueriesCore' not found in package 'swift-case-paths'.

# in core-package
GITHUB_ACTION=1 xcodebuild -resolvePackageDependencies
success!

@rcarver rcarver marked this pull request as ready for review November 26, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant