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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/Benchmarking.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/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
Fetching https://github.com/attaswift/OptionParser from cache
Fetched https://github.com/attaswift/OptionParser (0.20s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OptionParser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/attaswift/Benchmarking.git
[1/65] Fetching benchmarking
Fetched https://github.com/attaswift/Benchmarking.git (0.27s)
Fetching https://github.com/attaswift/OptionParser from cache
Fetched https://github.com/attaswift/OptionParser (0.22s)
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/Benchmarking.git
Working copy of https://github.com/attaswift/Benchmarking.git resolved at master
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'benchmarking' is not used by any target
Found 1 product dependencies
  - OptionParser
========================================
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/12] Emitting module OptionParser
[2/13] Compiling OptionParser Parameter.swift
[3/13] Compiling OptionParser OptionParser.swift
[4/13] Compiling OptionParser OptionValue.swift
[5/13] Compiling OptionParser ParseContext.swift
[6/13] Compiling OptionParser Help.swift
[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
[15/22] Compiling Benchmarking Benchmark.swift
[16/22] Compiling Benchmarking Shuffle.swift
[17/22] Compiling Benchmarking Output.swift
[18/22] Compiling Benchmarking Complain.swift
[19/22] Compiling Benchmarking InputGenerator.swift
[20/22] Compiling Benchmarking Run.swift
/Users/admin/builds/h8344Zi3/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
[21/22] Compiling Benchmarking Noop.swift
[22/22] Compiling Benchmarking Timer.swift
Build complete! (10.88s)
Build complete.
Done.