Build Information
Successful build of Opentracing, reference 0.5.2 (18c1a3
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 04:58:26 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/undefinedlabs/opentracing-objc.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/undefinedlabs/opentracing-objc
* tag 0.5.2 -> FETCH_HEAD
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 0.5.2
========================================
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": "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",
"dependencies": [
]
}
]
}
Fetching https://github.com/undefinedlabs/opentracing-objc.git
[11/508] Fetching opentracing-objc
Fetched https://github.com/undefinedlabs/opentracing-objc.git from cache (0.72s)
Creating working copy for https://github.com/undefinedlabs/opentracing-objc.git
Working copy of https://github.com/undefinedlabs/opentracing-objc.git resolved at 0.5.2 (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.0
Building package at path: $PWD
https://github.com/undefinedlabs/opentracing-objc.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/8] Compiling OTGlobal.m
[1/8] Compiling OTTracer.m
[2/8] Compiling OTNoop.m
[3/8] Compiling OTReference.m
[4/8] Write Objects.LinkFileList
[6/8] Archiving liblibOpentracing.a
[7/8] Linking libOpentracing.dylib
Build complete! (2.37s)
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.