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
1717// functionality and guidance for efficiently working with Strings.
1818//
1919@frozen
20+ @_addressableForDependencies
2021public // SPI(corelibs-foundation)
2122struct _StringGuts : @unchecked Sendable {
2223 @usableFromInline
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ extension String {
8989 /// print(String(s1.utf8.prefix(15))!)
9090 /// // Prints "They call me 'B"
9191 @frozen
92- @_addressableForDependencies
9392 public struct UTF8View : Sendable {
9493 @usableFromInline
9594 internal var _guts : _StringGuts
Original file line number Diff line number Diff line change @@ -630,7 +630,6 @@ extension Substring: LosslessStringConvertible {
630630
631631extension Substring {
632632 @frozen
633- @_addressableForDependencies
634633 public struct UTF8View : Sendable {
635634 @usableFromInline
636635 internal var _slice : Slice < String . UTF8View >
You can’t perform that action at this time.
0 commit comments