We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sendable
1 parent af6df17 commit c098343Copy full SHA for c098343
Sources/Basics/SwiftVersion.swift
@@ -16,7 +16,7 @@
16
import TSCclibc
17
#endif
18
19
-public struct SwiftVersion {
+public struct SwiftVersion: Sendable {
20
/// The version number.
21
public var version: (major: Int, minor: Int, patch: Int)
22
0 commit comments