The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EventTracker, reference master (7b9172), with Swift 6.1 for Android on 29 May 2025 17:15:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[71/132] Compiling Tracker Tag+braze.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[72/132] Compiling Tracker Tag+bugsee.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[73/132] Compiling Tracker Tag+countly.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[74/132] Compiling Tracker Tag+crashlytics.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[75/132] Compiling Tracker Tag+facebook.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[76/132] Compiling Tracker Tag+firebaseAnalytics.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[77/132] Compiling Tracker Tag+heap.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[78/132] Compiling Tracker Tag+instabug.swift
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
[79/132] Compiling Tracker EventTracker.swift
[80/132] Compiling Tracker Event+operators.swift
[81/132] Compiling Tracker Event.swift
[82/132] Compiling Tracker Screen+operators.swift
[83/132] Compiling Tracker Screen.swift
[84/132] Compiling Tracker Taggable.swift
[85/132] Compiling Tracker NamedEvent.swift
[86/132] Compiling Tracker NamedScreen.swift
[87/132] Compiling Tracker ParameterizedEvent.swift
[88/132] Compiling Tracker TaggedEvent.swift
[89/132] Compiling Tracker TaggedScreen.swift
[90/132] Compiling Tracker CountlyScreen.swift
[103/132] Emitting module Tracker
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:4:23: warning: static property 'analytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
   |                       |- warning: static property 'analytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'analytics' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |     public static let crashReporting = Tag("crashReporting")
 6 |     public static let debugging = Tag("debugging")
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:5:23: warning: static property 'crashReporting' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
   |                       |- warning: static property 'crashReporting' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'crashReporting' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |     public static let debugging = Tag("debugging")
 7 |     public static let logging = Tag("logging")
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:6:23: warning: static property 'debugging' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
 6 |     public static let debugging = Tag("debugging")
   |                       |- warning: static property 'debugging' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'debugging' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |     public static let logging = Tag("logging")
 8 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:7:23: warning: static property 'logging' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
 6 |     public static let debugging = Tag("debugging")
 7 |     public static let logging = Tag("logging")
   |                       |- warning: static property 'logging' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'logging' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     public static let nativeEventParameters = Tag("nativeEventParameters")
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:9:23: warning: static property 'nativeEventParameters' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
   :
 7 |     public static let logging = Tag("logging")
 8 |
 9 |     public static let nativeEventParameters = Tag("nativeEventParameters")
   |                       |- warning: static property 'nativeEventParameters' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'nativeEventParameters' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     public static let nativeProperties = Tag("nativeProperties")
11 |     public static let nativeScreen = Tag("nativeScreen")
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:10:23: warning: static property 'nativeProperties' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
   :
 8 |
 9 |     public static let nativeEventParameters = Tag("nativeEventParameters")
10 |     public static let nativeProperties = Tag("nativeProperties")
   |                       |- warning: static property 'nativeProperties' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'nativeProperties' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     public static let nativeScreen = Tag("nativeScreen")
12 |     public static let nativeUserId = Tag("nativeUserId")
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:11:23: warning: static property 'nativeScreen' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
   :
 9 |     public static let nativeEventParameters = Tag("nativeEventParameters")
10 |     public static let nativeProperties = Tag("nativeProperties")
11 |     public static let nativeScreen = Tag("nativeScreen")
   |                       |- warning: static property 'nativeScreen' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'nativeScreen' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     public static let nativeUserId = Tag("nativeUserId")
13 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:12:23: warning: static property 'nativeUserId' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
   :
