File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -662,8 +662,10 @@ public class SwiftTool {
662
662
}
663
663
664
664
let delegate = ToolWorkspaceDelegate ( self . outputStream, logLevel: self . logLevel, observabilityScope: self . observabilityScope)
665
- let provider = GitRepositoryProvider ( processSet: processSet)
666
- let sharedSecurityDirectory = try self . getSharedSecurityDirectory ( )
665
+ let provider = GitRepositoryProvider ( processSet: processSet)
666
+ // FIXME: rdar://86367436
667
+ //let sharedSecurityDirectory = try self.getSharedSecurityDirectory()
668
+ let sharedSecurityDirectory : AbsolutePath ? = nil
667
669
let sharedCacheDirectory = try self . getSharedCacheDirectory ( )
668
670
let sharedConfigurationDirectory = try self . getSharedConfigurationDirectory ( )
669
671
let isXcodeBuildSystemEnabled = self . options. buildSystem == . xcode
You can’t perform that action at this time.
0 commit comments