Skip to content

Fix mutable_span_bounds_check_tests.swift on iOS: REQUIRES: OS=macosx #79239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Feb 8, 2025

This test fails on iOS and blocks PR testing:

swift-PR-macos/branch-main/swift/test/SILOptimizer/Inputs/SpanExtras.swift:172:11: error: 'Span' is only available in iOS 9999 or newer
 170 | 
 171 | @available(macOS 9999, *)
 172 | extension Span where Element: ~Copyable {
     | |         `- error: 'Span' is only available in iOS 9999 or newer
     | `- note: add @available attribute to enclosing extension

@atrick atrick requested review from glessard and meg-gupta February 8, 2025 14:19
@atrick atrick requested a review from eeckstein as a code owner February 8, 2025 14:19
@atrick
Copy link
Contributor Author

atrick commented Feb 8, 2025

@swift-ci test

@meg-gupta
Copy link
Contributor

Thanks!

@atrick atrick merged commit 4f5b614 into swiftlang:main Feb 9, 2025
5 checks passed
@atrick atrick deleted the fix-span-test branch February 9, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants