File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import SwiftShims
17
17
// functionality and guidance for efficiently working with Strings.
18
18
//
19
19
@frozen
20
+ @_addressableForDependencies
20
21
public // SPI(corelibs-foundation)
21
22
struct _StringGuts : @unchecked Sendable {
22
23
@usableFromInline
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ extension String {
89
89
/// print(String(s1.utf8.prefix(15))!)
90
90
/// // Prints "They call me 'B"
91
91
@frozen
92
- @_addressableForDependencies
93
92
public struct UTF8View : Sendable {
94
93
@usableFromInline
95
94
internal var _guts : _StringGuts
Original file line number Diff line number Diff line change @@ -630,7 +630,6 @@ extension Substring: LosslessStringConvertible {
630
630
631
631
extension Substring {
632
632
@frozen
633
- @_addressableForDependencies
634
633
public struct UTF8View : Sendable {
635
634
@usableFromInline
636
635
internal var _slice : Slice < String . UTF8View >
You can’t perform that action at this time.
0 commit comments