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 bb6a0d8 commit bf6ea45Copy full SHA for bf6ea45
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -382,7 +382,10 @@ public struct SwiftSDK: Equatable {
382
}
383
384
385
- public mutating func merge(with newConfiguration: PathsConfiguration<String>, relativeTo basePath: Path?) throws -> [String] where Path == Basics.AbsolutePath {
+ mutating func merge(
386
+ with newConfiguration: PathsConfiguration<String>,
387
+ relativeTo basePath: Path?
388
+ ) throws -> [String] where Path == Basics.AbsolutePath {
389
var updatedProperties: [String] = []
390
if let sdkRootPath = newConfiguration.sdkRootPath {
391
self.sdkRootPath = try AbsolutePath(validating: sdkRootPath, relativeTo: basePath)
0 commit comments