Skip to content

Commit dec4007

Browse files
committed
Add comments for PathsConfiguration
1 parent 6735809 commit dec4007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDK.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ public struct SwiftSDK: Equatable {
265265
/// deserialization.
266266
public private(set) var toolset: Toolset
267267

268+
/// The paths associated with a Swift SDK. The Path type can be a `String`
269+
/// to encapsulate the arguments for the `SwiftSDKConfigurationStore.configure`
270+
/// function, or can be a fully-realized `AbsolutePath` when deserialized from a configuration.
268271
public struct PathsConfiguration<Path: Equatable>: Equatable {
269272
public init(
270273
sdkRootPath: Path? = nil,

0 commit comments

Comments
 (0)