We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7642d41 commit 14e44a5Copy full SHA for 14e44a5
test/SILOptimizer/lifetime_dependence/lifetime_dependence_scope_fixup.swift
@@ -329,6 +329,9 @@ func testWrite(_ w: inout ArrayWrapper) {
329
}
330
331
// Test store_borrow extension which is required when the addressable UTF8View is extended over the Span's uses.
332
+//
333
+// UTF8Span is unavailable on watchOS as of the introduction of this test.
334
+@available(watchOS, unavailable)
335
@available(SwiftStdlib 6.2, *)
336
func testSpanOfBorrowByAddress(_ i: Int) -> Int {
337
let span = String(i).utf8.span
0 commit comments