We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f669b commit 809b4b5Copy full SHA for 809b4b5
CONTRIBUTING.md
@@ -46,7 +46,9 @@ SwiftPM is typically built with a pre-existing version of SwiftPM present on the
46
2. Verify the expected version of Xcode was installed.
47
3. Open SwiftPM's `Package.swift` manifest with Xcode.
48
4. Use Xcode to inspect, edit, and build the code.
49
-5. Select the `SwiftPM-Package` scheme to run the tests from Xcode.
+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.
52
53
### Using the Command Line
54
0 commit comments