Skip to content

Conversation

adincebic
Copy link
Contributor

Previously when building swift_import targets that depend on other swift_import targets with .swiftinterface files failed when using Bazel sandbox with error:

  cannot open file 'swift-syntax/arm64/SwiftSyntax.private.swiftinterface' (No such file or directory)

The SWIFT_ACTION_COMPILE_MODULE_INTERFACE action was missing transitive dependency files as inputs so I made sure that they are explicitly listed.

@adincebic adincebic force-pushed the adin/fix-module-interface-dependency-compilation branch from dd23624 to efa3f31 Compare September 27, 2025 14:04
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