stencilproject/Stencil

Package dependance issue Xcode 13

neha275 opened this issue · 1 comments

Error
Undefined symbol: _swift_FORCE_LOAD$_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

Fixed in #314