Build Information
Successful build of opentelemetry-swift, reference main (e4a311
), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 31 Mar 2025 15:20:59 UTC.
Swift 6 data race errors: 171
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme opentelemetry-swift -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2421:27: note: annotate 'derby' with '@MainActor' if property should only be accessed from the main actor
public static let derby = DbSystemValues("derby")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2421:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let derby = DbSystemValues("derby")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2425:27: warning: static property 'filemaker' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let filemaker = DbSystemValues("filemaker")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2425:27: note: annotate 'filemaker' with '@MainActor' if property should only be accessed from the main actor
public static let filemaker = DbSystemValues("filemaker")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2425:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let filemaker = DbSystemValues("filemaker")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2429:27: warning: static property 'informix' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let informix = DbSystemValues("informix")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2429:27: note: annotate 'informix' with '@MainActor' if property should only be accessed from the main actor
public static let informix = DbSystemValues("informix")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2429:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let informix = DbSystemValues("informix")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2433:27: warning: static property 'instantdb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instantdb = DbSystemValues("instantdb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2433:27: note: annotate 'instantdb' with '@MainActor' if property should only be accessed from the main actor
public static let instantdb = DbSystemValues("instantdb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2433:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instantdb = DbSystemValues("instantdb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2437:27: warning: static property 'interbase' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let interbase = DbSystemValues("interbase")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2437:27: note: annotate 'interbase' with '@MainActor' if property should only be accessed from the main actor
public static let interbase = DbSystemValues("interbase")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2437:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let interbase = DbSystemValues("interbase")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2441:27: warning: static property 'mariadb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mariadb = DbSystemValues("mariadb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2441:27: note: annotate 'mariadb' with '@MainActor' if property should only be accessed from the main actor
public static let mariadb = DbSystemValues("mariadb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2441:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mariadb = DbSystemValues("mariadb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2445:27: warning: static property 'netezza' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let netezza = DbSystemValues("netezza")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2445:27: note: annotate 'netezza' with '@MainActor' if property should only be accessed from the main actor
public static let netezza = DbSystemValues("netezza")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2445:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let netezza = DbSystemValues("netezza")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2449:27: warning: static property 'pervasive' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pervasive = DbSystemValues("pervasive")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2449:27: note: annotate 'pervasive' with '@MainActor' if property should only be accessed from the main actor
public static let pervasive = DbSystemValues("pervasive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2449:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pervasive = DbSystemValues("pervasive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2453:27: warning: static property 'pointbase' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pointbase = DbSystemValues("pointbase")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2453:27: note: annotate 'pointbase' with '@MainActor' if property should only be accessed from the main actor
public static let pointbase = DbSystemValues("pointbase")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2453:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pointbase = DbSystemValues("pointbase")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2457:27: warning: static property 'sqlite' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sqlite = DbSystemValues("sqlite")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2457:27: note: annotate 'sqlite' with '@MainActor' if property should only be accessed from the main actor
public static let sqlite = DbSystemValues("sqlite")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2457:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sqlite = DbSystemValues("sqlite")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2461:27: warning: static property 'sybase' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sybase = DbSystemValues("sybase")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2461:27: note: annotate 'sybase' with '@MainActor' if property should only be accessed from the main actor
public static let sybase = DbSystemValues("sybase")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2461:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sybase = DbSystemValues("sybase")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2465:27: warning: static property 'teradata' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let teradata = DbSystemValues("teradata")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2465:27: note: annotate 'teradata' with '@MainActor' if property should only be accessed from the main actor
public static let teradata = DbSystemValues("teradata")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2465:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let teradata = DbSystemValues("teradata")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2469:27: warning: static property 'vertica' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let vertica = DbSystemValues("vertica")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2469:27: note: annotate 'vertica' with '@MainActor' if property should only be accessed from the main actor
public static let vertica = DbSystemValues("vertica")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2469:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vertica = DbSystemValues("vertica")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2473:27: warning: static property 'h2' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let h2 = DbSystemValues("h2")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2473:27: note: annotate 'h2' with '@MainActor' if property should only be accessed from the main actor
public static let h2 = DbSystemValues("h2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2473:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h2 = DbSystemValues("h2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2477:27: warning: static property 'coldfusion' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let coldfusion = DbSystemValues("coldfusion")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2477:27: note: annotate 'coldfusion' with '@MainActor' if property should only be accessed from the main actor
public static let coldfusion = DbSystemValues("coldfusion")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2477:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let coldfusion = DbSystemValues("coldfusion")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2481:27: warning: static property 'cassandra' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cassandra = DbSystemValues("cassandra")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2481:27: note: annotate 'cassandra' with '@MainActor' if property should only be accessed from the main actor
public static let cassandra = DbSystemValues("cassandra")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2481:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cassandra = DbSystemValues("cassandra")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2485:27: warning: static property 'hbase' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hbase = DbSystemValues("hbase")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2485:27: note: annotate 'hbase' with '@MainActor' if property should only be accessed from the main actor
public static let hbase = DbSystemValues("hbase")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2485:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hbase = DbSystemValues("hbase")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2489:27: warning: static property 'mongodb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mongodb = DbSystemValues("mongodb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2489:27: note: annotate 'mongodb' with '@MainActor' if property should only be accessed from the main actor
public static let mongodb = DbSystemValues("mongodb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2489:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mongodb = DbSystemValues("mongodb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2493:27: warning: static property 'redis' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redis = DbSystemValues("redis")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2493:27: note: annotate 'redis' with '@MainActor' if property should only be accessed from the main actor
public static let redis = DbSystemValues("redis")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2493:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redis = DbSystemValues("redis")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2497:27: warning: static property 'couchbase' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let couchbase = DbSystemValues("couchbase")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2497:27: note: annotate 'couchbase' with '@MainActor' if property should only be accessed from the main actor
public static let couchbase = DbSystemValues("couchbase")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2497:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let couchbase = DbSystemValues("couchbase")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2501:27: warning: static property 'couchdb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let couchdb = DbSystemValues("couchdb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2501:27: note: annotate 'couchdb' with '@MainActor' if property should only be accessed from the main actor
public static let couchdb = DbSystemValues("couchdb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2501:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let couchdb = DbSystemValues("couchdb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2505:27: warning: static property 'cosmosdb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cosmosdb = DbSystemValues("cosmosdb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2505:27: note: annotate 'cosmosdb' with '@MainActor' if property should only be accessed from the main actor
public static let cosmosdb = DbSystemValues("cosmosdb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2505:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cosmosdb = DbSystemValues("cosmosdb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2509:27: warning: static property 'dynamodb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dynamodb = DbSystemValues("dynamodb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2509:27: note: annotate 'dynamodb' with '@MainActor' if property should only be accessed from the main actor
public static let dynamodb = DbSystemValues("dynamodb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2509:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dynamodb = DbSystemValues("dynamodb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2513:27: warning: static property 'neo4j' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let neo4j = DbSystemValues("neo4j")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2513:27: note: annotate 'neo4j' with '@MainActor' if property should only be accessed from the main actor
public static let neo4j = DbSystemValues("neo4j")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2513:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let neo4j = DbSystemValues("neo4j")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2517:27: warning: static property 'geode' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let geode = DbSystemValues("geode")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2517:27: note: annotate 'geode' with '@MainActor' if property should only be accessed from the main actor
public static let geode = DbSystemValues("geode")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2517:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let geode = DbSystemValues("geode")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2521:27: warning: static property 'elasticsearch' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let elasticsearch = DbSystemValues("elasticsearch")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2521:27: note: annotate 'elasticsearch' with '@MainActor' if property should only be accessed from the main actor
public static let elasticsearch = DbSystemValues("elasticsearch")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2521:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elasticsearch = DbSystemValues("elasticsearch")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2525:27: warning: static property 'memcached' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let memcached = DbSystemValues("memcached")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2525:27: note: annotate 'memcached' with '@MainActor' if property should only be accessed from the main actor
public static let memcached = DbSystemValues("memcached")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2525:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let memcached = DbSystemValues("memcached")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2529:27: warning: static property 'cockroachdb' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cockroachdb = DbSystemValues("cockroachdb")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2529:27: note: annotate 'cockroachdb' with '@MainActor' if property should only be accessed from the main actor
public static let cockroachdb = DbSystemValues("cockroachdb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2529:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cockroachdb = DbSystemValues("cockroachdb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2533:27: warning: static property 'opensearch' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let opensearch = DbSystemValues("opensearch")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2533:27: note: annotate 'opensearch' with '@MainActor' if property should only be accessed from the main actor
public static let opensearch = DbSystemValues("opensearch")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2533:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let opensearch = DbSystemValues("opensearch")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2537:27: warning: static property 'clickhouse' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let clickhouse = DbSystemValues("clickhouse")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2537:27: note: annotate 'clickhouse' with '@MainActor' if property should only be accessed from the main actor
public static let clickhouse = DbSystemValues("clickhouse")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2537:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let clickhouse = DbSystemValues("clickhouse")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2541:27: warning: static property 'spanner' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let spanner = DbSystemValues("spanner")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2541:27: note: annotate 'spanner' with '@MainActor' if property should only be accessed from the main actor
public static let spanner = DbSystemValues("spanner")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2541:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let spanner = DbSystemValues("spanner")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2545:27: warning: static property 'trino' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let trino = DbSystemValues("trino")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2337:19: note: consider making struct 'DbSystemValues' conform to the 'Sendable' protocol
public struct DbSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2545:27: note: annotate 'trino' with '@MainActor' if property should only be accessed from the main actor
public static let trino = DbSystemValues("trino")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2545:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let trino = DbSystemValues("trino")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2566:27: warning: static property 'tcp' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTransportValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tcp = NetworkTransportValues("tcp")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2562:19: note: consider making struct 'NetworkTransportValues' conform to the 'Sendable' protocol
public struct NetworkTransportValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2566:27: note: annotate 'tcp' with '@MainActor' if property should only be accessed from the main actor
public static let tcp = NetworkTransportValues("tcp")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2566:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tcp = NetworkTransportValues("tcp")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2570:27: warning: static property 'udp' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTransportValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let udp = NetworkTransportValues("udp")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2562:19: note: consider making struct 'NetworkTransportValues' conform to the 'Sendable' protocol
public struct NetworkTransportValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2570:27: note: annotate 'udp' with '@MainActor' if property should only be accessed from the main actor
public static let udp = NetworkTransportValues("udp")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2570:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let udp = NetworkTransportValues("udp")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2574:27: warning: static property 'pipe' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTransportValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pipe = NetworkTransportValues("pipe")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2562:19: note: consider making struct 'NetworkTransportValues' conform to the 'Sendable' protocol
public struct NetworkTransportValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2574:27: note: annotate 'pipe' with '@MainActor' if property should only be accessed from the main actor
public static let pipe = NetworkTransportValues("pipe")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2574:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pipe = NetworkTransportValues("pipe")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2578:27: warning: static property 'unix' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTransportValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unix = NetworkTransportValues("unix")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2562:19: note: consider making struct 'NetworkTransportValues' conform to the 'Sendable' protocol
public struct NetworkTransportValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2578:27: note: annotate 'unix' with '@MainActor' if property should only be accessed from the main actor
public static let unix = NetworkTransportValues("unix")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2578:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unix = NetworkTransportValues("unix")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2599:27: warning: static property 'ipv4' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ipv4 = NetworkTypeValues("ipv4")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2595:19: note: consider making struct 'NetworkTypeValues' conform to the 'Sendable' protocol
public struct NetworkTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2599:27: note: annotate 'ipv4' with '@MainActor' if property should only be accessed from the main actor
public static let ipv4 = NetworkTypeValues("ipv4")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2599:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ipv4 = NetworkTypeValues("ipv4")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2603:27: warning: static property 'ipv6' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ipv6 = NetworkTypeValues("ipv6")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2595:19: note: consider making struct 'NetworkTypeValues' conform to the 'Sendable' protocol
public struct NetworkTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2603:27: note: annotate 'ipv6' with '@MainActor' if property should only be accessed from the main actor
public static let ipv6 = NetworkTypeValues("ipv6")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2603:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ipv6 = NetworkTypeValues("ipv6")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2675:27: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let invalid = DbCosmosdbOperationTypeValues("Invalid")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2675:27: note: annotate 'invalid' with '@MainActor' if property should only be accessed from the main actor
public static let invalid = DbCosmosdbOperationTypeValues("Invalid")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2675:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let invalid = DbCosmosdbOperationTypeValues("Invalid")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2679:27: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let create = DbCosmosdbOperationTypeValues("Create")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2679:27: note: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
public static let create = DbCosmosdbOperationTypeValues("Create")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2679:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let create = DbCosmosdbOperationTypeValues("Create")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2683:27: warning: static property 'patch' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let patch = DbCosmosdbOperationTypeValues("Patch")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2683:27: note: annotate 'patch' with '@MainActor' if property should only be accessed from the main actor
public static let patch = DbCosmosdbOperationTypeValues("Patch")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2683:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let patch = DbCosmosdbOperationTypeValues("Patch")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2687:27: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let read = DbCosmosdbOperationTypeValues("Read")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2687:27: note: annotate 'read' with '@MainActor' if property should only be accessed from the main actor
public static let read = DbCosmosdbOperationTypeValues("Read")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2687:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let read = DbCosmosdbOperationTypeValues("Read")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2691:27: warning: static property 'readFeed' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let readFeed = DbCosmosdbOperationTypeValues("ReadFeed")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2691:27: note: annotate 'readFeed' with '@MainActor' if property should only be accessed from the main actor
public static let readFeed = DbCosmosdbOperationTypeValues("ReadFeed")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2691:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let readFeed = DbCosmosdbOperationTypeValues("ReadFeed")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2695:27: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let delete = DbCosmosdbOperationTypeValues("Delete")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2695:27: note: annotate 'delete' with '@MainActor' if property should only be accessed from the main actor
public static let delete = DbCosmosdbOperationTypeValues("Delete")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2695:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let delete = DbCosmosdbOperationTypeValues("Delete")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2699:27: warning: static property 'replace' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let replace = DbCosmosdbOperationTypeValues("Replace")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2699:27: note: annotate 'replace' with '@MainActor' if property should only be accessed from the main actor
public static let replace = DbCosmosdbOperationTypeValues("Replace")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2699:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let replace = DbCosmosdbOperationTypeValues("Replace")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2703:27: warning: static property 'execute' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let execute = DbCosmosdbOperationTypeValues("Execute")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2703:27: note: annotate 'execute' with '@MainActor' if property should only be accessed from the main actor
public static let execute = DbCosmosdbOperationTypeValues("Execute")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2703:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let execute = DbCosmosdbOperationTypeValues("Execute")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2707:27: warning: static property 'query' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let query = DbCosmosdbOperationTypeValues("Query")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2707:27: note: annotate 'query' with '@MainActor' if property should only be accessed from the main actor
public static let query = DbCosmosdbOperationTypeValues("Query")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2707:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let query = DbCosmosdbOperationTypeValues("Query")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2711:27: warning: static property 'head' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let head = DbCosmosdbOperationTypeValues("Head")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2711:27: note: annotate 'head' with '@MainActor' if property should only be accessed from the main actor
public static let head = DbCosmosdbOperationTypeValues("Head")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2711:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let head = DbCosmosdbOperationTypeValues("Head")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2715:27: warning: static property 'headFeed' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let headFeed = DbCosmosdbOperationTypeValues("HeadFeed")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2715:27: note: annotate 'headFeed' with '@MainActor' if property should only be accessed from the main actor
public static let headFeed = DbCosmosdbOperationTypeValues("HeadFeed")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2715:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let headFeed = DbCosmosdbOperationTypeValues("HeadFeed")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2719:27: warning: static property 'upsert' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let upsert = DbCosmosdbOperationTypeValues("Upsert")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2719:27: note: annotate 'upsert' with '@MainActor' if property should only be accessed from the main actor
public static let upsert = DbCosmosdbOperationTypeValues("Upsert")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2719:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let upsert = DbCosmosdbOperationTypeValues("Upsert")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2723:27: warning: static property 'batch' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let batch = DbCosmosdbOperationTypeValues("Batch")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2723:27: note: annotate 'batch' with '@MainActor' if property should only be accessed from the main actor
public static let batch = DbCosmosdbOperationTypeValues("Batch")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2723:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let batch = DbCosmosdbOperationTypeValues("Batch")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2727:27: warning: static property 'queryPlan' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let queryPlan = DbCosmosdbOperationTypeValues("QueryPlan")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2727:27: note: annotate 'queryPlan' with '@MainActor' if property should only be accessed from the main actor
public static let queryPlan = DbCosmosdbOperationTypeValues("QueryPlan")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2727:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let queryPlan = DbCosmosdbOperationTypeValues("QueryPlan")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2731:27: warning: static property 'executeJavascript' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.DbCosmosdbOperationTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let executeJavascript = DbCosmosdbOperationTypeValues("ExecuteJavaScript")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2671:19: note: consider making struct 'DbCosmosdbOperationTypeValues' conform to the 'Sendable' protocol
public struct DbCosmosdbOperationTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2731:27: note: annotate 'executeJavascript' with '@MainActor' if property should only be accessed from the main actor
public static let executeJavascript = DbCosmosdbOperationTypeValues("ExecuteJavaScript")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2731:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let executeJavascript = DbCosmosdbOperationTypeValues("ExecuteJavaScript")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2809:27: warning: static property 'insert' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasDocumentOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let insert = FaasDocumentOperationValues("insert")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2805:19: note: consider making struct 'FaasDocumentOperationValues' conform to the 'Sendable' protocol
public struct FaasDocumentOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2809:27: note: annotate 'insert' with '@MainActor' if property should only be accessed from the main actor
public static let insert = FaasDocumentOperationValues("insert")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2809:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let insert = FaasDocumentOperationValues("insert")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2813:27: warning: static property 'edit' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasDocumentOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let edit = FaasDocumentOperationValues("edit")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2805:19: note: consider making struct 'FaasDocumentOperationValues' conform to the 'Sendable' protocol
public struct FaasDocumentOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2813:27: note: annotate 'edit' with '@MainActor' if property should only be accessed from the main actor
public static let edit = FaasDocumentOperationValues("edit")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2813:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let edit = FaasDocumentOperationValues("edit")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2817:27: warning: static property 'delete' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasDocumentOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let delete = FaasDocumentOperationValues("delete")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2805:19: note: consider making struct 'FaasDocumentOperationValues' conform to the 'Sendable' protocol
public struct FaasDocumentOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2817:27: note: annotate 'delete' with '@MainActor' if property should only be accessed from the main actor
public static let delete = FaasDocumentOperationValues("delete")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2817:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let delete = FaasDocumentOperationValues("delete")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2838:27: warning: static property 'publish' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.MessagingOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let publish = MessagingOperationValues("publish")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2834:19: note: consider making struct 'MessagingOperationValues' conform to the 'Sendable' protocol
public struct MessagingOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2838:27: note: annotate 'publish' with '@MainActor' if property should only be accessed from the main actor
public static let publish = MessagingOperationValues("publish")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2838:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let publish = MessagingOperationValues("publish")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2842:27: warning: static property 'receive' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.MessagingOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receive = MessagingOperationValues("receive")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2834:19: note: consider making struct 'MessagingOperationValues' conform to the 'Sendable' protocol
public struct MessagingOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2842:27: note: annotate 'receive' with '@MainActor' if property should only be accessed from the main actor
public static let receive = MessagingOperationValues("receive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2842:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receive = MessagingOperationValues("receive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2846:27: warning: static property 'process' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.MessagingOperationValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let process = MessagingOperationValues("process")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2834:19: note: consider making struct 'MessagingOperationValues' conform to the 'Sendable' protocol
public struct MessagingOperationValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2846:27: note: annotate 'process' with '@MainActor' if property should only be accessed from the main actor
public static let process = MessagingOperationValues("process")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2846:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let process = MessagingOperationValues("process")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2867:27: warning: static property 'alibabaCloud' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasInvokedProviderValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alibabaCloud = FaasInvokedProviderValues("alibaba_cloud")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2863:19: note: consider making struct 'FaasInvokedProviderValues' conform to the 'Sendable' protocol
public struct FaasInvokedProviderValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2867:27: note: annotate 'alibabaCloud' with '@MainActor' if property should only be accessed from the main actor
public static let alibabaCloud = FaasInvokedProviderValues("alibaba_cloud")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2867:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alibabaCloud = FaasInvokedProviderValues("alibaba_cloud")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2871:27: warning: static property 'aws' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasInvokedProviderValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aws = FaasInvokedProviderValues("aws")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2863:19: note: consider making struct 'FaasInvokedProviderValues' conform to the 'Sendable' protocol
public struct FaasInvokedProviderValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2871:27: note: annotate 'aws' with '@MainActor' if property should only be accessed from the main actor
public static let aws = FaasInvokedProviderValues("aws")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2871:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aws = FaasInvokedProviderValues("aws")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2875:27: warning: static property 'azure' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasInvokedProviderValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let azure = FaasInvokedProviderValues("azure")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2863:19: note: consider making struct 'FaasInvokedProviderValues' conform to the 'Sendable' protocol
public struct FaasInvokedProviderValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2875:27: note: annotate 'azure' with '@MainActor' if property should only be accessed from the main actor
public static let azure = FaasInvokedProviderValues("azure")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2875:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let azure = FaasInvokedProviderValues("azure")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2879:27: warning: static property 'gcp' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasInvokedProviderValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gcp = FaasInvokedProviderValues("gcp")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2863:19: note: consider making struct 'FaasInvokedProviderValues' conform to the 'Sendable' protocol
public struct FaasInvokedProviderValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2879:27: note: annotate 'gcp' with '@MainActor' if property should only be accessed from the main actor
public static let gcp = FaasInvokedProviderValues("gcp")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2879:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gcp = FaasInvokedProviderValues("gcp")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2883:27: warning: static property 'tencentCloud' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.FaasInvokedProviderValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tencentCloud = FaasInvokedProviderValues("tencent_cloud")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2863:19: note: consider making struct 'FaasInvokedProviderValues' conform to the 'Sendable' protocol
public struct FaasInvokedProviderValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2883:27: note: annotate 'tencentCloud' with '@MainActor' if property should only be accessed from the main actor
public static let tencentCloud = FaasInvokedProviderValues("tencent_cloud")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2883:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tencentCloud = FaasInvokedProviderValues("tencent_cloud")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2904:27: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let wifi = NetworkConnectionTypeValues("wifi")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2900:19: note: consider making struct 'NetworkConnectionTypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2904:27: note: annotate 'wifi' with '@MainActor' if property should only be accessed from the main actor
public static let wifi = NetworkConnectionTypeValues("wifi")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2904:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wifi = NetworkConnectionTypeValues("wifi")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2908:27: warning: static property 'wired' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let wired = NetworkConnectionTypeValues("wired")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2900:19: note: consider making struct 'NetworkConnectionTypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2908:27: note: annotate 'wired' with '@MainActor' if property should only be accessed from the main actor
public static let wired = NetworkConnectionTypeValues("wired")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2908:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wired = NetworkConnectionTypeValues("wired")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2912:27: warning: static property 'cell' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cell = NetworkConnectionTypeValues("cell")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2900:19: note: consider making struct 'NetworkConnectionTypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2912:27: note: annotate 'cell' with '@MainActor' if property should only be accessed from the main actor
public static let cell = NetworkConnectionTypeValues("cell")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2912:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cell = NetworkConnectionTypeValues("cell")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2916:27: warning: static property 'unavailable' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unavailable = NetworkConnectionTypeValues("unavailable")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2900:19: note: consider making struct 'NetworkConnectionTypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2916:27: note: annotate 'unavailable' with '@MainActor' if property should only be accessed from the main actor
public static let unavailable = NetworkConnectionTypeValues("unavailable")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2916:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unavailable = NetworkConnectionTypeValues("unavailable")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2920:27: warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionTypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unknown = NetworkConnectionTypeValues("unknown")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2900:19: note: consider making struct 'NetworkConnectionTypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionTypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2920:27: note: annotate 'unknown' with '@MainActor' if property should only be accessed from the main actor
public static let unknown = NetworkConnectionTypeValues("unknown")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2920:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unknown = NetworkConnectionTypeValues("unknown")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2941:27: warning: static property 'gprs' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gprs = NetworkConnectionSubtypeValues("gprs")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2941:27: note: annotate 'gprs' with '@MainActor' if property should only be accessed from the main actor
public static let gprs = NetworkConnectionSubtypeValues("gprs")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2941:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gprs = NetworkConnectionSubtypeValues("gprs")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2945:27: warning: static property 'edge' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let edge = NetworkConnectionSubtypeValues("edge")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2945:27: note: annotate 'edge' with '@MainActor' if property should only be accessed from the main actor
public static let edge = NetworkConnectionSubtypeValues("edge")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2945:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let edge = NetworkConnectionSubtypeValues("edge")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2949:27: warning: static property 'umts' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let umts = NetworkConnectionSubtypeValues("umts")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2949:27: note: annotate 'umts' with '@MainActor' if property should only be accessed from the main actor
public static let umts = NetworkConnectionSubtypeValues("umts")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2949:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let umts = NetworkConnectionSubtypeValues("umts")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2953:27: warning: static property 'cdma' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cdma = NetworkConnectionSubtypeValues("cdma")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2953:27: note: annotate 'cdma' with '@MainActor' if property should only be accessed from the main actor
public static let cdma = NetworkConnectionSubtypeValues("cdma")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2953:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cdma = NetworkConnectionSubtypeValues("cdma")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2957:27: warning: static property 'evdo0' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let evdo0 = NetworkConnectionSubtypeValues("evdo_0")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2957:27: note: annotate 'evdo0' with '@MainActor' if property should only be accessed from the main actor
public static let evdo0 = NetworkConnectionSubtypeValues("evdo_0")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2957:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let evdo0 = NetworkConnectionSubtypeValues("evdo_0")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2961:27: warning: static property 'evdoA' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let evdoA = NetworkConnectionSubtypeValues("evdo_a")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2961:27: note: annotate 'evdoA' with '@MainActor' if property should only be accessed from the main actor
public static let evdoA = NetworkConnectionSubtypeValues("evdo_a")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2961:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let evdoA = NetworkConnectionSubtypeValues("evdo_a")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2965:27: warning: static property 'cdma20001xrtt' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cdma20001xrtt = NetworkConnectionSubtypeValues("cdma2000_1xrtt")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2965:27: note: annotate 'cdma20001xrtt' with '@MainActor' if property should only be accessed from the main actor
public static let cdma20001xrtt = NetworkConnectionSubtypeValues("cdma2000_1xrtt")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2965:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cdma20001xrtt = NetworkConnectionSubtypeValues("cdma2000_1xrtt")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2969:27: warning: static property 'hsdpa' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hsdpa = NetworkConnectionSubtypeValues("hsdpa")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2969:27: note: annotate 'hsdpa' with '@MainActor' if property should only be accessed from the main actor
public static let hsdpa = NetworkConnectionSubtypeValues("hsdpa")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2969:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hsdpa = NetworkConnectionSubtypeValues("hsdpa")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2973:27: warning: static property 'hsupa' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hsupa = NetworkConnectionSubtypeValues("hsupa")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2973:27: note: annotate 'hsupa' with '@MainActor' if property should only be accessed from the main actor
public static let hsupa = NetworkConnectionSubtypeValues("hsupa")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2973:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hsupa = NetworkConnectionSubtypeValues("hsupa")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2977:27: warning: static property 'hspa' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hspa = NetworkConnectionSubtypeValues("hspa")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2977:27: note: annotate 'hspa' with '@MainActor' if property should only be accessed from the main actor
public static let hspa = NetworkConnectionSubtypeValues("hspa")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2977:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hspa = NetworkConnectionSubtypeValues("hspa")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2981:27: warning: static property 'iden' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iden = NetworkConnectionSubtypeValues("iden")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2981:27: note: annotate 'iden' with '@MainActor' if property should only be accessed from the main actor
public static let iden = NetworkConnectionSubtypeValues("iden")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2981:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iden = NetworkConnectionSubtypeValues("iden")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2985:27: warning: static property 'evdoB' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let evdoB = NetworkConnectionSubtypeValues("evdo_b")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2985:27: note: annotate 'evdoB' with '@MainActor' if property should only be accessed from the main actor
public static let evdoB = NetworkConnectionSubtypeValues("evdo_b")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2985:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let evdoB = NetworkConnectionSubtypeValues("evdo_b")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2989:27: warning: static property 'lte' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lte = NetworkConnectionSubtypeValues("lte")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2989:27: note: annotate 'lte' with '@MainActor' if property should only be accessed from the main actor
public static let lte = NetworkConnectionSubtypeValues("lte")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2989:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lte = NetworkConnectionSubtypeValues("lte")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2993:27: warning: static property 'ehrpd' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ehrpd = NetworkConnectionSubtypeValues("ehrpd")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2993:27: note: annotate 'ehrpd' with '@MainActor' if property should only be accessed from the main actor
public static let ehrpd = NetworkConnectionSubtypeValues("ehrpd")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2993:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ehrpd = NetworkConnectionSubtypeValues("ehrpd")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2997:27: warning: static property 'hspap' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hspap = NetworkConnectionSubtypeValues("hspap")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2997:27: note: annotate 'hspap' with '@MainActor' if property should only be accessed from the main actor
public static let hspap = NetworkConnectionSubtypeValues("hspap")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2997:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hspap = NetworkConnectionSubtypeValues("hspap")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3001:27: warning: static property 'gsm' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gsm = NetworkConnectionSubtypeValues("gsm")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3001:27: note: annotate 'gsm' with '@MainActor' if property should only be accessed from the main actor
public static let gsm = NetworkConnectionSubtypeValues("gsm")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3001:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gsm = NetworkConnectionSubtypeValues("gsm")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3005:27: warning: static property 'tdScdma' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tdScdma = NetworkConnectionSubtypeValues("td_scdma")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3005:27: note: annotate 'tdScdma' with '@MainActor' if property should only be accessed from the main actor
public static let tdScdma = NetworkConnectionSubtypeValues("td_scdma")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3005:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tdScdma = NetworkConnectionSubtypeValues("td_scdma")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3009:27: warning: static property 'iwlan' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iwlan = NetworkConnectionSubtypeValues("iwlan")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3009:27: note: annotate 'iwlan' with '@MainActor' if property should only be accessed from the main actor
public static let iwlan = NetworkConnectionSubtypeValues("iwlan")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3009:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iwlan = NetworkConnectionSubtypeValues("iwlan")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3013:27: warning: static property 'nr' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nr = NetworkConnectionSubtypeValues("nr")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3013:27: note: annotate 'nr' with '@MainActor' if property should only be accessed from the main actor
public static let nr = NetworkConnectionSubtypeValues("nr")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3013:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nr = NetworkConnectionSubtypeValues("nr")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3017:27: warning: static property 'nrnsa' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nrnsa = NetworkConnectionSubtypeValues("nrnsa")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3017:27: note: annotate 'nrnsa' with '@MainActor' if property should only be accessed from the main actor
public static let nrnsa = NetworkConnectionSubtypeValues("nrnsa")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3017:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nrnsa = NetworkConnectionSubtypeValues("nrnsa")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3021:27: warning: static property 'lteCa' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.NetworkConnectionSubtypeValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lteCa = NetworkConnectionSubtypeValues("lte_ca")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2937:19: note: consider making struct 'NetworkConnectionSubtypeValues' conform to the 'Sendable' protocol
public struct NetworkConnectionSubtypeValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3021:27: note: annotate 'lteCa' with '@MainActor' if property should only be accessed from the main actor
public static let lteCa = NetworkConnectionSubtypeValues("lte_ca")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3021:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lteCa = NetworkConnectionSubtypeValues("lte_ca")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3042:27: warning: static property 'grpc' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.RpcSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let grpc = RpcSystemValues("grpc")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3038:19: note: consider making struct 'RpcSystemValues' conform to the 'Sendable' protocol
public struct RpcSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3042:27: note: annotate 'grpc' with '@MainActor' if property should only be accessed from the main actor
public static let grpc = RpcSystemValues("grpc")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3042:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let grpc = RpcSystemValues("grpc")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3046:27: warning: static property 'javaRmi' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.RpcSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let javaRmi = RpcSystemValues("java_rmi")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3038:19: note: consider making struct 'RpcSystemValues' conform to the 'Sendable' protocol
public struct RpcSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3046:27: note: annotate 'javaRmi' with '@MainActor' if property should only be accessed from the main actor
public static let javaRmi = RpcSystemValues("java_rmi")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3046:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let javaRmi = RpcSystemValues("java_rmi")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3050:27: warning: static property 'dotnetWcf' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.RpcSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dotnetWcf = RpcSystemValues("dotnet_wcf")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3038:19: note: consider making struct 'RpcSystemValues' conform to the 'Sendable' protocol
public struct RpcSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3050:27: note: annotate 'dotnetWcf' with '@MainActor' if property should only be accessed from the main actor
public static let dotnetWcf = RpcSystemValues("dotnet_wcf")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3050:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dotnetWcf = RpcSystemValues("dotnet_wcf")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3054:27: warning: static property 'apacheDubbo' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.RpcSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let apacheDubbo = RpcSystemValues("apache_dubbo")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3038:19: note: consider making struct 'RpcSystemValues' conform to the 'Sendable' protocol
public struct RpcSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3054:27: note: annotate 'apacheDubbo' with '@MainActor' if property should only be accessed from the main actor
public static let apacheDubbo = RpcSystemValues("apache_dubbo")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3054:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let apacheDubbo = RpcSystemValues("apache_dubbo")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3058:27: warning: static property 'connectRpc' is not concurrency-safe because non-'Sendable' type 'SemanticAttributes.RpcSystemValues' may have shared mutable state; this is an error in the Swift 6 language mode
public static let connectRpc = RpcSystemValues("connect_rpc")
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3038:19: note: consider making struct 'RpcSystemValues' conform to the 'Sendable' protocol
public struct RpcSystemValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3058:27: note: annotate 'connectRpc' with '@MainActor' if property should only be accessed from the main actor
public static let connectRpc = RpcSystemValues("connect_rpc")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:3058:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let connectRpc = RpcSystemValues("connect_rpc")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Span.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Baggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageManagerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageManagerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EmptyBaggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EmptyBaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryKey.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/JaegerBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/TextMapBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/W3CBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/ZipkinBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeArray.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeSet.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/ActivityContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/ContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/OpenTelemetryContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/TaskLocalContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/StringUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/SwiftExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/TracestateUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/DefaultLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/DefaultLoggerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/EventBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LogRecordBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LoggerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LoggerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/Severity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/DefaultMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/BoundMeasureMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/DoubleObserverMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/DoubleObserverMetricHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/IntObserverMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/IntObserverMetricHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/MeasureMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Histogram/BoundHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Histogram/HistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Sum/BoundCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Sum/CounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/LabelSet.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Meter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/MeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/ProxyMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/BoundRawCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/BoundRawHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/RawCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/RawHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DefaultStableMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DefaultStableMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleGaugeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleHistogram.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleHistogramBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleUpDownCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongGaugeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongHistogram.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongHistogramBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongUpDownCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/MeterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/StableMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/StableMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/OpenTelemetry.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Propagation/ContextPropagators.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Propagation/DefaultContextPropagators.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/DefaultTracer.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/DefaultTracerProvider.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/PropagatedSpan.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/PropagatedSpanBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/B3Propagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/BinaryFormattable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/JaegerPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/TextMapPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/W3CTraceContextPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Span.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanException.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanKind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Status.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceState.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Tracer.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TracerProvider.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-macos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenTelemetryApi -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpan.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpanBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/B3Propagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/BinaryFormattable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/JaegerPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/TextMapPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/W3CTraceContextPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SemanticAttributes.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/Span.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SpanBuilder.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpan.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpanBuilder.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/B3Propagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/BinaryFormattable.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/JaegerPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/TextMapPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/W3CTraceContextPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SemanticAttributes.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/Span.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SpanBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanBuilder.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Baggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/BaggageManagerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/DefaultBaggageManagerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EmptyBaggage.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EmptyBaggageBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryKey.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/EntryValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/JaegerBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/TextMapBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/W3CBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Baggage/Propagation/ZipkinBaggagePropagator.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeArray.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeSet.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Common/AttributeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/ActivityContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/ContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/OpenTelemetryContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Context/TaskLocalContextManager.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/StringUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/SwiftExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Internal/TracestateUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/DefaultLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/DefaultLoggerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/EventBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LogRecordBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LoggerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/LoggerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Logs/Severity.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/DefaultMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/BoundMeasureMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/DoubleObserverMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/DoubleObserverMetricHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/IntObserverMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/IntObserverMetricHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Gauge/MeasureMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Histogram/BoundHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Histogram/HistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Sum/BoundCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Instruments/Sum/CounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/LabelSet.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Meter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/MeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/ProxyMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/BoundRawCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/BoundRawHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/RawCounterMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Raw/RawHistogramMetric.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DefaultStableMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DefaultStableMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleGaugeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleHistogram.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleHistogramBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/DoubleUpDownCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongGaugeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongHistogram.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongHistogramBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/LongUpDownCounterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/MeterBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableDoubleUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongMeasurement.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/ObservableLongUpDownCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/StableMeter.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Metrics/Stable/StableMeterProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/OpenTelemetry.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Propagation/ContextPropagators.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Propagation/DefaultContextPropagators.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/DefaultTracer.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/DefaultTracerProvider.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/PropagatedSpan.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/PropagatedSpanBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/B3Propagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/BinaryFormattable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/JaegerPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/TextMapPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Propagation/W3CTraceContextPropagator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Span.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanContext.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanException.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanKind.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Status.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceState.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Tracer.swift /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TracerProvider.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-macos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OpenTelemetryApi -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpan.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpanBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/B3Propagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/BinaryFormattable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/JaegerPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/TextMapPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/W3CTraceContextPropagator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SemanticAttributes.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/Span.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SpanBuilder.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpan.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/PropagatedSpanBuilder.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/B3Propagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/BinaryFormattable.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/JaegerPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/TextMapPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/W3CTraceContextPropagator.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SemanticAttributes.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/Span.o -index-unit-output-path /opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/SpanBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling LongGaugeBuilder.swift, LongHistogram.swift, LongHistogramBuilder.swift, LongUpDownCounter.swift, LongUpDownCounterBuilder.swift, MeterBuilder.swift, ObservableDoubleCounter.swift, ObservableDoubleGauge.swift, ObservableDoubleMeasurement.swift, ObservableDoubleUpDownCounter.swift, ObservableLongCounter.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriver\ Compilation\ Requirements OpenTelemetryApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenTelemetryApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenTelemetryApi-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OpenTelemetryApi-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Baggage.swift, BaggageBuilder.swift, BaggageManager.swift, BaggageManagerProvider.swift, DefaultBaggage.swift, DefaultBaggageBuilder.swift, DefaultBaggageManager.swift, DefaultBaggageManagerProvider.swift, EmptyBaggage.swift, EmptyBaggageBuilder.swift, Entry.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftdoc (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.abi.json (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftsourceinfo (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ContextManager.swift, OpenTelemetryContextProvider.swift, TaskLocalContextManager.swift, StringUtils.swift, SwiftExtensions.swift, TracestateUtils.swift, DefaultLogger.swift, DefaultLoggerProvider.swift, EventBuilder.swift, LogRecordBuilder.swift, Logger.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling SpanContext.swift, SpanException.swift, SpanId.swift, SpanKind.swift, Status.swift, TraceFlags.swift, TraceId.swift, TraceState.swift, Tracer.swift, TracerProvider.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling LoggerBuilder.swift, LoggerProvider.swift, Severity.swift, DefaultMeterProvider.swift, BoundMeasureMetric.swift, DoubleObserverMetric.swift, DoubleObserverMetricHandle.swift, IntObserverMetric.swift, IntObserverMetricHandle.swift, MeasureMetric.swift, BoundHistogramMetric.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling HistogramMetric.swift, BoundCounterMetric.swift, CounterMetric.swift, LabelSet.swift, Meter.swift, MeterProvider.swift, ProxyMeter.swift, BoundRawCounterMetric.swift, BoundRawHistogramMetric.swift, RawCounterMetric.swift, RawHistogramMetric.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultStableMeter.swift, DefaultStableMeterProvider.swift, DoubleCounter.swift, DoubleCounterBuilder.swift, DoubleGaugeBuilder.swift, DoubleHistogram.swift, DoubleHistogramBuilder.swift, DoubleUpDownCounter.swift, DoubleUpDownCounterBuilder.swift, LongCounter.swift, LongCounterBuilder.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling PropagatedSpan.swift, PropagatedSpanBuilder.swift, B3Propagator.swift, BinaryFormattable.swift, JaegerPropagator.swift, TextMapPropagator.swift, W3CTraceContextPropagator.swift, SemanticAttributes.swift, Span.swift, SpanBuilder.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling ObservableLongGauge.swift, ObservableLongMeasurement.swift, ObservableLongUpDownCounter.swift, StableMeter.swift, StableMeterProvider.swift, OpenTelemetry.swift, ContextPropagators.swift, DefaultContextPropagators.swift, DefaultTracer.swift, DefaultTracerProvider.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriverJobDiscovery normal arm64 Compiling EntryKey.swift, EntryMetadata.swift, EntryValue.swift, JaegerBaggagePropagator.swift, TextMapBaggagePropagator.swift, W3CBaggagePropagator.swift, ZipkinBaggagePropagator.swift, AttributeArray.swift, AttributeSet.swift, AttributeValue.swift, ActivityContextManager.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftDriver\ Compilation OpenTelemetryApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenTelemetryApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.o normal (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.o (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OpenTelemetryApi.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "opentelemetry-swift",
"name" : "opentelemetry-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "OpenTelemetryApi",
"targets" : [
"OpenTelemetryApi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenTelemetryApi",
"module_type" : "SwiftTarget",
"name" : "OpenTelemetryApi",
"path" : "Sources/OpenTelemetryApi",
"product_memberships" : [
"OpenTelemetryApi"
],
"sources" : [
"Baggage/Baggage.swift",
"Baggage/BaggageBuilder.swift",
"Baggage/BaggageManager.swift",
"Baggage/BaggageManagerProvider.swift",
"Baggage/DefaultBaggage.swift",
"Baggage/DefaultBaggageBuilder.swift",
"Baggage/DefaultBaggageManager.swift",
"Baggage/DefaultBaggageManagerProvider.swift",
"Baggage/EmptyBaggage.swift",
"Baggage/EmptyBaggageBuilder.swift",
"Baggage/Entry.swift",
"Baggage/EntryKey.swift",
"Baggage/EntryMetadata.swift",
"Baggage/EntryValue.swift",
"Baggage/Propagation/JaegerBaggagePropagator.swift",
"Baggage/Propagation/TextMapBaggagePropagator.swift",
"Baggage/Propagation/W3CBaggagePropagator.swift",
"Baggage/Propagation/ZipkinBaggagePropagator.swift",
"Common/AttributeArray.swift",
"Common/AttributeSet.swift",
"Common/AttributeValue.swift",
"Context/ActivityContextManager.swift",
"Context/ContextManager.swift",
"Context/OpenTelemetryContextProvider.swift",
"Context/TaskLocalContextManager.swift",
"Internal/StringUtils.swift",
"Internal/SwiftExtensions.swift",
"Internal/TracestateUtils.swift",
"Logs/DefaultLogger.swift",
"Logs/DefaultLoggerProvider.swift",
"Logs/EventBuilder.swift",
"Logs/LogRecordBuilder.swift",
"Logs/Logger.swift",
"Logs/LoggerBuilder.swift",
"Logs/LoggerProvider.swift",
"Logs/Severity.swift",
"Metrics/DefaultMeterProvider.swift",
"Metrics/Instruments/Gauge/BoundMeasureMetric.swift",
"Metrics/Instruments/Gauge/DoubleObserverMetric.swift",
"Metrics/Instruments/Gauge/DoubleObserverMetricHandle.swift",
"Metrics/Instruments/Gauge/IntObserverMetric.swift",
"Metrics/Instruments/Gauge/IntObserverMetricHandle.swift",
"Metrics/Instruments/Gauge/MeasureMetric.swift",
"Metrics/Instruments/Histogram/BoundHistogramMetric.swift",
"Metrics/Instruments/Histogram/HistogramMetric.swift",
"Metrics/Instruments/Sum/BoundCounterMetric.swift",
"Metrics/Instruments/Sum/CounterMetric.swift",
"Metrics/LabelSet.swift",
"Metrics/Meter.swift",
"Metrics/MeterProvider.swift",
"Metrics/ProxyMeter.swift",
"Metrics/Raw/BoundRawCounterMetric.swift",
"Metrics/Raw/BoundRawHistogramMetric.swift",
"Metrics/Raw/RawCounterMetric.swift",
"Metrics/Raw/RawHistogramMetric.swift",
"Metrics/Stable/DefaultStableMeter.swift",
"Metrics/Stable/DefaultStableMeterProvider.swift",
"Metrics/Stable/DoubleCounter.swift",
"Metrics/Stable/DoubleCounterBuilder.swift",
"Metrics/Stable/DoubleGaugeBuilder.swift",
"Metrics/Stable/DoubleHistogram.swift",
"Metrics/Stable/DoubleHistogramBuilder.swift",
"Metrics/Stable/DoubleUpDownCounter.swift",
"Metrics/Stable/DoubleUpDownCounterBuilder.swift",
"Metrics/Stable/LongCounter.swift",
"Metrics/Stable/LongCounterBuilder.swift",
"Metrics/Stable/LongGaugeBuilder.swift",
"Metrics/Stable/LongHistogram.swift",
"Metrics/Stable/LongHistogramBuilder.swift",
"Metrics/Stable/LongUpDownCounter.swift",
"Metrics/Stable/LongUpDownCounterBuilder.swift",
"Metrics/Stable/MeterBuilder.swift",
"Metrics/Stable/ObservableDoubleCounter.swift",
"Metrics/Stable/ObservableDoubleGauge.swift",
"Metrics/Stable/ObservableDoubleMeasurement.swift",
"Metrics/Stable/ObservableDoubleUpDownCounter.swift",
"Metrics/Stable/ObservableLongCounter.swift",
"Metrics/Stable/ObservableLongGauge.swift",
"Metrics/Stable/ObservableLongMeasurement.swift",
"Metrics/Stable/ObservableLongUpDownCounter.swift",
"Metrics/Stable/StableMeter.swift",
"Metrics/Stable/StableMeterProvider.swift",
"OpenTelemetry.swift",
"Propagation/ContextPropagators.swift",
"Propagation/DefaultContextPropagators.swift",
"Trace/DefaultTracer.swift",
"Trace/DefaultTracerProvider.swift",
"Trace/PropagatedSpan.swift",
"Trace/PropagatedSpanBuilder.swift",
"Trace/Propagation/B3Propagator.swift",
"Trace/Propagation/BinaryFormattable.swift",
"Trace/Propagation/JaegerPropagator.swift",
"Trace/Propagation/TextMapPropagator.swift",
"Trace/Propagation/W3CTraceContextPropagator.swift",
"Trace/SemanticAttributes.swift",
"Trace/Span.swift",
"Trace/SpanBuilder.swift",
"Trace/SpanContext.swift",
"Trace/SpanException.swift",
"Trace/SpanId.swift",
"Trace/SpanKind.swift",
"Trace/Status.swift",
"Trace/TraceFlags.swift",
"Trace/TraceId.swift",
"Trace/TraceState.swift",
"Trace/Tracer.swift",
"Trace/TracerProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.