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 Benchmark, reference master (6f247d), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 08:27:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/my-mail-ru/swift-benchmark.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/my-mail-ru/swift-benchmark
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-benchmark",
      "name": "Benchmark",
      "url": "https://github.com/my-mail-ru/swift-benchmark.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-benchmark",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/my-mail-ru/swift-benchmark.git
[1/45] Fetching swift-benchmark
Fetched https://github.com/my-mail-ru/swift-benchmark.git from cache (0.61s)
Creating working copy for https://github.com/my-mail-ru/swift-benchmark.git
Working copy of https://github.com/my-mail-ru/swift-benchmark.git resolved at master (6f247d0)
warning: '.resolve-product-dependencies': dependency 'swift-benchmark' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/my-mail-ru/swift-benchmark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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 '_time' 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 '_time' 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 'sys_time' 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 'sys_time' 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 '_time' 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 '_time' 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 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 'sys_time' 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 'sys_time' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 | 	public var description: String {
39 | 		return "\(Double(self))"
[6/6] Compiling Benchmark Benchmark.swift
Build complete! (3.25s)
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.