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

Xcode 13 compile issue due to Pathkit 1.0.0 #315

Closed astromonkee closed 2 years ago

astromonkee commented 2 years ago

Hi,

I'm getting the following issue from Pathkit when compiling the code using Xcode 13.0

Value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')

It seems that this is has already been raised in https://github.com/kylef/PathKit/issues/77 and the fix has been included in PathKit v1.0.1.

LuAndreCast commented 2 years ago

+1