Skip to content

Commit 809b4b5

Browse files
authored
[Docs] Add note about needing to build SwiftPM-Package scheme first (#5732)
1 parent 18f669b commit 809b4b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ SwiftPM is typically built with a pre-existing version of SwiftPM present on the
4646
2. Verify the expected version of Xcode was installed.
4747
3. Open SwiftPM's `Package.swift` manifest with Xcode.
4848
4. Use Xcode to inspect, edit, and build the code.
49-
5. Select the `SwiftPM-Package` scheme to run the tests from Xcode.
49+
5. Select the `SwiftPM-Package` scheme to run the tests from Xcode. Note that the `SwiftPM-Package`
50+
should be built prior to running any other schemes. This is so the `PackageDescription` module can be
51+
built and cached for use.
5052

5153
### Using the Command Line
5254

0 commit comments

Comments
 (0)