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 CommandLine with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/commandline.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/commandline
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9b56116 Swift 5 update
Cloned https://github.com/davidskrundz/commandline.git
Revision (git rev-parse @):
9b56116871b5cbd9f81455ab639fa1705efb5ac8
SUCCESS checkout https://github.com/davidskrundz/commandline.git at master
Fetching https://github.com/DavidSkrundz/Collections.git from cache
Fetched https://github.com/DavidSkrundz/Collections.git (0.18s)
Computing version for https://github.com/DavidSkrundz/Collections.git
Computed https://github.com/DavidSkrundz/Collections.git at 2.0.0 (0.76s)
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "commandline",
      "name": "CommandLine",
      "url": "https://github.com/davidskrundz/commandline.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/commandline",
      "dependencies": [
        {
          "identity": "collections",
          "name": "Collections",
          "url": "https://github.com/DavidSkrundz/Collections.git",
          "version": "2.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/davidskrundz/commandline.git from cache
Fetched https://github.com/davidskrundz/commandline.git (0.16s)
Fetching https://github.com/DavidSkrundz/Collections.git from cache
Fetched https://github.com/DavidSkrundz/Collections.git (0.17s)
Computing version for https://github.com/DavidSkrundz/Collections.git
Computed https://github.com/DavidSkrundz/Collections.git at 2.0.0 (0.01s)
Creating working copy for https://github.com/davidskrundz/commandline.git
Working copy of https://github.com/davidskrundz/commandline.git resolved at master
Creating working copy for https://github.com/DavidSkrundz/Collections.git
Working copy of https://github.com/DavidSkrundz/Collections.git resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'commandline' is not used by any target
Found 1 product dependencies
  - Collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling Generator Generator+Sequence.swift
[2/11] Compiling Generator Generator+Previous.swift
[3/11] Compiling Generator Generator+Peek.swift
[4/11] Compiling Generator Generator+String.swift
[5/11] Compiling Generator Character.swift
[6/11] Compiling Generator Collection+Generator.swift
[7/12] Compiling Generator Generator+Iterator.swift
[8/12] Compiling Generator Generator+Move.swift
[9/12] Emitting module Generator
[10/12] Compiling Generator Generator.swift
[11/20] Compiling CommandLine Output.swift
[12/20] Compiling CommandLine ANSI.swift
[13/20] Emitting module CommandLine
[14/20] Compiling CommandLine StandardInOut.swift
[15/20] Compiling CommandLine ParseError.swift
[16/20] Compiling CommandLine Option.swift
[17/20] Compiling CommandLine AutoTask.swift
[18/20] Compiling CommandLine ArgumentParser.swift
[18/20] Archiving libsCommandLine.a
[19/20] Linking libdCommandLine.dylib
Build complete! (9.07s)
Build complete.
Done.