10 |     public static let nativeProperties = Tag("nativeProperties")
11 |     public static let nativeScreen = Tag("nativeScreen")
12 |     public static let nativeUserId = Tag("nativeUserId")
   |                       |- warning: static property 'nativeUserId' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'nativeUserId' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     private let identifier: String
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+adjust.swift:4:23: warning: static property 'adjust' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let adjust = Tag("adjust")
  |                       |- warning: static property 'adjust' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'adjust' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+amplitude.swift:4:23: warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let amplitude = Tag("amplitude")
  |                       |- warning: static property 'amplitude' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'amplitude' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appCenterAnalytics.swift:4:23: warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appCenterAnalytics = Tag("appCenterAnalytics")
  |                       |- warning: static property 'appCenterAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appCenterAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+appsFlyer.swift:4:23: warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let appsFlyer = Tag("appsFlyer")
  |                       |- warning: static property 'appsFlyer' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'appsFlyer' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+braze.swift:4:23: warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let braze = Tag("braze")
  |                       |- warning: static property 'braze' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'braze' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+bugsee.swift:4:23: warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let bugsee = Tag("bugsee")
  |                       |- warning: static property 'bugsee' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'bugsee' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+countly.swift:4:23: warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let countly = Tag("countly")
  |                       |- warning: static property 'countly' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'countly' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+crashlytics.swift:4:23: warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let crashlytics = Tag("crashlytics")
  |                       |- warning: static property 'crashlytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'crashlytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+facebook.swift:4:23: warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let facebook = Tag("facebook")
  |                       |- warning: static property 'facebook' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'facebook' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+firebaseAnalytics.swift:4:23: warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let firebaseAnalytics = Tag("firebaseAnalytics")
  |                       |- warning: static property 'firebaseAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'firebaseAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+heap.swift:4:23: warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let heap = Tag("heap")
  |                       |- warning: static property 'heap' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'heap' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+instabug.swift:4:23: warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let instabug = Tag("instabug")
  |                       |- warning: static property 'instabug' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'instabug' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+kochava.swift:4:23: warning: static property 'kochava' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let kochava = Tag("kochava")
  |                       |- warning: static property 'kochava' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'kochava' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+localytics.swift:4:23: warning: static property 'localytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let localytics = Tag("localytics")
  |                       |- warning: static property 'localytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'localytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+mixpanel.swift:4:23: warning: static property 'mixpanel' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let mixpanel = Tag("mixpanel")
  |                       |- warning: static property 'mixpanel' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'mixpanel' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+postHog.swift:4:23: warning: static property 'postHog' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let postHog = Tag("postHog")
  |                       |- warning: static property 'postHog' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'postHog' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+segment.swift:4:23: warning: static property 'segment' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let segment = Tag("segment")
  |                       |- warning: static property 'segment' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'segment' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+swiftAnalytics.swift:4:23: warning: static property 'swiftAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let swiftAnalytics = Tag("swift-analytics")
  |                       |- warning: static property 'swiftAnalytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'swiftAnalytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+swiftAnalyticsKit.swift:4:23: warning: static property 'swiftAnalyticsKit' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let swiftAnalyticsKit = Tag("SwiftAnalyticsKit")
  |                       |- warning: static property 'swiftAnalyticsKit' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'swiftAnalyticsKit' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+swiftLogger.swift:4:23: warning: static property 'swiftLogger' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let swiftLogger = Tag("swift-logger")
  |                       |- warning: static property 'swiftLogger' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'swiftLogger' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+swiftMetrics.swift:4:23: warning: static property 'swiftMetrics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let swiftMetrics = Tag("swift-metrics")
  |                       |- warning: static property 'swiftMetrics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'swiftMetrics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+taplytics.swift:4:23: warning: static property 'taplytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let taplytics = Tag("taplytics")
  |                       |- warning: static property 'taplytics' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'taplytics' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/tags/vendor/Tag+uxCam.swift:4:23: warning: static property 'uxCam' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | extension Tag {
4 |     public static let uxCam = Tag("uxCam")
  |                       |- warning: static property 'uxCam' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  |                       |- note: add '@MainActor' to make static property 'uxCam' part of global actor 'MainActor'
  |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/host/spi-builder-workspace/Sources/Tracker/tags/Tag.swift:3:15: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct Tag: Codable, Hashable, ExpressibleByStringLiteral, ExpressibleByStringInterpolation {
   |               `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 4 |     public static let analytics = Tag("analytics")
 5 |     public static let crashReporting = Tag("crashReporting")
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[110/132] Compiling Tracker Service+NamedEvent.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[111/132] Compiling Tracker Service+contains.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[112/132] Compiling Tracker Service.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[113/132] Compiling Tracker PrintServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[114/132] Compiling Tracker AdjustServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[115/132] Compiling Tracker AmplitudeServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/services/AbstractProvider.swift:4:23: warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 |
 3 | open class AbstractProvider {
 4 |     public static var defaultFallbackUserIdPropertyKey: String = "user-id"
   |                       |- warning: static property 'defaultFallbackUserIdPropertyKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'defaultFallbackUserIdPropertyKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'defaultFallbackUserIdPropertyKey' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 |     public private(set) var trackingDisabled: Bool = false
[118/132] Compiling SwiftAnalytics AnalyticsSystem.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:159:47: error: cannot find type 'pthread_rwlock_t' in scope
157 | 	fileprivate var shared = true
158 | 	#else
159 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
160 | 		UnsafeMutablePointer.allocate(capacity: 1)
161 | 	#endif
[119/132] Compiling SwiftAnalytics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:40:8: error: Unsupported runtime
 38 | import Musl
 39 | #else
 40 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 41 | #endif
 42 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:56:46: error: cannot find type 'pthread_mutex_t' in scope
 54 | 		UnsafeMutablePointer.allocate(capacity: 1)
 55 | 	#else
 56 | 	fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                              `- error: cannot find type 'pthread_mutex_t' in scope
 57 | 		UnsafeMutablePointer.allocate(capacity: 1)
 58 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:159:47: error: cannot find type 'pthread_rwlock_t' in scope
157 | 	fileprivate var shared = true
158 | 	#else
159 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
160 | 		UnsafeMutablePointer.allocate(capacity: 1)
161 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:67:14: error: cannot find 'pthread_mutexattr_t' in scope
 65 | 		InitializeSRWLock(mutex)
 66 | 		#else
 67 | 		var attr = pthread_mutexattr_t()
    |              `- error: cannot find 'pthread_mutexattr_t' in scope
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:68:3: error: cannot find 'pthread_mutexattr_init' in scope
 66 | 		#else
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
    |   `- error: cannot find 'pthread_mutexattr_init' in scope
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 70 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:3: error: cannot find 'pthread_mutexattr_settype' in scope
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |   `- error: cannot find 'pthread_mutexattr_settype' in scope
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:42: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                          `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:37: error: cannot infer contextual base in reference to member 'init'
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                     `- error: cannot infer contextual base in reference to member 'init'
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:71:13: error: cannot find 'pthread_mutex_init' in scope
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
    |             `- error: cannot find 'pthread_mutex_init' in scope
 72 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 73 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:83:13: error: cannot find 'pthread_mutex_destroy' in scope
 81 | 		self.mutex.deallocate()
 82 | 		#else
 83 | 		let err = pthread_mutex_destroy(self.mutex)
    |             `- error: cannot find 'pthread_mutex_destroy' in scope
 84 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 85 | 		self.mutex.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:99:13: error: cannot find 'pthread_mutex_lock' in scope
 97 | 		AcquireSRWLockExclusive(mutex)
 98 | 		#else
 99 | 		let err = pthread_mutex_lock(mutex)
    |             `- error: cannot find 'pthread_mutex_lock' in scope
100 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
101 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:114:13: error: cannot find 'pthread_mutex_unlock' in scope
112 | 		ReleaseSRWLockExclusive(mutex)
113 | 		#else
114 | 		let err = pthread_mutex_unlock(mutex)
    |             `- error: cannot find 'pthread_mutex_unlock' in scope
115 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
116 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:170:13: error: cannot find 'pthread_rwlock_init' in scope
168 | 		InitializeSRWLock(rwlock)
169 | 		#else
170 | 		let err = pthread_rwlock_init(rwlock, nil)
    |             `- error: cannot find 'pthread_rwlock_init' in scope
171 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
172 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:170:41: error: 'nil' requires a contextual type
168 | 		InitializeSRWLock(rwlock)
169 | 		#else
170 | 		let err = pthread_rwlock_init(rwlock, nil)
    |                                         `- error: 'nil' requires a contextual type
171 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
172 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:182:13: error: cannot find 'pthread_rwlock_destroy' in scope
180 | 		self.rwlock.deallocate()
181 | 		#else
182 | 		let err = pthread_rwlock_destroy(self.rwlock)
    |             `- error: cannot find 'pthread_rwlock_destroy' in scope
183 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
184 | 		self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:199:13: error: cannot find 'pthread_rwlock_rdlock' in scope
197 | 		shared = true
198 | 		#else
199 | 		let err = pthread_rwlock_rdlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_rdlock' in scope
200 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
201 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:215:13: error: cannot find 'pthread_rwlock_wrlock' in scope
213 | 		shared = false
214 | 		#else
215 | 		let err = pthread_rwlock_wrlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_wrlock' in scope
216 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
217 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:235:13: error: cannot find 'pthread_rwlock_unlock' in scope
233 | 		}
234 | 		#else
235 | 		let err = pthread_rwlock_unlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_unlock' in scope
236 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
237 | 		#endif
[120/132] Compiling SwiftAnalytics MockAnalyticsHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/111] Compiling Tracker Array+appending.swift
[5/111] Compiling Tracker Array+removing.swift
[6/113] Compiling SwiftAnalytics ParametersProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
[7/114] Compiling SwiftAnalytics MockAnalyticsHandler.swift
[8/114] Compiling SwiftAnalytics MultiplexAnalyticsHandler.swift
[9/114] Compiling SwiftAnalytics NOOPAnalyticsHandler.swift
[10/114] Compiling SwiftAnalytics AnalyticsSystem.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:159:47: error: cannot find type 'pthread_rwlock_t' in scope
157 | 	fileprivate var shared = true
158 | 	#else
159 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
160 | 		UnsafeMutablePointer.allocate(capacity: 1)
161 | 	#endif
[11/114] Compiling SwiftAnalytics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:40:8: error: Unsupported runtime
 38 | import Musl
 39 | #else
 40 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 41 | #endif
 42 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:56:46: error: cannot find type 'pthread_mutex_t' in scope
 54 | 		UnsafeMutablePointer.allocate(capacity: 1)
 55 | 	#else
 56 | 	fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                              `- error: cannot find type 'pthread_mutex_t' in scope
 57 | 		UnsafeMutablePointer.allocate(capacity: 1)
 58 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:159:47: error: cannot find type 'pthread_rwlock_t' in scope
157 | 	fileprivate var shared = true
158 | 	#else
159 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
160 | 		UnsafeMutablePointer.allocate(capacity: 1)
161 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:67:14: error: cannot find 'pthread_mutexattr_t' in scope
 65 | 		InitializeSRWLock(mutex)
 66 | 		#else
 67 | 		var attr = pthread_mutexattr_t()
    |              `- error: cannot find 'pthread_mutexattr_t' in scope
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:68:3: error: cannot find 'pthread_mutexattr_init' in scope
 66 | 		#else
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
    |   `- error: cannot find 'pthread_mutexattr_init' in scope
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 70 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:3: error: cannot find 'pthread_mutexattr_settype' in scope
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |   `- error: cannot find 'pthread_mutexattr_settype' in scope
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:42: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                          `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:37: error: cannot infer contextual base in reference to member 'init'
 67 | 		var attr = pthread_mutexattr_t()
 68 | 		pthread_mutexattr_init(&attr)
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                     `- error: cannot infer contextual base in reference to member 'init'
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:71:13: error: cannot find 'pthread_mutex_init' in scope
 69 | 		pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 70 |
 71 | 		let err = pthread_mutex_init(mutex, &attr)
    |             `- error: cannot find 'pthread_mutex_init' in scope
 72 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 73 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:83:13: error: cannot find 'pthread_mutex_destroy' in scope
 81 | 		self.mutex.deallocate()
 82 | 		#else
 83 | 		let err = pthread_mutex_destroy(self.mutex)
    |             `- error: cannot find 'pthread_mutex_destroy' in scope
 84 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 85 | 		self.mutex.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:99:13: error: cannot find 'pthread_mutex_lock' in scope
 97 | 		AcquireSRWLockExclusive(mutex)
 98 | 		#else
 99 | 		let err = pthread_mutex_lock(mutex)
    |             `- error: cannot find 'pthread_mutex_lock' in scope
100 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
101 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:114:13: error: cannot find 'pthread_mutex_unlock' in scope
112 | 		ReleaseSRWLockExclusive(mutex)
113 | 		#else
114 | 		let err = pthread_mutex_unlock(mutex)
    |             `- error: cannot find 'pthread_mutex_unlock' in scope
