Skip to content

Commit ad01775

Browse files
SwiftSyntaxWrapper
1 parent a5bb578 commit ad01775

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
{
1313
"identity" : "swift-macro-testing",
1414
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/pointfreeco/swift-macro-testing",
15+
"location" : "https://github.com/ContentsToolDev/swift-macro-testing",
1616
"state" : {
17-
"revision" : "90e38eec4bf661ec0da1bbfd3ec507d0f0c05310",
18-
"version" : "0.3.0"
17+
"branch" : "main",
18+
"revision" : "d69971f15a6f6929420748fdce0fc736a1b4b206"
1919
}
2020
},
2121
{
2222
"identity" : "swift-snapshot-testing",
2323
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
24+
"location" : "https://github.com/ContentsToolDev/swift-snapshot-testing",
2525
"state" : {
26-
"revision" : "5b0c434778f2c1a4c9b5ebdb8682b28e84dd69bd",
27-
"version" : "1.15.4"
26+
"branch" : "main",
27+
"revision" : "49a8f63027e8383dfd47d19258fdff7449e86644"
2828
}
2929
},
3030
{
31-
"identity" : "swift-syntax",
31+
"identity" : "swift-syntax-xcframeworks",
3232
"kind" : "remoteSourceControl",
33-
"location" : "https://github.com/apple/swift-syntax",
33+
"location" : "https://github.com/ContentsToolDev/swift-syntax-xcframeworks",
3434
"state" : {
35-
"revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775",
36-
"version" : "510.0.0"
35+
"branch" : "main",
36+
"revision" : "fb8e587d8a85e4fdfed67949d22ddedfc16748d5"
3737
}
3838
},
3939
{

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ let package = Package(
1515
.library(name: "Perception", targets: ["Perception"])
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"511.0.0"),
18+
.package(url: "https://github.com/ContentsToolDev/swift-syntax-xcframeworks", branch: "main"),
1919
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
20-
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.1.0"),
20+
.package(url: "https://github.com/ContentsToolDev/swift-macro-testing", branch: "main"),
2121
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
2222
],
2323
targets: [
@@ -34,8 +34,7 @@ let package = Package(
3434
.macro(
3535
name: "PerceptionMacros",
3636
dependencies: [
37-
.product(name: "SwiftSyntaxMacros", package: "swift-syntax"),
38-
.product(name: "SwiftCompilerPlugin", package: "swift-syntax"),
37+
.product(name: "SwiftSyntaxWrapper", package: "swift-syntax-xcframeworks"),
3938
]
4039
),
4140
.testTarget(

0 commit comments

Comments
 (0)