@@ -13,7 +13,7 @@ let package = Package(
1313 . package ( url: " https://github.com/pointfreeco/swift-parsing " , from: " 0.14.1 " ) ,
1414 // override transitive swift-case-paths:1.0.0 to resolve issue with Swift 6.2
1515 . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 1.7.2 " ) ,
16- . package ( url: " https://github.com/stencilproject/Stencil.git " , from: " 0.15.1 " ) ,
16+ . package ( url: " https://github.com/swiftstencil/swiftpm-stencil " , from: " 0.15.2 " ) ,
1717 . package ( url: " https://github.com/bigMOTOR/swift-lens " , from: " 1.1.0 " ) ,
1818 . package ( url: " https://github.com/hectr/swift-when " , revision: " 0306cc7c39ba72e54eb35512beb9140421ec81ab " ) ,
1919 ] ,
@@ -23,13 +23,13 @@ let package = Package(
2323 dependencies: [
2424 . product( name: " ArgumentParser " , package : " swift-argument-parser " ) ,
2525 . product( name: " Parsing " , package : " swift-parsing " ) ,
26- . product( name: " Stencil " , package : " Stencil " ) ,
26+ . product( name: " Stencil " , package : " swiftpm-stencil " ) ,
2727 . product( name: " swift-lens " , package : " swift-lens " ) ,
2828 . product( name: " when " , package : " swift-when " ) ,
2929 ] ,
3030 path: " Sources " ,
3131 swiftSettings: [
32- . unsafeFlags( [ " -suppress-warnings " ] )
32+ . unsafeFlags( [ " -suppress-warnings " ] ) ,
3333 ]
3434 ) ,
3535 . testTarget(
0 commit comments