We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6735809 commit dec4007Copy full SHA for dec4007
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -265,6 +265,9 @@ public struct SwiftSDK: Equatable {
265
/// deserialization.
266
public private(set) var toolset: Toolset
267
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.
271
public struct PathsConfiguration<Path: Equatable>: Equatable {
272
public init(
273
sdkRootPath: Path? = nil,
0 commit comments