The Kotlin/Native simulator test tasks — iosSimulatorArm64Test, iosX64Test, watchosSimulatorArm64Test, tvosSimulatorArm64Test — require an installed Xcode simulator SDK and are skipped or fail in environments without one. The repository has no CI, so these suites are not exercised on changes.
The source is common Kotlin and links cleanly for every native target, and the JVM, JS, Wasm, and macOS-native suites all run, so behaviour is expected to match. But the Apple-simulator targets are currently unverified whenever code changes.
Set up CI on a macOS runner with the simulator SDKs installed (or document a required local step) so that ./gradlew build, including the simulator test tasks, runs before merge.
The Kotlin/Native simulator test tasks —
iosSimulatorArm64Test,iosX64Test,watchosSimulatorArm64Test,tvosSimulatorArm64Test— require an installed Xcode simulator SDK and are skipped or fail in environments without one. The repository has no CI, so these suites are not exercised on changes.The source is common Kotlin and links cleanly for every native target, and the JVM, JS, Wasm, and macOS-native suites all run, so behaviour is expected to match. But the Apple-simulator targets are currently unverified whenever code changes.
Set up CI on a macOS runner with the simulator SDKs installed (or document a required local step) so that
./gradlew build, including the simulator test tasks, runs before merge.