stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Package dependance issue Xcode 13 #312

Closed neha275 closed 2 years ago

neha275 commented 2 years ago

Error Undefined symbol: __swift_FORCELOAD$_XCTestSwiftSupport is:closed

cause: in Package.swift file .package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0")

Solution Spectre has fixed the issue just use the latest version .package(url: "https://github.com/kylef/Spectre.git", from: "0.10.0")

djbe commented 2 years ago

Fixed in #314