tayloraswift / jpeg

decode, inspect, edit, and encode jpeg images in pure swift
https://kelvin13.github.io/jpeg/
Mozilla Public License 2.0
142 stars 17 forks source link

Fails to build with Xcode 14.0 beta 6 (14A5294g) #6

Closed valeriyvan closed 1 year ago

valeriyvan commented 1 year ago

/private/tmp/jpeg/sources/jpeg/encode.swift:203:39: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions let values:[Int16] = .init(unsafeUninitializedCapacity: count) ^~~~~~~~~