The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Benchmarking with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/TDmZkXJm/3/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 spi-builder-workspace
6a224c19f21d5e28198f74f5c679c0c55335688c
SUCCESS checkout https://github.com/attaswift/Benchmarking.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
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.43s)
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 ParseContext.swift
[2/13] Compiling OptionParser Parameter.swift
[3/13] Compiling OptionParser OptionValue.swift
[4/13] Compiling OptionParser Help.swift
[5/13] Compiling OptionParser OptionParser.swift
[6/13] Emitting module OptionParser
[7/13] Compiling OptionParser Option.swift
[8/13] Compiling OptionParser Argument.swift
[9/13] Compiling OptionParser Command.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] Emitting module Benchmarking
/Users/builder/builds/TDmZkXJm/3/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/3/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 {
                                                                ^
[15/21] Compiling Benchmarking Noop.swift
[16/22] Compiling Benchmarking Output.swift
[17/22] Compiling Benchmarking Benchmark.swift
[18/22] Compiling Benchmarking Complain.swift
[19/22] Compiling Benchmarking InputGenerator.swift
[20/22] Compiling Benchmarking Shuffle.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/22] Compiling Benchmarking Run.swift
/Users/builder/builds/TDmZkXJm/3/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
[22/22] Compiling Benchmarking Timer.swift
Build complete! (7.84s)
Build complete.
Done.