This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Benchmarking 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.22.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/Benchmarking.git
Reference: v1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/attaswift/Benchmarking
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 6a224c1 Update README.md
Cloned https://github.com/attaswift/Benchmarking.git into /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
SUCCESS checkout https://github.com/attaswift/Benchmarking.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build complete.
Fetching https://github.com/attaswift/OptionParser from cache
Fetched https://github.com/attaswift/OptionParser (0.18s)
Computing version for https://github.com/attaswift/OptionParser
Computed https://github.com/attaswift/OptionParser at 1.0.0 (0.29s)
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
Building for debugging...
[1/12] Compiling OptionParser OptionValue.swift
[2/12] Compiling OptionParser ParseContext.swift
[3/12] Compiling OptionParser Parameter.swift
[4/13] Compiling OptionParser OptionParser.swift
[5/13] Emitting module OptionParser
[6/13] Compiling OptionParser Option.swift
[7/13] Compiling OptionParser Argument.swift
[8/13] Compiling OptionParser Command.swift
[9/13] Compiling OptionParser Help.swift
[10/13] Compiling BenchmarkIPC BenchmarkIPC.swift
[11/13] Emitting module BenchmarkIPC
[12/13] Compiling OptionParser Syntax.swift
[12/13] Archiving libOptionParser.a
[14/21] Compiling Benchmarking Noop.swift
[15/21] Compiling Benchmarking Complain.swift
[16/21] Compiling Benchmarking Benchmark.swift
[17/21] Emitting module Benchmarking
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:31:40: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where IndexDistance: FixedWidthInteger {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:40:65: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where Self: MutableCollection, IndexDistance: FixedWidthInteger {
                                                                ^
[18/21] Compiling Benchmarking Output.swift
[19/21] Compiling Benchmarking Run.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Run.swift:70:13: warning: variable 'sizes' was never mutated; consider changing to 'let' constant
        var sizes = options.sizes
        ~~~ ^
        let
[20/21] Compiling Benchmarking Shuffle.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:31:40: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where IndexDistance: FixedWidthInteger {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:40:65: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
extension RandomAccessCollection where Self: MutableCollection, IndexDistance: FixedWidthInteger {
                                                                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:34:27: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
        let offset = Self.IndexDistance.random(below: count)
                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Benchmarking/Shuffle.swift:43:26: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
            let offset = IndexDistance.random(below: self.distance(from: i, to: self.endIndex))
                         ^
[21/21] Compiling Benchmarking InputGenerator.swift
[22/22] Compiling Benchmarking Timer.swift
Build complete! (10.00s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "benchmarking",
      "name": "Benchmarking",
      "url": "https://github.com/attaswift/Benchmarking.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Benchmarking",
      "dependencies": [
        {
          "identity": "optionparser",
          "name": "OptionParser",
          "url": "https://github.com/attaswift/OptionParser",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OptionParser",
          "dependencies": [

          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/attaswift/Benchmarking.git from cache
Fetched https://github.com/attaswift/Benchmarking.git (0.18s)
Fetching https://github.com/attaswift/OptionParser from cache
Fetched https://github.com/attaswift/OptionParser (0.17s)
Computing version for https://github.com/attaswift/OptionParser
Computed https://github.com/attaswift/OptionParser at 1.0.0 (0.02s)
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
Creating working copy for https://github.com/attaswift/Benchmarking.git
Working copy of https://github.com/attaswift/Benchmarking.git resolved at v1.0.0
warning: '.resolve-product-dependencies': dependency 'benchmarking' is not used by any target
Found 1 product dependencies
  - OptionParser
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.