wide-midnight-78598
12/19/2022, 4:44 PMscie-pantswide-midnight-78598
12/19/2022, 4:47 PM./pants helpwide-midnight-78598
12/19/2022, 4:59 PM⏺ scratch/pants-plugins % ./pants help swift                                                                                                                                                                               
`swift` subsystem options
-------------------------
The Swift programming language (<https://www.swift.org/>).
Compilation occurs via the underlying LLVM front-end. ie. "swift-frontend -frontend", through `swiftc` See <https://www.swift.org/swift-compiler/> for more information.
 
Activated by experimental.swift
Config section: [swift]
 
  --swift-swiftc-search-paths="['<str>', '<str>', ...]"
  PANTS_SWIFT_SWIFTC_SEARCH_PATHS
  swiftc_search_paths
      default: [
          "<PATH>"
      ]
      current value: [
          "<PATH>"
      ]
      A list of paths to search for Swift.
      
      Specify absolute paths to directories with the `swiftc` binary, e.g. `/usr/bin`. Earlier entries will be searched first.
      
      The special string `"<PATH>"` will expand to the contents of the PATH env var.
⏺ scratch/pants-plugins % ./scie-pants-macos-x86_64 help swift 
11:57:21.79 [INFO] Initialization options changed: reinitializing scheduler...
11:57:22.96 [INFO] Scheduler initialized.
`swift` subsystem options
-------------------------
The Swift programming language (<https://www.swift.org/>).
Compilation occurs via the underlying LLVM front-end. ie. "swift-frontend -frontend", through `swiftc` See <https://www.swift.org/swift-compiler/> for more information.
 
Activated by experimental.swift
Config section: [swift]
 
  --swift-swiftc-search-paths="['<str>', '<str>', ...]"
  PANTS_SWIFT_SWIFTC_SEARCH_PATHS
  swiftc_search_paths
      default: [
          "<PATH>"
      ]
      current value: [
          "<PATH>"
      ]
      A list of paths to search for Swift.
      
      Specify absolute paths to directories with the `swiftc` binary, e.g. `/usr/bin`. Earlier entries will be searched first.
      
      The special string `"<PATH>"` will expand to the contents of the PATH env var.