115 | 		precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
116 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:170:13: error: cannot find 'pthread_rwlock_init' in scope
168 | 		InitializeSRWLock(rwlock)
169 | 		#else
170 | 		let err = pthread_rwlock_init(rwlock, nil)
    |             `- error: cannot find 'pthread_rwlock_init' in scope
171 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
172 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:170:41: error: 'nil' requires a contextual type
168 | 		InitializeSRWLock(rwlock)
169 | 		#else
170 | 		let err = pthread_rwlock_init(rwlock, nil)
    |                                         `- error: 'nil' requires a contextual type
171 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
172 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:182:13: error: cannot find 'pthread_rwlock_destroy' in scope
180 | 		self.rwlock.deallocate()
181 | 		#else
182 | 		let err = pthread_rwlock_destroy(self.rwlock)
    |             `- error: cannot find 'pthread_rwlock_destroy' in scope
183 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
184 | 		self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:199:13: error: cannot find 'pthread_rwlock_rdlock' in scope
197 | 		shared = true
198 | 		#else
199 | 		let err = pthread_rwlock_rdlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_rdlock' in scope
200 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
201 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:215:13: error: cannot find 'pthread_rwlock_wrlock' in scope
213 | 		shared = false
214 | 		#else
215 | 		let err = pthread_rwlock_wrlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_wrlock' in scope
216 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
217 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:235:13: error: cannot find 'pthread_rwlock_unlock' in scope
233 | 		}
234 | 		#else
235 | 		let err = pthread_rwlock_unlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_unlock' in scope
236 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
237 | 		#endif
[12/114] Compiling Analytics MultiplexAnalyticsHandler.swift
[13/114] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
[14/114] Compiling Tracker AppsFlyerServiceAdapter.swift
[15/114] Compiling Tracker BrazeServiceAdapter.swift
[16/114] Compiling Tracker BugseeServiceAdapter.swift
[17/114] Compiling Tracker CountlyServiceAdapter.swift
[18/114] Compiling Tracker CrashlyticsServiceAdapter.swift
[19/114] Compiling Tracker FacebookServiceAdapter.swift
[20/114] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
[21/114] Compiling Tracker HeapServiceAdapter.swift
[22/114] Compiling Tracker InstabugServiceAdapter.swift
[23/114] Compiling Tracker KochavaServiceAdapter.swift
[24/114] Compiling Tracker LocalyticsServiceAdapter.swift
[25/124] Compiling Tracker EventTracker.swift
[26/124] Compiling Tracker Event+operators.swift
[27/125] Compiling Tracker Event.swift
[28/125] Compiling Tracker Screen+operators.swift
[29/125] Compiling Tracker TaggedScreen.swift
[30/125] Compiling Tracker CountlyScreen.swift
[31/125] Compiling Tracker Screen.swift
[32/125] Compiling Tracker Taggable.swift
[33/125] Compiling Tracker NamedEvent.swift
[34/125] Compiling Tracker PostHogScreen.swift
[35/125] Compiling Tracker SegmentScreen.swift
[36/125] Compiling Tracker NamedScreen.swift
[37/125] Compiling Tracker ParameterizedEvent.swift
[38/125] Compiling Tracker TaggedEvent.swift
[39/125] Compiling Tracker MixpanelServiceAdapter.swift
[40/125] Compiling Tracker PostHogServiceAdapter.swift
[41/125] Compiling Tracker SegmentServiceAdapter.swift
[42/125] Compiling Tracker SwiftAnalyticsKitServiceAdapter.swift
[43/125] Compiling Tracker SwiftAnalyticsServiceAdapter.swift
[44/125] Compiling Tracker SwiftLoggerServiceAdapter.swift
[45/125] Compiling Tracker SwiftMetricsServiceAdapter.swift
[46/125] Compiling Tracker TaplyticsServiceAdapter.swift
[47/125] Compiling Tracker UXCamServiceAdapter.swift
[48/125] Compiling Tracker Tag.swift
[49/125] Compiling Tracker Tag+adjust.swift
[50/125] Compiling Tracker Tag+amplitude.swift
[51/125] Compiling Tracker Tag+appCenterAnalytics.swift
[52/125] Compiling Tracker Tag+appsFlyer.swift
[53/125] Compiling Tracker Tag+braze.swift
[54/125] Compiling Tracker Tag+bugsee.swift
[55/125] Compiling Tracker Tag+countly.swift
[56/125] Compiling Tracker Tag+crashlytics.swift
[57/125] Compiling Tracker Tag+facebook.swift
[58/125] Compiling Tracker Tag+firebaseAnalytics.swift
[59/125] Compiling Tracker Tag+heap.swift
[60/125] Compiling Tracker Tag+instabug.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/125] Emitting module SwiftAnalytics
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:40:8: error: Unsupported runtime
 38 | import Musl
 39 | #else
 40 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 41 | #endif
 42 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:56:46: error: cannot find type 'pthread_mutex_t' in scope
 54 | 		UnsafeMutablePointer.allocate(capacity: 1)
 55 | 	#else
 56 | 	fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                              `- error: cannot find type 'pthread_mutex_t' in scope
 57 | 		UnsafeMutablePointer.allocate(capacity: 1)
 58 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:159:47: error: cannot find type 'pthread_rwlock_t' in scope
