Skip to content

Commit 653aa2a

Browse files
authored
Add note about 'swift package update' to build process documentation (#837)
1 parent 41cbea8 commit 653aa2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Foundation_Build_Process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Each invididual project can be built via SwiftPM. This is useful when quickly it
2727

2828
SwiftPM builds can be invoked via an IDE integration (such as building within Xcode), or by using the `swift build` and `swift test` command line tools.
2929

30+
_Note: Subsequent SwiftPM builds will not automatically update to newer commits of downstream Foundation projects like swift-foundation-icu. If you encounter build failures after checking out a new branch or pulling from the remote repo, you can run `swift package update` to update your local dependency checkouts to match top-of-tree to ensure you have the required versions of dependencies._
31+
3032
### How are dependencies fetched?
3133

3234
Dependencies are fetched via the SwiftPM dependency system. The required dependencies are specified in the `Package.swift` manifest and will be checked out and built automatically via SwiftPM.

0 commit comments

Comments
 (0)