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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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/UKfvDsi8u/1/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
Revision (git rev-parse @):
6a224c19f21d5e28198f74f5c679c0c55335688c
SUCCESS checkout https://github.com/attaswift/Benchmarking.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/attaswift/Benchmarking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version--423B1241ED78D482.txt
[5/17] Emitting module OptionParser
[6/18] Compiling OptionParser Syntax.swift
[7/18] Compiling OptionParser Argument.swift
[8/18] Compiling OptionParser Command.swift
[9/18] Compiling OptionParser ParseContext.swift
[10/18] Compiling OptionParser Parameter.swift
[11/18] Compiling OptionParser OptionValue.swift
[12/18] Compiling OptionParser OptionParser.swift
[13/18] Compiling OptionParser Option.swift
[14/18] Compiling OptionParser Help.swift
[14/18] Write Objects.LinkFileList
[15/18] Archiving libOptionParser.a
[17/18] Emitting module BenchmarkIPC
[18/18] Compiling BenchmarkIPC BenchmarkIPC.swift
[19/26] Compiling Benchmarking Run.swift
/Users/builder/builds/UKfvDsi8u/1/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/26] Compiling Benchmarking Output.swift
[21/26] Compiling Benchmarking Noop.swift
[22/26] Compiling Benchmarking InputGenerator.swift
[23/26] Compiling Benchmarking Shuffle.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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/UKfvDsi8u/1/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))
                         ^
[24/27] Compiling Benchmarking Complain.swift
[25/27] Compiling Benchmarking Benchmark.swift
[26/27] Emitting module Benchmarking
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                                                                ^
[27/27] Compiling Benchmarking Timer.swift
Build complete! (6.04s)
Fetching https://github.com/attaswift/OptionParser from cache
Fetched https://github.com/attaswift/OptionParser from cache (0.15s)
Computing version for https://github.com/attaswift/OptionParser
Computed https://github.com/attaswift/OptionParser at 1.0.0 (0.33s)
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
Build complete.
Done.