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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/attaswift/Benchmarking
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5fb2680 Merge pull request #1 from kareman/Swift4.1
Cloned https://github.com/attaswift/Benchmarking.git
Revision (git rev-parse @):
5fb2680a1a3d6197f5dbba29d9d57c2c1c56799e
SUCCESS checkout https://github.com/attaswift/Benchmarking.git at master
========================================
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] Compiling OptionParser ParseContext.swift
[6/18] Compiling OptionParser Parameter.swift
[7/18] Compiling OptionParser Argument.swift
[8/18] Compiling OptionParser Command.swift
[9/18] Compiling OptionParser Help.swift
[10/18] Emitting module OptionParser
[11/18] Compiling OptionParser Option.swift
[12/18] Compiling OptionParser OptionParser.swift
[13/18] Compiling OptionParser OptionValue.swift
[14/18] Compiling BenchmarkIPC BenchmarkIPC.swift
[15/18] Emitting module BenchmarkIPC
[16/18] Compiling OptionParser Syntax.swift
[16/18] Write Objects.LinkFileList
[17/18] Archiving libOptionParser.a
[19/26] Compiling Benchmarking Output.swift
[20/26] Compiling Benchmarking Noop.swift
[21/26] Compiling Benchmarking Shuffle.swift
[22/26] Emitting module Benchmarking
[23/27] Compiling Benchmarking Complain.swift
[24/27] Compiling Benchmarking InputGenerator.swift
[25/27] Compiling Benchmarking Run.swift
/Users/builder/builds/UKfvDsi8u/2/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
[26/27] Compiling Benchmarking Benchmark.swift
[27/27] Compiling Benchmarking Timer.swift
Build complete! (6.37s)
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.38s)
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.