From ba99b9d824050d5f97dd1a8d2ec17ecab1c90f9a Mon Sep 17 00:00:00 2001 From: Abrar Asad Date: Sun, 24 Mar 2024 15:29:30 +0900 Subject: [PATCH] Remove extra and --- .../xcode/package.xcworkspace/contents.xcworkspacedata | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/README.md b/README.md index 1775ab1fe..f9703454f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ ./FooTests --dump-tests-json ## Contributing to XCTest -To contribute, you'll need to be able to build this project and and run its test suite. The easiest way to do so is via the Swift build script. +To contribute, you'll need to be able to build this project and run its test suite. The easiest way to do so is via the Swift build script. First, follow [the instructions in the Swift README](https://github.com/apple/swift/blob/main/README.md) to build Swift from source. Confirm you're able to build the Swift project using `utils/build-script -R`.