157 | 	fileprivate var shared = true
158 | 	#else
159 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
160 | 		UnsafeMutablePointer.allocate(capacity: 1)
161 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
[64/125] Emitting module Analytics
[65/126] Compiling Tracker MixpanelServiceProvider.swift
[66/126] Compiling Tracker PostHogServiceProvider.swift
[67/126] Compiling Tracker SegmentServiceProvider.swift
[68/126] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
[69/126] Compiling Tracker SwiftAnalyticsServiceProvider.swift
[70/126] Compiling Tracker SwiftLoggerServiceProvider.swift
[71/126] Compiling Tracker SwiftMetricsServiceProvider.swift
[72/126] Compiling Tracker TaplyticsServiceProvider.swift
[73/126] Compiling Tracker UXCamServiceProvider.swift
[74/126] Compiling Tracker AdjustServiceAdapter.swift
[75/126] Compiling Tracker AmplitudeServiceAdapter.swift
[76/126] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
[77/126] Compiling SwiftAnalytics WithAnalyticsParameters.swift
[78/126] Compiling Tracker Tag+kochava.swift
[79/126] Compiling Tracker Tag+localytics.swift
[80/126] Compiling Tracker Tag+mixpanel.swift
[81/126] Compiling Tracker Tag+postHog.swift
[82/126] Compiling Tracker Tag+segment.swift
[83/126] Compiling Tracker Tag+swiftAnalytics.swift
[84/126] Compiling Tracker Tag+swiftAnalyticsKit.swift
[85/126] Compiling Tracker Tag+swiftLogger.swift
[86/126] Compiling Tracker Tag+swiftMetrics.swift
[87/126] Compiling Tracker Tag+taplytics.swift
[88/126] Compiling Tracker Tag+uxCam.swift
[102/126] Emitting module Tracker
[109/126] Compiling Tracker Service+NamedEvent.swift
[110/126] Compiling Tracker Service+contains.swift
[111/126] Compiling Tracker Service.swift
[112/126] Compiling Tracker PrintServiceProvider.swift
[113/126] Compiling Tracker AdjustServiceProvider.swift
[114/126] Compiling Tracker AmplitudeServiceProvider.swift
[115/126] Compiling Tracker AppCenterAnalyticsServiceProvider.swift
[116/126] Compiling Tracker AppsFlyerServiceProvider.swift
[117/126] Compiling Tracker BrazeServiceProvider.swift
[118/126] Compiling Tracker BugseeServiceProvider.swift
[119/126] Compiling Tracker CountlyServiceProvider.swift
[120/126] Compiling Tracker CrashlyticsServiceProvider.swift
[121/126] Compiling Tracker FacebookServiceProvider.swift
[122/126] Compiling Tracker FirebaseAnalyticsServiceProvider.swift
[123/126] Compiling Tracker HeapServiceProvider.swift
[124/126] Compiling Tracker InstabugServiceProvider.swift
[125/126] Compiling Tracker KochavaServiceProvider.swift
[126/126] Compiling Tracker LocalyticsServiceProvider.swift
BUILD FAILURE 6.1 android