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 {
333
333
/// - Parameters:
334
334
/// - properties: properties of a Swift SDK for the given triple.
335
335
/// - 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 {
337
340
self . init (
338
341
sdkRootPath: try AbsolutePath ( validating: properties. sdkRootPath, relativeTo: swiftSDKDirectory) ,
339
342
swiftResourcesPath: try properties. swiftResourcesPath. map {
You can’t perform that action at this time.
0 commit comments