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 package-latency-tools, reference 1.0.0 (93d2be), with Swift 6.0 for Linux on 3 Nov 2024 00:28:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-latency-tools.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ordo-one/package-latency-tools
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 93d2be6 build(major): add semantic release [sc-1274]
Cloned https://github.com/ordo-one/package-latency-tools.git
Revision (git rev-parse @):
93d2be69c484bebb28c5192249d7e1da15236d34
SUCCESS checkout https://github.com/ordo-one/package-latency-tools.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ordo-one/package-latency-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.42s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Building for debugging...
[0/15] Write sources
[6/15] Compiling _NumericsShims _NumericsShims.c
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/27] Compiling RealModule Real.swift
[10/28] Compiling RealModule RealFunctions.swift
[11/28] Compiling RealModule AugmentedArithmetic.swift
[12/28] Compiling RealModule Double+Real.swift
[13/28] Emitting module RealModule
[14/28] Compiling RealModule Float16+Real.swift
[15/28] Compiling RealModule Float+Real.swift
[16/28] Compiling RealModule ElementaryFunctions.swift
[17/28] Compiling RealModule Float80+Real.swift
[18/28] Compiling RealModule AlgebraicField.swift
[19/28] Compiling RealModule ApproximateEquality.swift
[20/29] Wrapping AST for RealModule for debugging
[22/34] Emitting module LatencyTimer
[23/34] Compiling LatencyTimer LatencyTimer.swift
[25/35] Compiling ComplexModule ElementaryFunctions.swift
[26/35] Emitting module ComplexModule
[27/35] Compiling ComplexModule Differentiable.swift
[28/35] Compiling ComplexModule Arithmetic.swift
[29/35] Compiling ComplexModule Complex.swift
[30/36] Wrapping AST for ComplexModule for debugging
[32/38] Emitting module Numerics
[33/38] Compiling Numerics Numerics.swift
[34/39] Wrapping AST for Numerics for debugging
[36/41] Emitting module LatencyStatistics
[37/41] Compiling LatencyStatistics LatencyStatistics.swift
[38/42] Wrapping AST for LatencyStatistics for debugging
[40/44] Emitting module LatencyStatisticsCLI
[41/44] Compiling LatencyStatisticsCLI main.swift
[42/45] Wrapping AST for LatencyStatisticsCLI for debugging
[43/45] Write Objects.LinkFileList
[44/45] Linking LatencyStatisticsCLI
Build complete! (14.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "package-latency-tools",
  "name" : "package-latency-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LatencyTimer",
      "targets" : [
        "LatencyTimer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LatencyStatistics",
      "targets" : [
        "LatencyStatistics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LatencyStatisticsCLI",
      "targets" : [
        "LatencyStatisticsCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LatencyToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "LatencyToolsTests",
      "path" : "Tests/LatencyToolsTests",
      "sources" : [
        "LatencyStatisticsTests.swift"
      ],
      "target_dependencies" : [
        "LatencyTimer",
        "LatencyStatistics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LatencyTimer",
      "module_type" : "SwiftTarget",
      "name" : "LatencyTimer",
      "path" : "Sources/LatencyTimer",
      "product_memberships" : [
        "LatencyTimer"
      ],
      "sources" : [
        "LatencyTimer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LatencyStatisticsCLI",
      "module_type" : "SwiftTarget",
      "name" : "LatencyStatisticsCLI",
      "path" : "Sources/LatencyStatisticsCLI",
      "product_memberships" : [
        "LatencyStatisticsCLI"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LatencyStatistics"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LatencyStatistics",
      "module_type" : "SwiftTarget",
      "name" : "LatencyStatistics",
      "path" : "Sources/LatencyStatistics",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "LatencyStatistics",
        "LatencyStatisticsCLI"
      ],
      "sources" : [
        "LatencyStatistics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.