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 ShXcrun, reference 0.50.1 (8128fa), with Swift 6.1 for Linux on 28 Apr 2025 16:24:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/ShXcrun.git
Reference: 0.50.1
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/danielsincere/ShXcrun
 * tag               0.50.1     -> FETCH_HEAD
HEAD is now at 8128fae update Package.swift
Cloned https://github.com/danielsincere/ShXcrun.git
Revision (git rev-parse @):
8128fae96e027a12cc8524a51f3bdabe6e3d3d25
SUCCESS checkout https://github.com/danielsincere/ShXcrun.git at 0.50.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsincere/ShXcrun.git
https://github.com/danielsincere/ShXcrun.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    }
  ],
  "manifest_display_name" : "ShXcrun",
  "name" : "ShXcrun",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ShXcrun",
      "targets" : [
        "ShXcrun"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShXcrunTests",
      "module_type" : "SwiftTarget",
      "name" : "ShXcrunTests",
      "path" : "Tests/ShXcrunTests",
      "product_dependencies" : [
        "Sh"
      ],
      "sources" : [
        "ShXcrunTests.swift",
        "SimctlTests.swift"
      ],
      "target_dependencies" : [
        "ShXcrun"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShXcrun",
      "module_type" : "SwiftTarget",
      "name" : "ShXcrun",
      "path" : "Sources/ShXcrun",
      "product_dependencies" : [
        "Sh"
      ],
      "product_memberships" : [
        "ShXcrun"
      ],
      "sources" : [
        "Altool/Altool.swift",
        "Altool/Altool.uploadApp.swift",
        "Altool/Credential/AltoolCredential.swift",
        "Altool/Credential/ApiKeyCredential.swift",
        "Altool/Credential/EnvironmentVariablePasswordCredential.swift",
        "Altool/Credential/KeychainPasswordCredential.swift",
        "Altool/Credential/LiteralPasswordCredential.swift",
        "Altool/Platform/Altool.Platform.swift",
        "Altool/Transport/Altool.Transport.swift",
        "SimCtl/Simctl.bootUp.swift",
        "SimCtl/Simctl.erase.swift",
        "SimCtl/Simctl.eraseAll.swift",
        "SimCtl/Simctl.listDeviceTypes.swift",
        "SimCtl/Simctl.listDevices.swift",
        "SimCtl/Simctl.screenshot.swift",
        "SimCtl/Simctl.shutdown.swift",
        "SimCtl/Simctl.shutdownAll.swift",
        "SimCtl/Simctl.swift",
        "Simctl/Simctl.listRuntimes.swift",
        "Xcodebuild/Destination/Xcodebuild.Destination(string).swift",
        "Xcodebuild/Destination/Xcodebuild.Destination.swift",
        "Xcodebuild/ExportOptions/ExportOptions.swift",
        "Xcodebuild/ExportOptions/ExportOptions.write.swift",
        "Xcodebuild/Xcodebuild.analyze.swift",
        "Xcodebuild/Xcodebuild.archive.swift",
        "Xcodebuild/Xcodebuild.build.swift",
        "Xcodebuild/Xcodebuild.buildForTesting.swift",
        "Xcodebuild/Xcodebuild.clean.swift",
        "Xcodebuild/Xcodebuild.exportArchive.swift",
        "Xcodebuild/Xcodebuild.install.swift",
        "Xcodebuild/Xcodebuild.installSrc.swift",
        "Xcodebuild/Xcodebuild.list.swift",
        "Xcodebuild/Xcodebuild.showDestinations.swift",
        "Xcodebuild/Xcodebuild.showSDKs.swift",
        "Xcodebuild/Xcodebuild.swift",
        "Xcodebuild/Xcodebuild.test.swift",
        "Xcodebuild/Xcodebuild.testWithoutBuilding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/DanielSincere/Sh.git
[9/859] Fetching sh
Fetched https://github.com/DanielSincere/Sh.git from cache (0.22s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.74s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[1197/5549] Fetching rainbow, swift-system
Fetched https://github.com/onevcat/Rainbow from cache (0.39s)
Fetched https://github.com/apple/swift-system from cache (0.39s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.65s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.49s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling CSystem shims.c
[7/45] Compiling SystemPackage Errno.swift
[8/45] Compiling SystemPackage ErrnoWindows.swift
[9/45] Compiling SystemPackage FileDescriptor.swift
[10/45] Compiling SystemPackage FileHelpers.swift
[11/48] Compiling Rainbow StringGenerator.swift
[12/49] Compiling Rainbow String+Rainbow.swift
[13/49] Compiling SystemPackage FileOperations.swift
[14/49] Compiling SystemPackage FilePath.swift
[15/49] Compiling SystemPackage FilePathComponentView.swift
[16/49] Compiling SystemPackage FilePathComponents.swift
[17/49] Compiling SystemPackage MachPort.swift
[18/49] Compiling SystemPackage PlatformString.swift
[19/49] Compiling SystemPackage SystemString.swift
[20/49] Compiling SystemPackage FilePathParsing.swift
[21/49] Compiling SystemPackage FilePathString.swift
[22/49] Compiling SystemPackage FilePathSyntax.swift
[23/49] Compiling SystemPackage FilePathTemp.swift
[24/49] Compiling SystemPackage FilePathTempPosix.swift
[25/49] Compiling SystemPackage FilePathTempWindows.swift
[26/49] Compiling SystemPackage FilePathWindows.swift
[27/49] Compiling SystemPackage FilePermissions.swift
[28/49] Emitting module SystemPackage
[29/49] Compiling Rainbow Style.swift
[30/49] Compiling SystemPackage Util+StringArray.swift
[31/49] Compiling SystemPackage Util.swift
[32/49] Compiling SystemPackage UtilConsumers.swift
[33/49] Compiling SystemPackage Backcompat.swift
[34/49] Compiling SystemPackage CInterop.swift
[35/49] Compiling SystemPackage Constants.swift
[36/49] Compiling SystemPackage Exports.swift
[37/49] Compiling SystemPackage Mocking.swift
[38/49] Compiling SystemPackage RawBuffer.swift
[39/49] Compiling SystemPackage Syscalls.swift
[40/49] Compiling SystemPackage WindowsSyscallAdapters.swift
[41/50] Compiling Rainbow OutputTarget.swift
[43/50] Compiling Rainbow Rainbow.swift
[48/50] Emitting module Rainbow
[52/65] Compiling Sh Process.runReturningAllOutput.swift
[53/65] Compiling Sh Process.runReturningData.swift
[54/66] Compiling Sh Process.init.swift
[55/66] Compiling Sh Process.runRedirectingAllOutput.swift
[56/66] Compiling Sh Data.asJSON.swift
[57/66] Compiling Sh Data.asTrimmedString.swift
[58/66] Emitting module Sh
[59/66] Compiling Sh PipeBuffer.swift
[60/66] Compiling Sh Errors.swift
[61/66] Compiling Sh sh.swift
[62/66] Compiling Sh Process.runReturningTrimmedString.swift
[63/66] Compiling Sh Process.terminationError.swift
[64/66] Compiling Sh Sink.swift
[65/66] Compiling Sh String.asTrimmedLines.swift
[66/66] Compiling Sh shq.swift
[68/101] Compiling ShXcrun Xcodebuild.build.swift
[69/101] Compiling ShXcrun Xcodebuild.buildForTesting.swift
[70/101] Compiling ShXcrun Xcodebuild.clean.swift
[71/101] Compiling ShXcrun Xcodebuild.exportArchive.swift
[72/105] Compiling ShXcrun Altool.swift
[73/105] Compiling ShXcrun Altool.uploadApp.swift
[74/105] Compiling ShXcrun AltoolCredential.swift
[75/105] Compiling ShXcrun ApiKeyCredential.swift
[76/105] Compiling ShXcrun EnvironmentVariablePasswordCredential.swift
[77/105] Compiling ShXcrun KeychainPasswordCredential.swift
[78/105] Compiling ShXcrun LiteralPasswordCredential.swift
[79/105] Compiling ShXcrun Altool.Platform.swift
[80/105] Compiling ShXcrun Altool.Transport.swift
[81/105] Compiling ShXcrun Simctl.bootUp.swift
[82/105] Emitting module ShXcrun
[83/105] Compiling ShXcrun Xcodebuild.install.swift
[84/105] Compiling ShXcrun Xcodebuild.installSrc.swift
[85/105] Compiling ShXcrun Xcodebuild.list.swift
[86/105] Compiling ShXcrun Xcodebuild.showDestinations.swift
[87/105] Compiling ShXcrun Simctl.shutdown.swift
[88/105] Compiling ShXcrun Simctl.shutdownAll.swift
[89/105] Compiling ShXcrun Simctl.swift
[90/105] Compiling ShXcrun Simctl.listRuntimes.swift
[91/105] Compiling ShXcrun Xcodebuild.Destination(string).swift
[92/105] Compiling ShXcrun Xcodebuild.showSDKs.swift
[93/105] Compiling ShXcrun Xcodebuild.swift
[94/105] Compiling ShXcrun Xcodebuild.test.swift
[95/105] Compiling ShXcrun Xcodebuild.testWithoutBuilding.swift
[96/105] Compiling ShXcrun Simctl.erase.swift
[97/105] Compiling ShXcrun Simctl.eraseAll.swift
[98/105] Compiling ShXcrun Simctl.listDeviceTypes.swift
[99/105] Compiling ShXcrun Simctl.listDevices.swift
[100/105] Compiling ShXcrun Simctl.screenshot.swift
[101/105] Compiling ShXcrun Xcodebuild.Destination.swift
[102/105] Compiling ShXcrun ExportOptions.swift
[103/105] Compiling ShXcrun ExportOptions.write.swift
[104/105] Compiling ShXcrun Xcodebuild.analyze.swift
[105/105] Compiling ShXcrun Xcodebuild.archive.swift
Build complete! (14.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    }
  ],
  "manifest_display_name" : "ShXcrun",
  "name" : "ShXcrun",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ShXcrun",
      "targets" : [
        "ShXcrun"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShXcrunTests",
      "module_type" : "SwiftTarget",
      "name" : "ShXcrunTests",
      "path" : "Tests/ShXcrunTests",
      "product_dependencies" : [
        "Sh"
      ],
      "sources" : [
        "ShXcrunTests.swift",
        "SimctlTests.swift"
      ],
      "target_dependencies" : [
        "ShXcrun"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShXcrun",
      "module_type" : "SwiftTarget",
      "name" : "ShXcrun",
      "path" : "Sources/ShXcrun",
      "product_dependencies" : [
        "Sh"
      ],
      "product_memberships" : [
        "ShXcrun"
      ],
      "sources" : [
        "Altool/Altool.swift",
        "Altool/Altool.uploadApp.swift",
        "Altool/Credential/AltoolCredential.swift",
        "Altool/Credential/ApiKeyCredential.swift",
        "Altool/Credential/EnvironmentVariablePasswordCredential.swift",
        "Altool/Credential/KeychainPasswordCredential.swift",
        "Altool/Credential/LiteralPasswordCredential.swift",
        "Altool/Platform/Altool.Platform.swift",
        "Altool/Transport/Altool.Transport.swift",
        "SimCtl/Simctl.bootUp.swift",
        "SimCtl/Simctl.erase.swift",
        "SimCtl/Simctl.eraseAll.swift",
        "SimCtl/Simctl.listDeviceTypes.swift",
        "SimCtl/Simctl.listDevices.swift",
        "SimCtl/Simctl.screenshot.swift",
        "SimCtl/Simctl.shutdown.swift",
        "SimCtl/Simctl.shutdownAll.swift",
        "SimCtl/Simctl.swift",
        "Simctl/Simctl.listRuntimes.swift",
        "Xcodebuild/Destination/Xcodebuild.Destination(string).swift",
        "Xcodebuild/Destination/Xcodebuild.Destination.swift",
        "Xcodebuild/ExportOptions/ExportOptions.swift",
        "Xcodebuild/ExportOptions/ExportOptions.write.swift",
        "Xcodebuild/Xcodebuild.analyze.swift",
        "Xcodebuild/Xcodebuild.archive.swift",
        "Xcodebuild/Xcodebuild.build.swift",
        "Xcodebuild/Xcodebuild.buildForTesting.swift",
        "Xcodebuild/Xcodebuild.clean.swift",
        "Xcodebuild/Xcodebuild.exportArchive.swift",
        "Xcodebuild/Xcodebuild.install.swift",
        "Xcodebuild/Xcodebuild.installSrc.swift",
        "Xcodebuild/Xcodebuild.list.swift",
        "Xcodebuild/Xcodebuild.showDestinations.swift",
        "Xcodebuild/Xcodebuild.showSDKs.swift",
        "Xcodebuild/Xcodebuild.swift",
        "Xcodebuild/Xcodebuild.test.swift",
        "Xcodebuild/Xcodebuild.testWithoutBuilding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.