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 Opentracing, reference master (18c1a3), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 05:25:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/undefinedlabs/opentracing-objc.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/undefinedlabs/opentracing-objc
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 18c1a35 Add Swift Name for protocol inheriting (it fails when implementing from swift without it)
Cloned https://github.com/undefinedlabs/opentracing-objc.git
Revision (git rev-parse @):
18c1a35ca966236cee0c5a714a51a73ff33384c1
SUCCESS checkout https://github.com/undefinedlabs/opentracing-objc.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/undefinedlabs/opentracing-objc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/8] Compiling OTReference.m
[1/8] Compiling OTNoop.m
[2/8] Compiling OTGlobal.m
[3/8] Compiling OTTracer.m
[4/8] Write Objects.LinkFileList
[6/8] Archiving liblibOpentracing.a
[7/8] Linking libOpentracing.dylib
Build complete! (2.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Opentracing",
  "name" : "Opentracing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Opentracing",
      "targets" : [
        "Opentracing"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "libOpentracing",
      "targets" : [
        "Opentracing"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Opentracing",
      "module_type" : "ClangTarget",
      "name" : "Opentracing",
      "path" : "Pod",
      "product_memberships" : [
        "Opentracing",
        "libOpentracing"
      ],
      "sources" : [
        "Classes/OTGlobal.m",
        "Classes/OTNoop.m",
        "Classes/OTReference.m",
        "Classes/OTTracer.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.