Build Information
Successful build of opentelemetry-swift, reference main (e4a311
), with Swift 6.1 for tvOS using Xcode 16.3 on 1 May 2025 04:21:50 UTC.
Swift 6 data race errors: 171
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme opentelemetry-swift -destination generic/platform=tvOS 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
public struct EventDomainValues: CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2275:27: note: add '@MainActor' to make static property 'k8s' part of global actor 'MainActor'
public static let k8s = EventDomainValues("k8s")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2275:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let k8s = EventDomainValues("k8s")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2341:27: warning: static property 'otherSql' 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 otherSql = DbSystemValues("other_sql")
^
/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:2341:27: note: add '@MainActor' to make static property 'otherSql' part of global actor 'MainActor'
public static let otherSql = DbSystemValues("other_sql")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2341:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let otherSql = DbSystemValues("other_sql")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2345:27: warning: static property 'mssql' 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 mssql = DbSystemValues("mssql")
^
/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:2345:27: note: add '@MainActor' to make static property 'mssql' part of global actor 'MainActor'
public static let mssql = DbSystemValues("mssql")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2345:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mssql = DbSystemValues("mssql")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2349:27: warning: static property 'mssqlcompact' 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 mssqlcompact = DbSystemValues("mssqlcompact")
^
/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:2349:27: note: add '@MainActor' to make static property 'mssqlcompact' part of global actor 'MainActor'
public static let mssqlcompact = DbSystemValues("mssqlcompact")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2349:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mssqlcompact = DbSystemValues("mssqlcompact")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2353:27: warning: static property 'mysql' 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 mysql = DbSystemValues("mysql")
^
/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:2353:27: note: add '@MainActor' to make static property 'mysql' part of global actor 'MainActor'
public static let mysql = DbSystemValues("mysql")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2353:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mysql = DbSystemValues("mysql")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2357:27: warning: static property 'oracle' 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 oracle = DbSystemValues("oracle")
^
/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:2357:27: note: add '@MainActor' to make static property 'oracle' part of global actor 'MainActor'
public static let oracle = DbSystemValues("oracle")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2357:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oracle = DbSystemValues("oracle")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2361:27: warning: static property 'db2' 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 db2 = DbSystemValues("db2")
^
/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:2361:27: note: add '@MainActor' to make static property 'db2' part of global actor 'MainActor'
public static let db2 = DbSystemValues("db2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2361:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let db2 = DbSystemValues("db2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2365:27: warning: static property 'postgresql' 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 postgresql = DbSystemValues("postgresql")
^
/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:2365:27: note: add '@MainActor' to make static property 'postgresql' part of global actor 'MainActor'
public static let postgresql = DbSystemValues("postgresql")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2365:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let postgresql = DbSystemValues("postgresql")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2369:27: warning: static property 'redshift' 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 redshift = DbSystemValues("redshift")
^
/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:2369:27: note: add '@MainActor' to make static property 'redshift' part of global actor 'MainActor'
public static let redshift = DbSystemValues("redshift")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2369:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redshift = DbSystemValues("redshift")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2373:27: warning: static property 'hive' 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 hive = DbSystemValues("hive")
^
/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:2373:27: note: add '@MainActor' to make static property 'hive' part of global actor 'MainActor'
public static let hive = DbSystemValues("hive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2373:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hive = DbSystemValues("hive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2377:27: warning: static property 'cloudscape' 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 cloudscape = DbSystemValues("cloudscape")
^
/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:2377:27: note: add '@MainActor' to make static property 'cloudscape' part of global actor 'MainActor'
public static let cloudscape = DbSystemValues("cloudscape")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2377:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cloudscape = DbSystemValues("cloudscape")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2381:27: warning: static property 'hsqldb' 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 hsqldb = DbSystemValues("hsqldb")
^
/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:2381:27: note: add '@MainActor' to make static property 'hsqldb' part of global actor 'MainActor'
public static let hsqldb = DbSystemValues("hsqldb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2381:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hsqldb = DbSystemValues("hsqldb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2385:27: warning: static property 'progress' 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 progress = DbSystemValues("progress")
^
/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:2385:27: note: add '@MainActor' to make static property 'progress' part of global actor 'MainActor'
public static let progress = DbSystemValues("progress")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2385:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let progress = DbSystemValues("progress")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2389:27: warning: static property 'maxdb' 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 maxdb = DbSystemValues("maxdb")
^
/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:2389:27: note: add '@MainActor' to make static property 'maxdb' part of global actor 'MainActor'
public static let maxdb = DbSystemValues("maxdb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2389:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let maxdb = DbSystemValues("maxdb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2393:27: warning: static property 'hanadb' 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 hanadb = DbSystemValues("hanadb")
^
/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:2393:27: note: add '@MainActor' to make static property 'hanadb' part of global actor 'MainActor'
public static let hanadb = DbSystemValues("hanadb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2393:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hanadb = DbSystemValues("hanadb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2397:27: warning: static property 'ingres' 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 ingres = DbSystemValues("ingres")
^
/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:2397:27: note: add '@MainActor' to make static property 'ingres' part of global actor 'MainActor'
public static let ingres = DbSystemValues("ingres")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2397:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ingres = DbSystemValues("ingres")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2401:27: warning: static property 'firstsql' 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 firstsql = DbSystemValues("firstsql")
^
/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:2401:27: note: add '@MainActor' to make static property 'firstsql' part of global actor 'MainActor'
public static let firstsql = DbSystemValues("firstsql")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2401:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let firstsql = DbSystemValues("firstsql")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2405:27: warning: static property 'edb' 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 edb = DbSystemValues("edb")
^
/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:2405:27: note: add '@MainActor' to make static property 'edb' part of global actor 'MainActor'
public static let edb = DbSystemValues("edb")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2405:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let edb = DbSystemValues("edb")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2409:27: warning: static property 'cache' 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 cache = DbSystemValues("cache")
^
/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:2409:27: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
public static let cache = DbSystemValues("cache")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2409:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cache = DbSystemValues("cache")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2413:27: warning: static property 'adabas' 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 adabas = DbSystemValues("adabas")
^
/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:2413:27: note: add '@MainActor' to make static property 'adabas' part of global actor 'MainActor'
public static let adabas = DbSystemValues("adabas")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2413:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let adabas = DbSystemValues("adabas")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2417:27: warning: static property 'firebird' 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 firebird = DbSystemValues("firebird")
^
/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:2417:27: note: add '@MainActor' to make static property 'firebird' part of global actor 'MainActor'
public static let firebird = DbSystemValues("firebird")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2417:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let firebird = DbSystemValues("firebird")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SemanticAttributes.swift:2421:27: warning: static property 'derby' 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 derby = DbSystemValues("derby")
^
/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:2421:27: note: add '@MainActor' to make static property 'derby' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'filemaker' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'informix' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'instantdb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'interbase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mariadb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'netezza' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'pervasive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'pointbase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sqlite' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sybase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'teradata' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'vertica' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'h2' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'coldfusion' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cassandra' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'hbase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mongodb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'redis' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'couchbase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'couchdb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cosmosdb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'dynamodb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'neo4j' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'geode' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'elasticsearch' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'memcached' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cockroachdb' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'opensearch' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'clickhouse' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'spanner' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'trino' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tcp' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'udp' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'pipe' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'unix' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ipv4' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ipv6' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'patch' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'readFeed' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'replace' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'execute' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'query' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'headFeed' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'upsert' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'batch' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'queryPlan' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'executeJavascript' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'insert' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'edit' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'delete' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'publish' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'receive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'process' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'alibabaCloud' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'aws' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'azure' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'gcp' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tencentCloud' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'wired' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cell' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'unavailable' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'unknown' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'gprs' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'edge' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'umts' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cdma' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'evdo0' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'evdoA' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'cdma20001xrtt' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'hsdpa' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'hsupa' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'hspa' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'iden' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'evdoB' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'lte' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ehrpd' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'hspap' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'gsm' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tdScdma' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'iwlan' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nr' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nrnsa' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'lteCa' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'grpc' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'javaRmi' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'dotnetWcf' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'apacheDubbo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'connectRpc' part of global actor 'MainActor'
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
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
SwiftCompile normal arm64 Compiling\ SpanContext.swift,\ SpanException.swift,\ SpanId.swift,\ SpanKind.swift,\ Status.swift,\ TraceFlags.swift,\ TraceId.swift,\ TraceState.swift,\ Tracer.swift,\ TracerProvider.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 (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanContext.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanException.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift:13:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'SpanId' may have shared mutable state; this is an error in the Swift 6 language mode
public static let invalid = SpanId(id: invalidId)
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift:10:15: note: consider making struct 'SpanId' conform to the 'Sendable' protocol
public struct SpanId: Equatable, Comparable, Hashable, CustomStringConvertible, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift:13:23: note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
public static let invalid = SpanId(id: invalidId)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanId.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let invalid = SpanId(id: invalidId)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/SpanKind.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Status.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceFlags.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift:13:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'TraceId' may have shared mutable state; this is an error in the Swift 6 language mode
public static let invalid = TraceId()
^
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift:10:15: note: consider making struct 'TraceId' conform to the 'Sendable' protocol
public struct TraceId: Comparable, Hashable, CustomStringConvertible, Equatable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift:13:23: note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
public static let invalid = TraceId()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceId.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let invalid = TraceId()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TraceState.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/Tracer.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OpenTelemetryApi/Trace/TracerProvider.swift (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenTelemetryApi (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.3.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-appletvos/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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')
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 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')
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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenTelemetryApi-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OpenTelemetryApi-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
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 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')
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 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 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')
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.3.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-appletvos/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/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-appletvos/OpenTelemetryApi.o normal (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/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-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.o
ExtractAppIntentsMetadata (in target 'OpenTelemetryApi' from project 'opentelemetry-swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenTelemetryApi --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.OpenTelemetryApi --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OpenTelemetryApi.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/OpenTelemetryApi.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/OpenTelemetryApi.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/opentelemetry-swift.build/Debug-appletvos/OpenTelemetryApi.build/Objects-normal/arm64/OpenTelemetryApi.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 21:21:49.656 appintentsmetadataprocessor[720:4175] Starting appintentsmetadataprocessor export
2025-04-30 21:21:49.694 appintentsmetadataprocessor[720:4175] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/OpenTelemetryApi.o
** BUILD SUCCEEDED **
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.