Skip to content

[SwiftCompilerModules] Configured Package.swift use its own directory #58667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2022

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented May 4, 2022

Previously, it used ${CMAKE_CURRENT_BINARY_DIR} as the package directory. However, since that directory contains all build artifacts so opening it in Xcode shows those unnecessary files.

Instead of using ${CMAKE_CURRENT_BINARY_DIR}, create its own directory (SwiftCompilerCompilerModulesPackage/) in the root build directory.

Previously, it used ${CMAKE_CURRENT_BINARY_DIR} as the package
directory. However, since that directory contains all build artifacts so
opening it in Xcode shows those unnecessary files.

Intead of using ${CMAKE_CURRENT_BINARY_DIR}, create its own directory in
the root build directory.
@rintaro
Copy link
Member Author

rintaro commented May 4, 2022

@swift-ci Please smoke test

1 similar comment
@rintaro
Copy link
Member Author

rintaro commented May 4, 2022

@swift-ci Please smoke test

@rintaro
Copy link
Member Author

rintaro commented May 4, 2022

@swift-ci Please smoke test Linux

@rintaro rintaro requested a review from eeckstein May 4, 2022 20:11
Copy link
Contributor

@eeckstein eeckstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@rintaro rintaro merged commit dad5ae2 into swiftlang:main May 5, 2022
@rintaro rintaro deleted the swiftcompiler-package-directory branch May 5, 2022 16:39
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.

2 participants