def __init__(self, include, exclude, verbose, subbuilder, target):
     self.include = include
     self.exclude = exclude
     self.verbose = verbose
     self.subbuilder = subbuilder
     self.target = target
     self.root_path = common.private_workspace('project_cache')
 def __init__(self, swiftc, swift_version, swift_branch,
              sandbox_profile_xcodebuild, sandbox_profile_package,
              added_swift_flags, project, action):
     self.swiftc = swiftc
     self.swift_version = swift_version
     self.swift_branch = swift_branch
     set_swift_branch(swift_branch)
     self.sandbox_profile_xcodebuild = sandbox_profile_xcodebuild
     self.sandbox_profile_package = sandbox_profile_package
     self.project = project
     self.action = action
     self.root_path = common.private_workspace('project_cache')
     self.current_platform = platform.system()
     self.added_swift_flags = added_swift_flags
     self.init()