stencilproject/Stencil

Xcode 13 compile issue due to Pathkit 1.0.0

astromonkee opened this issue · 1 comments

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 kylef/PathKit#77 and the fix has been included in PathKit v1.0.1.