The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-shell, reference main (96ab21), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 2 Aug 2024 13:51:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-shell -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/swift-shell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swift-shell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 96ab219 Fix package manifest (#2)
Cloned https://github.com/darrarski/swift-shell.git
Revision (git rev-parse @):
96ab21989405780333e8a7b690a46fa4b28548e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/darrarski/swift-shell.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/darrarski/swift-shell.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/pointfreeco/swift-custom-dump.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/pointfreeco/swift-concurrency-extras.git
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.1 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.3.0 of package ‘swift-custom-dump’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.1.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-collections’
Checking out 1.1.2 of package ‘swift-collections’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 1.1.0 of package ‘swift-concurrency-extras’
Resolved source packages:
  swift-shell-examples: /Users/admin/builder/spi-builder-workspace/Examples
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.1.2
  swift-shell: /Users/admin/builder/spi-builder-workspace
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.1.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.0.1
resolved source packages: swift-shell-examples, xctest-dynamic-overlay, swift-shell, swift-concurrency-extras, swift-custom-dump, swift-collections, swift-async-algorithms
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "swift-shell",
  "name" : "swift-shell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftShell",
      "targets" : [
        "SwiftShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftShellTests",
      "path" : "Tests/SwiftShellTests",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "CustomDump"
      ],
      "sources" : [
        "ShellCommandTests.swift",
        "ShellEnvironmentTests.swift",
        "ShellProcessTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftShell",
      "path" : "Sources/SwiftShell",
      "product_memberships" : [
        "SwiftShell"
      ],
      "sources" : [
        "Bash.swift",
        "ShellCommand.swift",
        "ShellEnvironment.swift",
        "ShellProcess.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "SwiftShell",
    "schemes" : [
      "DecorateOutputExample",
      "InputOutputExample",
      "SwiftShell"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-shell",
      "SwiftShell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-shell -destination platform=macOS,arch=arm64
Build complete.
Done.