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 Android on 11 Jun 2025 18:51:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/ShellOut.git
https://github.com/SwiftPackageIndex/ShellOut.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/SwiftPackageIndex/ShellQuote
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-log.git
[1/6827] Fetching swift-tools-support-core
[70/10663] Fetching swift-tools-support-core, swift-log
[2306/10739] Fetching swift-tools-support-core, swift-log, shellquote
[3260/16698] Fetching swift-tools-support-core, swift-log, shellquote, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
Fetched https://github.com/SwiftPackageIndex/ShellQuote from cache (0.76s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.76s)
Computing version for https://github.com/SwiftPackageIndex/ShellQuote
Computed https://github.com/SwiftPackageIndex/ShellQuote at 1.0.2 (3.03s)
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
[1/5749] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
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 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Building for debugging...
[0/12] Write sources
[7/12] Compiling _NumericsShims _NumericsShims.c
[8/12] Compiling TSCclibc process.c
[9/12] Compiling TSCclibc strerror.c
[10/12] Compiling TSCclibc libc.c
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/31] Compiling RealModule Real.swift
[14/32] Emitting module RealModule
[15/32] Compiling RealModule AlgebraicField.swift
[16/32] Compiling RealModule ApproximateEquality.swift
[17/32] Compiling RealModule RealFunctions.swift
[18/32] Compiling RealModule Float+Real.swift
[19/32] Compiling RealModule ElementaryFunctions.swift
[20/32] Compiling RealModule AugmentedArithmetic.swift
[21/32] Compiling RealModule Double+Real.swift
[22/32] Compiling RealModule Float16+Real.swift
[23/32] Compiling RealModule Float80+Real.swift
[24/33] Emitting module ShellQuote
[26/58] Compiling Algorithms RandomSample.swift
[27/58] Compiling Algorithms Reductions.swift
[28/58] Compiling Algorithms Rotate.swift
[29/58] Compiling Algorithms Split.swift
[30/58] Compiling Algorithms Stride.swift
[31/58] Compiling Algorithms Suffix.swift
[32/61] Compiling Algorithms Joined.swift
[33/61] Compiling Algorithms Keyed.swift
[34/61] Compiling Algorithms MinMax.swift
[35/61] Emitting module TSCLibc
[36/61] Compiling TSCLibc libc.swift
[37/61] Compiling Logging MetadataProvider.swift
[38/61] Compiling Logging Locks.swift
[39/62] Emitting module Logging
[40/62] Compiling Logging Logging.swift
[41/62] Compiling Logging LogHandler.swift
[43/63] Compiling Algorithms Partition.swift
[44/63] Compiling Algorithms Permutations.swift
[45/63] Compiling Algorithms Product.swift
[47/63] Compiling Algorithms Compacted.swift
[48/63] Compiling Algorithms Cycle.swift
[49/63] Compiling Algorithms EitherSequence.swift
[50/63] Compiling Algorithms FirstNonNil.swift
[51/63] Compiling Algorithms FlattenCollection.swift
[52/63] Compiling Algorithms Grouped.swift
[53/63] Compiling Algorithms Indexed.swift
[54/63] Compiling Algorithms Intersperse.swift
[55/103] Compiling ShellQuote ShellQuote.swift
[56/104] Compiling TSCBasic Await.swift
[57/104] Compiling TSCBasic Base64URL.swift
[58/104] Compiling TSCBasic ByteString.swift
[59/104] Compiling TSCBasic CStringArray.swift
[61/104] Compiling TSCBasic OSLog.swift
[62/104] Compiling TSCBasic ObjectIdentifierProtocol.swift
[63/104] Compiling TSCBasic OrderedDictionary.swift
[64/104] Emitting module Algorithms
[66/105] Emitting module TSCBasic
[67/110] Compiling TSCBasic Result.swift
[68/110] Compiling TSCBasic SortedArray.swift
[69/110] Compiling TSCBasic StringConversions.swift
[70/110] Compiling TSCBasic SynchronizedQueue.swift
[71/110] Compiling TSCBasic TemporaryFile.swift
[72/110] Compiling TSCBasic HashAlgorithms.swift
[73/110] Compiling TSCBasic JSON.swift
[74/110] Compiling TSCBasic JSONMapper.swift
[75/110] Compiling TSCBasic KeyedPair.swift
[76/110] Compiling TSCBasic LazyCache.swift
[77/110] Compiling TSCBasic Lock.swift
[78/110] Compiling TSCBasic DictionaryExtensions.swift
[79/110] Compiling TSCBasic DictionaryLiteralExtensions.swift
[80/110] Compiling TSCBasic EditDistance.swift
[81/110] Compiling TSCBasic FileInfo.swift
[82/110] Compiling TSCBasic FileSystem.swift
[83/110] Compiling TSCBasic GraphAlgorithms.swift
[87/110] Compiling TSCBasic OrderedSet.swift
[88/110] Compiling TSCBasic Path.swift
[89/110] Compiling TSCBasic PathShims.swift
[90/110] Compiling TSCBasic Process.swift
[91/110] Compiling TSCBasic ProcessEnv.swift
[92/110] Compiling TSCBasic ProcessSet.swift
[93/110] Compiling TSCBasic RegEx.swift
[94/110] Compiling TSCBasic CodableResult.swift
[95/110] Compiling TSCBasic CollectionAlgorithms.swift
[96/110] Compiling TSCBasic CollectionExtensions.swift
[97/110] Compiling TSCBasic Condition.swift
[98/110] Compiling TSCBasic DeltaAlgorithm.swift
[99/110] Compiling TSCBasic DiagnosticsEngine.swift
[104/110] Compiling TSCBasic CacheableSequence.swift
[105/110] Compiling TSCBasic Closable.swift
[106/110] Compiling TSCBasic TerminalController.swift
[107/110] Compiling TSCBasic Thread.swift
[108/110] Compiling TSCBasic Tuple.swift
[109/110] Compiling TSCBasic WritableByteStream.swift
[110/110] Compiling TSCBasic misc.swift
[112/119] Compiling ShellOut ShellOutError.swift
[113/119] Compiling ShellOut ShellOutCommand+other.swift
[114/119] Compiling ShellOut ShellOutCommand.swift
[115/119] Compiling ShellOut ShellOutCommand+git.swift
[116/119] Compiling ShellOut ShellArgument.swift
[117/119] Emitting module ShellOut
[118/119] Compiling ShellOut QuotedString.swift
[119/119] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/Sources/ShellOut.swift:106:28: warning: 'init(arguments:environment:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)'
104 |     ) async throws -> (stdout: String, stderr: String) {
105 |         let actualCwd = try at.map { try .init(validating: $0) } ?? TSCBasic.localFileSystem.currentWorkingDirectory ?? .root
106 |         let process = Self.init(
    |                            |- warning: 'init(arguments:environment:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)'
    |                            `- note: use 'init(arguments:environmentBlock:workingDirectory:outputRedirection:startNewProcessGroup:loggingHandler:)' instead
107 |             arguments: [command] + arguments,
108 |             environment: environment ?? ProcessEnv.vars,
/host/spi-builder-workspace/Sources/ShellOut.swift:108:52: warning: 'vars' is deprecated: Use `block` instead
106 |         let process = Self.init(
107 |             arguments: [command] + arguments,
108 |             environment: environment ?? ProcessEnv.vars,
    |                                                    `- warning: 'vars' is deprecated: Use `block` instead
109 |             workingDirectory: actualCwd,
110 |             outputRedirection: .collect(redirectStderr: false),
Build complete! (27.71s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.