apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

x86_64 simulator support is not there #169

Open abhisheksaralaya opened 3 years ago

abhisheksaralaya commented 3 years ago

The issue here is x86_64 simulator is not supported as it hinders development using SwiftUI project. This issue is there in every release.

You can reproduce this by adding settings in build settings

Screenshot 2021-10-12 at 6 22 00 PM

This setting is required other spm to compile.

When adding this setting simulator must compile and run.