You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.
Please remove this line and everything above it before submitting.
Installed Chart library. 4.0.3 using Cocoapods in my project with iOS 16 Deployment target
What did you expect to happen?
Should compile without any compilation error
What happened instead?
Compilation failed with below error The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
File: ChartAnimationEasing.swift internal static let EaseOutBack = { (elapsed: TimeInterval, duration: TimeInterval) -> Double in let s: TimeInterval = 1.70158 var position: TimeInterval = elapsed / duration position -= 1.0 return Double( position * position * ((s + 1.0) * position + s) + 1.0 ) }
Charts Environment
Charts version/Branch/Commit Number: Xcode version: Xcode 14 Beta 2 Swift version: Swift 5 Platform(s) running Charts: iOS 16 macOS version running Xcode: MacOS Monterey 12.4
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered:
What did you do?
Installed Chart library. 4.0.3 using Cocoapods in my project with iOS 16 Deployment target
What did you expect to happen?
Should compile without any compilation error
What happened instead?
Compilation failed with below error
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
File:
ChartAnimationEasing.swift
internal static let EaseOutBack = { (elapsed: TimeInterval, duration: TimeInterval) -> Double in let s: TimeInterval = 1.70158 var position: TimeInterval = elapsed / duration position -= 1.0 return Double( position * position * ((s + 1.0) * position + s) + 1.0 ) }
Charts Environment
Charts version/Branch/Commit Number:
Xcode version: Xcode 14 Beta 2
Swift version: Swift 5
Platform(s) running Charts: iOS 16
macOS version running Xcode: MacOS Monterey 12.4
Demo Project
ℹ Please link to or upload a project we can download that reproduces the issue.
The text was updated successfully, but these errors were encountered: