The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Opentracing, reference master (18c1a3), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:37:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "opentracing-objc",
      "name": "Opentracing",
      "url": "https://github.com/undefinedlabs/opentracing-objc.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/opentracing-objc",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/undefinedlabs/opentracing-objc.git
[1/508] Fetching opentracing-objc
Fetched https://github.com/undefinedlabs/opentracing-objc.git from cache (0.71s)
Creating working copy for https://github.com/undefinedlabs/opentracing-objc.git
Working copy of https://github.com/undefinedlabs/opentracing-objc.git resolved at master (18c1a35)
warning: '.resolve-product-dependencies': dependency 'opentracing-objc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/undefinedlabs/opentracing-objc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Compiling OTTracer.m
[1/8] Compiling OTNoop.m
[2/8] Compiling OTGlobal.m
[3/8] Compiling OTReference.m
[4/8] Write Objects.LinkFileList
[6/8] Archiving liblibOpentracing.a
[7/8] Linking libOpentracing.dylib
Build complete! (2.49s)
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.