Skip to content

Commit 25014ac

Browse files
committed
fix
1 parent 66bec18 commit 25014ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/XToolSupport/SDKBuilder.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct SDKBuilder {
5656
let output: URL
5757
let arch: Arch
5858

59+
// swiftlint:disable:next function_body_length
5960
func buildSDK() async throws {
6061
// TODO: store relevant info for staleness check
6162
let sdkVersion = "develop"
@@ -248,7 +249,7 @@ struct SDKBuilder {
248249
// TODO: install cctools ld as well
249250
}
250251

251-
// swiftlint:disable:next cyclomatic_complexity function_body_length
252+
// swiftlint:disable:next cyclomatic_complexity
252253
private func installDeveloper(in output: URL) async throws -> URL {
253254
let dev = output.appendingPathComponent("Developer")
254255

0 commit comments

Comments
 (0)