File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/CreateXCFramework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ struct PackageInfo {
63
63
64
64
// TODO: Map diagnostics to swift-log
65
65
#if swift(>=5.6)
66
- let observabilitySystem = ObservabilitySystem { scope , diagnostics in
66
+ let observabilitySystem = ObservabilitySystem { _ , diagnostics in
67
67
print ( " \( diagnostics. severity) : \( diagnostics. message) " )
68
68
}
69
69
#else
@@ -79,7 +79,7 @@ struct PackageInfo {
79
79
80
80
// MARK: - Initialisation
81
81
82
- init ( options: Command . Options ) throws {
82
+ init ( options: Command . Options ) throws { // swiftlint:disable:this function_body_length
83
83
self . options = options
84
84
self . rootDirectory = Foundation . URL ( fileURLWithPath: options. packagePath, isDirectory: true ) . absoluteURL
85
85
self . buildDirectory = self . rootDirectory. appendingPathComponent ( options. buildPath, isDirectory: true ) . absoluteURL
You can’t perform that action at this time.
0 commit comments