It also bumps the minimal xcode version to 14.1. This is required to use .custom("visionOS", versionString: "1.0") in spm, which is supported starting from swift 5.6. However, I decided it's safe to bump the minimal swift version to 5.7, as Xcode 14.1 is the minimal supported version for AppStore distribution.
Also, added CI test runs on iOS and visionOS simulators.
This PR supports visionOS target.
It also bumps the minimal xcode version to 14.1. This is required to use
.custom("visionOS", versionString: "1.0")
in spm, which is supported starting from swift 5.6. However, I decided it's safe to bump the minimal swift version to 5.7, as Xcode 14.1 is the minimal supported version for AppStore distribution.Also, added CI test runs on iOS and visionOS simulators.