Skip to content

Commit e94fff6

Browse files
FranzBuschitingliu
andauthored
Update availability
Co-authored-by: Tina L <49205802+itingliu@users.noreply.github.com>
1 parent deeaab4 commit e94fff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Proposals/NNNN-random-uuid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This proposal adds a new static method to the `UUID` type to generate new random
3434
///
3535
/// - Parameter generator: The random number generator to use when creating the new random value.
3636
/// - Returns: A random UUID.
37-
@available(FoundationPreview 6.2, *)
37+
@available(FoundationPreview 6.3, *)
3838
public static func random(
3939
using generator: inout some RandomNumberGenerator
4040
) -> UUID

Sources/FoundationEssentials/UUID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public struct UUID : Hashable, Equatable, CustomStringConvertible, Sendable {
8181
///
8282
/// - Parameter generator: The random number generator to use when creating the new random value.
8383
/// - Returns: A random UUID.
84-
@available(FoundationPreview 6.2, *)
84+
@available(FoundationPreview 6.3, *)
8585
public static func random(
8686
using generator: inout some RandomNumberGenerator
8787
) -> UUID {

0 commit comments

Comments
 (0)