Skip to content

Commit

Permalink
Build without warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Jan 6, 2021
1 parent 0a37219 commit 689b15c
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 224 deletions.
24 changes: 0 additions & 24 deletions lib/Analysis/Info.plist

This file was deleted.

54 changes: 20 additions & 34 deletions llbuild.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions perftests/Xcode/PerfTests/Info.plist

This file was deleted.

26 changes: 0 additions & 26 deletions products/llbuild-framework/Info.plist

This file was deleted.

6 changes: 3 additions & 3 deletions products/llbuildSwift/BuildSystemBindings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public struct BuildSystemCommandInterface {
}
}

public protocol Tool: class {
public protocol Tool: AnyObject {
/// Called to create a specific command instance of this tool.
func createCommand(_ name: String) -> ExternalCommand

Expand Down Expand Up @@ -141,7 +141,7 @@ private final class ToolWrapper {
}
}

public protocol ExternalCommand: class {
public protocol ExternalCommand: AnyObject {
/// Get a signature used to identify the internal state of the command.
///
/// This is checked to determine if the command needs to rebuild versus the last time it was run.
Expand Down Expand Up @@ -180,7 +180,7 @@ public protocol ExternalCommand: class {

}

public protocol ProducesCustomBuildValue: class {
public protocol ProducesCustomBuildValue: AnyObject {
/// Called to execute the given command that produces a custom build value.
///
/// - command: A handle to the executing command.
Expand Down
22 changes: 0 additions & 22 deletions unittests/Analysis/Info.plist

This file was deleted.

2 changes: 1 addition & 1 deletion unittests/Swift/BuildSystemEngineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FailureCommand: ExternalCommand {
}
}

protocol ExpectationCommand: class {
protocol ExpectationCommand: AnyObject {
func isFulfilled() -> Bool
}

Expand Down
22 changes: 0 additions & 22 deletions unittests/Swift/Info.plist

This file was deleted.

22 changes: 0 additions & 22 deletions unittests/TestSupport/Info.plist

This file was deleted.

22 changes: 0 additions & 22 deletions unittests/swift-Ninja/Info.plist

This file was deleted.

24 changes: 0 additions & 24 deletions utils/Xcode/LitXCTestAdaptor/Info.plist

This file was deleted.

0 comments on commit 689b15c

Please sign in to comment.