Skip to content

Conversation

simonjbeaumont
Copy link
Collaborator

@simonjbeaumont simonjbeaumont commented Nov 27, 2023

Motivation

The tests had a missing @available annotation which meant that they didn't build iOS (annoyingly, when building for macOS, these things are not checked so things were building fine locally).

Modifications

Add missing available annotation to streaming tests.

Result

Builds for iOS again.

Test Plan

Local testing, selecting generic iOS destination in Xcode. This failed before this patch, and succeeds with it.

@simonjbeaumont simonjbeaumont marked this pull request as ready for review November 27, 2023 15:42
Signed-off-by: Si Beaumont <beaumont@apple.com>
@simonjbeaumont simonjbeaumont force-pushed the sb/fix-test-availability-annotation branch from 2a02b7c to d92b4fb Compare November 27, 2023 16:12
@simonjbeaumont simonjbeaumont enabled auto-merge (squash) November 27, 2023 16:13
@simonjbeaumont simonjbeaumont merged commit 5e704f1 into apple:main Nov 27, 2023
@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

2 participants