Build Information
Successful build of Benchmarking, reference master (5fb268
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:57:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/Benchmarking.git
Reference: master
Initialized empty Git repository in /Users/admin/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: 6.2
Building package at path: $PWD
https://github.com/attaswift/Benchmarking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-1EA4D86E10B52AF.txt
[5/18] Compiling OptionParser Syntax.swift
[6/18] Compiling OptionParser ParseContext.swift
[7/18] Compiling OptionParser OptionParser.swift
[8/18] Compiling OptionParser OptionValue.swift
[9/18] Compiling OptionParser Parameter.swift
[10/18] Compiling OptionParser Help.swift
[11/18] Compiling OptionParser Argument.swift
[12/18] Compiling OptionParser Command.swift
[13/18] Emitting module OptionParser
[14/18] Compiling OptionParser Option.swift
[15/18] Compiling BenchmarkIPC BenchmarkIPC.swift
[16/18] Emitting module BenchmarkIPC
[16/18] Write Objects.LinkFileList
[17/18] Archiving libOptionParser.a
[19/27] Compiling Benchmarking Timer.swift
[20/27] Compiling Benchmarking Run.swift
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
7 | import BenchmarkIPC
8 |
9 | extension RunOptions.OutputFormat: OptionValue {}
| |- warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
10 |
11 | struct AttabenchOptions {
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:70:13: warning: variable 'sizes' was never mutated; consider changing to 'let' constant
68 | tasks = taskTitles.map { self.tasks[$0]! }
69 | }
70 | var sizes = options.sizes
| `- warning: variable 'sizes' was never mutated; consider changing to 'let' constant
71 | guard !sizes.isEmpty else {
72 | throw OptionError("Need at least one size")
[21/27] Compiling Benchmarking Shuffle.swift
[22/27] Compiling Benchmarking InputGenerator.swift
[23/27] Compiling Benchmarking Noop.swift
[24/27] Compiling Benchmarking Complain.swift
[25/27] Compiling Benchmarking Benchmark.swift
[26/27] Emitting module Benchmarking
/Users/admin/builder/spi-builder-workspace/Benchmarking/Run.swift:9:1: warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
7 | import BenchmarkIPC
8 |
9 | extension RunOptions.OutputFormat: OptionValue {}
| |- warning: extension declares a conformance of imported type 'OutputFormat' to imported protocol 'OptionValue'; this will not behave correctly if the owners of 'BenchmarkIPC' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
10 |
11 | struct AttabenchOptions {
[27/27] Compiling Benchmarking Output.swift
Build complete! (8.50s)
Fetching https://github.com/attaswift/OptionParser
[1/82] Fetching optionparser
Fetched https://github.com/attaswift/OptionParser from cache (0.64s)
Computing version for https://github.com/attaswift/OptionParser
Computed https://github.com/attaswift/OptionParser at 1.0.0 (1.19s)
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "optionparser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/OptionParser"
}
],
"manifest_display_name" : "Benchmarking",
"name" : "Benchmarking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Benchmarking",
"targets" : [
"Benchmarking",
"BenchmarkIPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "Benchmarking",
"module_type" : "SwiftTarget",
"name" : "Benchmarking",
"path" : "Benchmarking",
"product_dependencies" : [
"OptionParser"
],
"product_memberships" : [
"Benchmarking"
],
"sources" : [
"Benchmark.swift",
"Complain.swift",
"InputGenerator.swift",
"Noop.swift",
"Output.swift",
"Run.swift",
"Shuffle.swift",
"Timer.swift"
],
"target_dependencies" : [
"BenchmarkIPC"
],
"type" : "library"
},
{
"c99name" : "BenchmarkIPC",
"module_type" : "SwiftTarget",
"name" : "BenchmarkIPC",
"path" : "BenchmarkIPC",
"product_memberships" : [
"Benchmarking"
],
"sources" : [
"BenchmarkIPC.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.