@@ -1368,7 +1368,7 @@ public struct URL: Equatable, Sendable, Hashable {
1368
1368
@available ( iOS, introduced: 8.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1369
1369
@available ( tvOS, introduced: 9.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1370
1370
@available ( watchOS, introduced: 2.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1371
- @available ( visionOS, introduced: 1.0 , deprecated: 100000.0 , message: " Use appending (path:directoryHint:) instead " )
1371
+ @available ( visionOS, introduced: 1.0 , deprecated: 100000.0 , message: " Use append (path:directoryHint:) instead " )
1372
1372
public mutating func appendPathComponent( _ pathComponent: String , isDirectory: Bool ) {
1373
1373
self = appendingPathComponent ( pathComponent, isDirectory: isDirectory)
1374
1374
}
@@ -1381,7 +1381,7 @@ public struct URL: Equatable, Sendable, Hashable {
1381
1381
@available ( iOS, introduced: 8.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1382
1382
@available ( tvOS, introduced: 9.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1383
1383
@available ( watchOS, introduced: 2.0 , deprecated: 100000.0 , message: " Use append(path:directoryHint:) instead " )
1384
- @available ( visionOS, introduced: 1.0 , deprecated: 100000.0 , message: " Use appending (path:directoryHint:) instead " )
1384
+ @available ( visionOS, introduced: 1.0 , deprecated: 100000.0 , message: " Use append (path:directoryHint:) instead " )
1385
1385
public mutating func appendPathComponent( _ pathComponent: String ) {
1386
1386
self = appendingPathComponent ( pathComponent)
1387
1387
}
0 commit comments