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 66bec18 commit 25014acCopy full SHA for 25014ac
1 file changed
Sources/XToolSupport/SDKBuilder.swift
@@ -56,6 +56,7 @@ struct SDKBuilder {
56
let output: URL
57
let arch: Arch
58
59
+ // swiftlint:disable:next function_body_length
60
func buildSDK() async throws {
61
// TODO: store relevant info for staleness check
62
let sdkVersion = "develop"
@@ -248,7 +249,7 @@ struct SDKBuilder {
248
249
// TODO: install cctools ld as well
250
}
251
- // swiftlint:disable:next cyclomatic_complexity function_body_length
252
+ // swiftlint:disable:next cyclomatic_complexity
253
private func installDeveloper(in output: URL) async throws -> URL {
254
let dev = output.appendingPathComponent("Developer")
255
0 commit comments