File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Sources/PackageModel/SwiftSDKs Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,10 @@ public struct SwiftSDK: Equatable {
333333 /// - Parameters:
334334 /// - properties: properties of a Swift SDK for the given triple.
335335 /// - swiftSDKDirectory: directory used for converting relative paths in `properties` to absolute paths.
336- fileprivate init ( _ properties: SwiftSDKMetadataV4 . TripleProperties , swiftSDKDirectory: Basics . AbsolutePath ? = nil ) throws where Path == Basics . AbsolutePath {
336+ fileprivate init (
337+ _ properties: SwiftSDKMetadataV4 . TripleProperties ,
338+ swiftSDKDirectory: Basics . AbsolutePath ? = nil
339+ ) throws where Path == Basics . AbsolutePath {
337340 self . init (
338341 sdkRootPath: try AbsolutePath ( validating: properties. sdkRootPath, relativeTo: swiftSDKDirectory) ,
339342 swiftResourcesPath: try properties. swiftResourcesPath. map {
You can’t perform that action at this time.
0 commit comments