The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ShellOut, reference 3.3.0 (808c97), with Swift 6.1 for macOS (SPM) on 11 Jun 2025 18:52:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/ShellOut.git
Reference: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/ShellOut
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 808c97c Merge pull request #13 from SwiftPackageIndex/Sendable-ShellOutCommand
Cloned https://github.com/SwiftPackageIndex/ShellOut.git
Revision (git rev-parse @):
808c97cc684bceb58288db70e701fa66636cf31d
SUCCESS checkout https://github.com/SwiftPackageIndex/ShellOut.git at 3.3.0
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/SwiftPackageIndex/ShellQuote from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-tools-support-core.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
Fetched https://github.com/SwiftPackageIndex/ShellQuote from cache (0.65s)
Fetched https://github.com/apple/swift-numerics from cache (0.71s)
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.90s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.0.0 (4.02s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.5.2 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.58s)
Computing version for https://github.com/SwiftPackageIndex/ShellQuote
Computed https://github.com/SwiftPackageIndex/ShellQuote at 1.0.2 (0.57s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.57s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/SwiftPackageIndex/ShellQuote
Working copy of https://github.com/SwiftPackageIndex/ShellQuote resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "shellout",
      "name": "ShellOut",
      "url": "https://github.com/SwiftPackageIndex/ShellOut.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
      "dependencies": [
        {
          "identity": "shellquote",
          "name": "ShellQuote",
          "url": "https://github.com/SwiftPackageIndex/ShellQuote",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellQuote",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-tools-support-core",
          "name": "swift-tools-support-core",
          "url": "https://github.com/apple/swift-tools-support-core.git",
          "version": "0.7.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-tools-support-core",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms.git",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.0.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftPackageIndex/ShellOut.git from cache
Fetched https://github.com/SwiftPackageIndex/ShellOut.git from cache (0.78s)
Fetching https://github.com/SwiftPackageIndex/ShellQuote from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-tools-support-core.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/SwiftPackageIndex/ShellQuote from cache (0.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.72s)
Computing version for https://github.com/SwiftPackageIndex/ShellQuote
Computed https://github.com/SwiftPackageIndex/ShellQuote at 1.0.2 (0.78s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.11s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/SwiftPackageIndex/ShellQuote
Working copy of https://github.com/SwiftPackageIndex/ShellQuote resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/SwiftPackageIndex/ShellOut.git
Working copy of https://github.com/SwiftPackageIndex/ShellOut.git resolved at 3.3.0 (808c97c)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: '.resolve-product-dependencies': dependency 'shellout' is not used by any target
Found 4 product dependencies
  - ShellQuote
  - swift-log
  - swift-tools-support-core
  - swift-algorithms
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/ShellOut.git
https://github.com/SwiftPackageIndex/ShellOut.git
{
  "dependencies" : [
    {
      "identity" : "shellquote",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/ShellQuote"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "ShellOut",
  "name" : "ShellOut",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15.4"
    }
  ],
  "products" : [
    {
      "name" : "ShellOut",
      "targets" : [
        "ShellOut"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellOutTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellOutTests",
      "path" : "Tests/ShellOutTests",
      "sources" : [
        "ShellOutTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "ShellOut"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShellOut",
      "module_type" : "SwiftTarget",
      "name" : "ShellOut",
      "path" : "Sources",
      "product_dependencies" : [
        "ShellQuote",
        "Logging",
        "Algorithms",
        "TSCBasic"
      ],
      "product_memberships" : [
        "ShellOut"
      ],
      "sources" : [
        "QuotedString.swift",
        "ShellArgument.swift",
        "ShellOut.swift",
        "ShellOutCommand+git.swift",
        "ShellOutCommand+other.swift",
        "ShellOutCommand.swift",
        "ShellOutError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/13] Write sources
[8/13] Compiling CSystem shims.c
[9/13] Compiling _NumericsShims _NumericsShims.c
[10/13] Compiling TSCclibc libc.c
[11/13] Compiling TSCclibc process.c
[12/13] Write swift-version-2F0A5646E1D333AE.txt
[14/53] Compiling RealModule Real.swift
[15/53] Emitting module RealModule
[16/53] Compiling RealModule AlgebraicField.swift
[17/54] Compiling RealModule Float80+Real.swift
[18/54] Compiling RealModule Float+Real.swift
[19/54] Compiling RealModule ElementaryFunctions.swift
[20/54] Compiling RealModule Float16+Real.swift
[21/54] Compiling RealModule AugmentedArithmetic.swift
[22/54] Compiling RealModule ApproximateEquality.swift
[23/54] Compiling RealModule Double+Real.swift
[24/54] Compiling RealModule RealFunctions.swift
[25/78] Compiling Algorithms Combinations.swift
[26/78] Compiling Algorithms Compacted.swift
[27/78] Compiling Algorithms Cycle.swift
[28/78] Compiling Algorithms Product.swift
[29/78] Compiling Algorithms RandomSample.swift
[30/80] Compiling Algorithms Suffix.swift
[31/80] Compiling Algorithms Trim.swift
[32/80] Compiling Algorithms Reductions.swift
[33/80] Compiling Algorithms Rotate.swift
[34/80] Compiling Algorithms MinMax.swift
[35/80] Compiling Algorithms Partition.swift
[36/80] Compiling Algorithms Permutations.swift
[37/80] Compiling Algorithms EitherSequence.swift
[38/80] Compiling Algorithms FirstNonNil.swift
[39/80] Compiling Algorithms FlattenCollection.swift
[40/80] Compiling Logging MetadataProvider.swift
[41/80] Compiling TSCLibc libc.swift
[42/80] Emitting module TSCLibc
[49/82] Compiling Algorithms Joined.swift
[51/82] Compiling Algorithms AdjacentPairs.swift
[52/82] Compiling Algorithms Chain.swift
[53/82] Compiling Algorithms Chunked.swift
[54/82] Compiling Algorithms Split.swift
[55/82] Compiling Algorithms Stride.swift
[56/82] Emitting module SystemPackage
[57/82] Compiling Algorithms Unique.swift
[58/82] Compiling Algorithms Windows.swift
[64/82] Compiling Algorithms Indexed.swift
[65/82] Compiling Algorithms Intersperse.swift
[69/82] Compiling Logging LogHandler.swift
[70/82] Emitting module Logging
[71/82] Compiling Logging Locks.swift
[72/82] Compiling Logging Logging.swift
[73/82] Compiling SystemPackage Util.swift
[74/82] Compiling SystemPackage UtilConsumers.swift
[80/123] Emitting module Algorithms
[81/123] Emitting module TSCBasic
[82/127] Compiling TSCBasic OSLog.swift
[83/127] Compiling TSCBasic ObjectIdentifierProtocol.swift
[84/127] Compiling TSCBasic OrderedDictionary.swift
[85/127] Compiling TSCBasic OrderedSet.swift
[86/127] Emitting module ShellQuote
[87/127] Compiling ShellQuote ShellQuote.swift
[88/127] Compiling TSCBasic JSONMapper.swift
[89/127] Compiling TSCBasic KeyedPair.swift
[90/127] Compiling TSCBasic LazyCache.swift
[91/127] Compiling TSCBasic Lock.swift
[92/127] Compiling TSCBasic Closable.swift
[93/127] Compiling TSCBasic CodableResult.swift
[94/127] Compiling TSCBasic CollectionAlgorithms.swift
[95/127] Compiling TSCBasic CollectionExtensions.swift
[96/127] Compiling TSCBasic Condition.swift
[97/127] Compiling TSCBasic DeltaAlgorithm.swift
[98/127] Compiling TSCBasic DiagnosticsEngine.swift
[99/127] Compiling TSCBasic DictionaryExtensions.swift
[100/127] Compiling TSCBasic DictionaryLiteralExtensions.swift
[101/127] Compiling TSCBasic EditDistance.swift
[102/127] Compiling TSCBasic Await.swift
[103/127] Compiling TSCBasic Base64URL.swift
[104/127] Compiling TSCBasic ByteString.swift
[105/127] Compiling TSCBasic CStringArray.swift
[106/127] Compiling TSCBasic CacheableSequence.swift
[107/127] Compiling TSCBasic Thread.swift
[108/127] Compiling TSCBasic Tuple.swift
[109/127] Compiling TSCBasic WritableByteStream.swift
[110/127] Compiling TSCBasic misc.swift
[111/127] Compiling TSCBasic ProcessSet.swift
[112/127] Compiling TSCBasic RegEx.swift
[113/127] Compiling TSCBasic Result.swift
[114/127] Compiling TSCBasic SortedArray.swift
[115/127] Compiling TSCBasic Path.swift
[116/127] Compiling TSCBasic PathShims.swift
[117/127] Compiling TSCBasic Process.swift
[118/127] Compiling TSCBasic ProcessEnv.swift
[119/127] Compiling TSCBasic StringConversions.swift
[120/127] Compiling TSCBasic SynchronizedQueue.swift
[121/127] Compiling TSCBasic TemporaryFile.swift
[122/127] Compiling TSCBasic TerminalController.swift
[123/127] Compiling TSCBasic FileInfo.swift
[124/127] Compiling TSCBasic FileSystem.swift
[125/127] Compiling TSCBasic GraphAlgorithms.swift
[126/127] Compiling TSCBasic HashAlgorithms.swift
[127/127] Compiling TSCBasic JSON.swift
[128/135] Compiling ShellOut ShellOutError.swift
[129/135] Compiling ShellOut ShellOutCommand+other.swift
[130/135] Compiling ShellOut ShellOutCommand.swift
[131/135] Compiling ShellOut ShellOutCommand+git.swift
[132/135] Compiling ShellOut ShellArgument.swift
[133/135] Compiling ShellOut QuotedString.swift
[134/135] Emitting module ShellOut
[135/135] Compiling ShellOut ShellOut.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShellOut.swift:50:37: warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 48 |         environment: environment,
 49 |         at: path == "." ? nil :
 50 |             (path == "~" ? TSCBasic.localFileSystem.homeDirectory.pathString :
    |                                     `- warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |             (path.starts(with: "~/") ? "\(TSCBasic.localFileSystem.homeDirectory.pathString)/\(path.dropFirst(2))" :
 52 |             path))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/FileSystem.swift:1163:12: note: var declared here
1161 |
1162 | /// Public access to the local FS proxy.
1163 | public var localFileSystem: FileSystem = LocalFileSystem()
     |            `- note: var declared here
1164 |
1165 | extension FileSystem {
/Users/admin/builder/spi-builder-workspace/Sources/ShellOut.swift:51:52: warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 49 |         at: path == "." ? nil :
 50 |             (path == "~" ? TSCBasic.localFileSystem.homeDirectory.pathString :
 51 |             (path.starts(with: "~/") ? "\(TSCBasic.localFileSystem.homeDirectory.pathString)/\(path.dropFirst(2))" :
    |                                                    `- warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 52 |             path))
 53 |     )
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/FileSystem.swift:1163:12: note: var declared here
1161 |
1162 | /// Public access to the local FS proxy.
1163 | public var localFileSystem: FileSystem = LocalFileSystem()
     |            `- note: var declared here
1164 |
1165 | extension FileSystem {
/Users/admin/builder/spi-builder-workspace/Sources/ShellOut.swift:105:78: warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
103 |         at: String? = nil
104 |     ) async throws -> (stdout: String, stderr: String) {
105 |         let actualCwd = try at.map { try .init(validating: $0) } ?? TSCBasic.localFileSystem.currentWorkingDirectory ?? .root
    |                                                                              `- warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
106 |         let process = Self.init(
107 |             arguments: [command] + arguments,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/FileSystem.swift:1163:12: note: var declared here
1161 |
1162 | /// Public access to the local FS proxy.
1163 | public var localFileSystem: FileSystem = LocalFileSystem()
     |            `- note: var declared here
1164 |
1165 | extension FileSystem {
Build complete! (9.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shellquote",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/ShellQuote"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "ShellOut",
  "name" : "ShellOut",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15.4"
    }
  ],
  "products" : [
    {
      "name" : "ShellOut",
      "targets" : [
        "ShellOut"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellOutTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellOutTests",
      "path" : "Tests/ShellOutTests",
      "sources" : [
        "ShellOutTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "ShellOut"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShellOut",
      "module_type" : "SwiftTarget",
      "name" : "ShellOut",
      "path" : "Sources",
      "product_dependencies" : [
        "ShellQuote",
        "Logging",
        "Algorithms",
        "TSCBasic"
      ],
      "product_memberships" : [
        "ShellOut"
      ],
      "sources" : [
        "QuotedString.swift",
        "ShellArgument.swift",
        "ShellOut.swift",
        "ShellOutCommand+git.swift",
        "ShellOutCommand+other.swift",
        "ShellOutCommand.swift",
        "ShellOutError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.