The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Benchmark, reference 0.3.1 (6f247d), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:13:32 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/my-mail-ru/swift-benchmark.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/my-mail-ru/swift-benchmark
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 6f247d0 Swift 4.0
Cloned https://github.com/my-mail-ru/swift-benchmark.git
Revision (git rev-parse @):
6f247d04a4edec8d300f61f420af61e51ac0c875
SUCCESS checkout https://github.com/my-mail-ru/swift-benchmark.git at 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/my-mail-ru/swift-benchmark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Benchmark timeval.swift
/Users/admin/builder/spi-builder-workspace/Sources/timeval.swift:37:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
35 | }
36 |
37 | extension timeval : CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 | 	public var description: String {
39 | 		return "\(Double(self))"
[4/6] Compiling Benchmark timespec.swift
/Users/admin/builder/spi-builder-workspace/Sources/timespec.swift:37:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
35 | }
36 |
37 | extension timespec : CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 | 	public var description: String {
39 | 		return "\(Double(self))"
[5/6] Compiling Benchmark Benchmark.swift
[6/6] Emitting module Benchmark
/Users/admin/builder/spi-builder-workspace/Sources/timespec.swift:37:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
35 | }
36 |
37 | extension timespec : CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 | 	public var description: String {
39 | 		return "\(Double(self))"
/Users/admin/builder/spi-builder-workspace/Sources/timeval.swift:37:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
35 | }
36 |
37 | extension timeval : CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 | 	public var description: String {
39 | 		return "\(Double(self))"
Build complete! (1.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Benchmark",
  "name" : "Benchmark",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Benchmark",
      "targets" : [
        "Benchmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkTests",
      "path" : "Tests/BenchmarkTests",
      "sources" : [
        "BenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Benchmark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Benchmark",
      "module_type" : "SwiftTarget",
      "name" : "Benchmark",
      "path" : "Sources",
      "product_memberships" : [
        "Benchmark"
      ],
      "sources" : [
        "Benchmark.swift",
        "timespec.swift",
        "timeval.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.