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 9cfdb5c commit a2a7c06Copy full SHA for a2a7c06
[email protected]
@@ -41,7 +41,7 @@ let package = Package(
41
.target(
42
name: "StructuredQueriesCore",
43
dependencies: [
44
- .product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
+ .product(name: "IssueReporting", package: "xctest-dynamic-overlay")
45
],
46
exclude: ["Symbolic Links/README.md"]
47
),
Sources/StructuredQueriesCore/Symbolic Links/README.md
@@ -1,5 +1,5 @@
1
# Symbolic Links
2
3
This directory contains symbolic links to shared source code used
4
-by the StructuredQueriesCore target. This is a workaround until
+by the StructuredQueriesCore target. This is a workaround until
5
SwiftPM has native support for sharing code between macros and targets.
0 commit comments