Build Information
Failed to build EventTracker, reference 2.0.0 (7b9172), with Swift 6.1 for Android on 29 May 2025 17:15:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
:
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")
[40/131] Compiling SwiftAnalytics WithAnalyticsParameters.swift
[41/131] Compiling Analytics MultiplexAnalyticsHandler.swift
[42/131] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
[43/131] Compiling Analytics AnalyticsEvent.swift
[44/131] Compiling Analytics AnyAnalyticsEvent.swift
[45/131] Compiling Analytics AnalyticsMetadata.swift
[46/131] Compiling Analytics Initializable.swift
[47/131] Compiling Analytics AnalyticsConfiguration.swift
[48/131] Compiling Tracker AppsFlyerServiceAdapter.swift
[49/131] Compiling Tracker BrazeServiceAdapter.swift
[50/131] Compiling Tracker BugseeServiceAdapter.swift
[51/131] Compiling Tracker CountlyServiceAdapter.swift
[52/131] Compiling Tracker CrashlyticsServiceAdapter.swift
[53/131] Compiling Tracker FacebookServiceAdapter.swift
[54/131] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
[55/131] Compiling Tracker HeapServiceAdapter.swift
[56/131] Compiling Tracker InstabugServiceAdapter.swift
[57/131] Compiling Tracker KochavaServiceAdapter.swift
[58/131] Compiling Tracker LocalyticsServiceAdapter.swift
[59/131] Compiling Tracker MixpanelServiceProvider.swift
[60/131] Compiling Tracker PostHogServiceProvider.swift
[61/131] Compiling Tracker SegmentServiceProvider.swift
[62/131] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
[63/131] Compiling Tracker SwiftAnalyticsServiceProvider.swift
[64/131] Compiling Tracker SwiftLoggerServiceProvider.swift
[65/131] Compiling Tracker SwiftMetricsServiceProvider.swift
[66/131] Compiling Tracker TaplyticsServiceProvider.swift
[67/131] Compiling Tracker UXCamServiceProvider.swift
[68/131] Compiling Tracker AdjustServiceAdapter.swift
[69/131] Compiling Tracker AmplitudeServiceAdapter.swift
[70/131] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
[71/131] Compiling SwiftAnalytics MultiplexAnalyticsHandler.swift
[72/131] Compiling SwiftAnalytics NOOPAnalyticsHandler.swift
[73/131] Compiling Analytics SomeAnalyticsEvent.swift
[74/131] Compiling Analytics AnalyticsEncoder.swift
[75/131] Compiling Tracker Tag+kochava.swift
/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")
[76/131] Compiling Tracker Tag+localytics.swift
/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")
[77/131] Compiling Tracker Tag+mixpanel.swift
/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")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/131] 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 |
[79/131] Compiling Analytics AnalyticsHandler.swift
[80/131] Compiling Analytics AnyAnalyticsEventHandler.swift
[81/131] Compiling Analytics AnyAnalyticsHandler.swift
[82/131] Compiling Analytics AnyHashableAnalyticsHandler.swift
[83/131] Compiling Tracker Tag+postHog.swift
/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")
[84/131] Compiling Tracker Tag+segment.swift
/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")
[85/131] Compiling Tracker Tag+swiftAnalytics.swift
/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")
[86/131] Compiling Tracker Tag+swiftAnalyticsKit.swift
/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")
[87/132] Compiling Tracker Tag+swiftLogger.swift
/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")
[88/132] Compiling Tracker Tag+swiftMetrics.swift
/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")
[89/132] Compiling Tracker Tag+taplytics.swift
/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")
[90/132] Compiling Tracker Tag+uxCam.swift
/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")
[93/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
[100/132] Compiling Tracker NamedEvent.swift
[101/132] Compiling Tracker NamedScreen.swift
[102/132] Compiling Tracker ParameterizedEvent.swift
[103/132] Compiling Tracker TaggedEvent.swift
[104/132] Compiling Tracker TaggedScreen.swift
[105/132] Compiling Tracker CountlyScreen.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
[107/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
[108/132] Compiling SwiftAnalytics MockAnalyticsHandler.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
/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
/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
[120/132] Compiling Tracker AppCenterAnalyticsServiceProvider.swift
[121/132] Compiling Tracker AppsFlyerServiceProvider.swift
[122/132] Compiling Tracker BrazeServiceProvider.swift
[123/132] Compiling Tracker BugseeServiceProvider.swift
[124/132] Compiling Tracker CountlyServiceProvider.swift
[125/132] Compiling Tracker CrashlyticsServiceProvider.swift
[126/132] Compiling Tracker FacebookServiceProvider.swift
[127/132] Compiling Tracker FirebaseAnalyticsServiceProvider.swift
[128/132] Compiling Tracker HeapServiceProvider.swift
[129/132] Compiling Tracker InstabugServiceProvider.swift
[130/132] Compiling Tracker KochavaServiceProvider.swift
[131/132] Compiling Tracker LocalyticsServiceProvider.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/111] 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 |
[5/112] Compiling SwiftAnalytics NOOPAnalyticsHandler.swift
[6/112] 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/112] 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
[8/112] Compiling Tracker Event.swift
[9/112] Compiling Tracker Screen+operators.swift
[10/112] Compiling Tracker EventTracker.swift
[11/112] Compiling Tracker Event+operators.swift
[12/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
[13/114] Compiling Tracker PostHogScreen.swift
[14/114] Compiling Tracker SegmentScreen.swift
[15/114] Compiling Tracker Array+appending.swift
[16/114] Compiling Tracker Array+removing.swift
[17/114] Compiling Tracker AbstractProvider.swift
[18/114] Compiling Tracker Service+AbstractProvider.swift
[19/114] Compiling SwiftAnalytics MockAnalyticsHandler.swift
[20/114] Compiling SwiftAnalytics MultiplexAnalyticsHandler.swift
[21/114] Compiling Tracker AdjustServiceProvider.swift
[22/114] Compiling Tracker AmplitudeServiceProvider.swift
[23/114] Compiling SwiftAnalytics WithAnalyticsParameters.swift
[24/114] Emitting module Analytics
[25/114] Compiling Tracker Service+NamedEvent.swift
[26/114] Compiling Tracker Service+contains.swift
[27/114] Compiling Tracker Service.swift
[28/114] Compiling Tracker PrintServiceProvider.swift
[29/114] Compiling Tracker Tag+amplitude.swift
[30/114] Compiling Tracker Tag+appCenterAnalytics.swift
[31/114] Compiling Tracker Tag+appsFlyer.swift
[32/114] Compiling Tracker Tag+braze.swift
[33/114] Compiling Tracker Tag+bugsee.swift
[34/114] Compiling Tracker Tag+countly.swift
[35/114] Compiling Tracker Tag+crashlytics.swift
[36/114] Compiling Tracker Tag+facebook.swift
[37/114] Compiling Tracker Tag+firebaseAnalytics.swift
[38/114] Compiling Tracker Tag+heap.swift
[39/114] Compiling Tracker Tag+instabug.swift
[40/125] Compiling Analytics MultiplexAnalyticsHandler.swift
[41/125] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
[42/126] Compiling Tracker AppsFlyerServiceAdapter.swift
[43/126] Compiling Tracker BrazeServiceAdapter.swift
[44/126] Compiling Tracker BugseeServiceAdapter.swift
[45/126] Compiling Tracker CountlyServiceAdapter.swift
[46/126] Compiling Tracker CrashlyticsServiceAdapter.swift
[47/126] Compiling Tracker FacebookServiceAdapter.swift
[48/126] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
[49/126] Compiling Tracker HeapServiceAdapter.swift
[50/126] Compiling Tracker InstabugServiceAdapter.swift
[51/126] Compiling Tracker KochavaServiceAdapter.swift
[52/126] Compiling Tracker LocalyticsServiceAdapter.swift
[53/126] Compiling Tracker MixpanelServiceAdapter.swift
[54/126] Compiling Tracker PostHogServiceAdapter.swift
[55/126] Compiling Tracker SegmentServiceAdapter.swift
[56/126] Compiling Tracker SwiftAnalyticsKitServiceAdapter.swift
[57/126] Compiling Tracker SwiftAnalyticsServiceAdapter.swift
[58/126] Compiling Tracker SwiftLoggerServiceAdapter.swift
[59/126] Compiling Tracker SwiftMetricsServiceAdapter.swift
[60/126] Compiling Tracker TaplyticsServiceAdapter.swift
[61/126] Compiling Tracker UXCamServiceAdapter.swift
[62/126] Compiling Tracker Tag.swift
[63/126] Compiling Tracker Tag+adjust.swift
[67/126] Compiling Tracker Tag+kochava.swift
[68/126] Compiling Tracker Tag+localytics.swift
[69/126] Compiling Tracker Tag+mixpanel.swift
[70/126] Compiling Tracker Tag+postHog.swift
[71/126] Compiling Tracker Tag+segment.swift
[72/126] Compiling Tracker Tag+swiftAnalytics.swift
[73/126] Compiling Tracker Tag+swiftAnalyticsKit.swift
[74/126] Compiling Tracker Tag+swiftLogger.swift
[75/126] Compiling Tracker Tag+swiftMetrics.swift
[76/126] Compiling Tracker Tag+taplytics.swift
[77/126] Compiling Tracker Tag+uxCam.swift
[78/126] Emitting module Tracker
[79/126] Compiling Tracker MixpanelServiceProvider.swift
[80/126] Compiling Tracker PostHogServiceProvider.swift
[81/126] Compiling Tracker SegmentServiceProvider.swift
[82/126] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
[83/126] Compiling Tracker SwiftAnalyticsServiceProvider.swift
[84/126] Compiling Tracker SwiftLoggerServiceProvider.swift
[85/126] Compiling Tracker SwiftMetricsServiceProvider.swift
[86/126] Compiling Tracker TaplyticsServiceProvider.swift
[87/126] Compiling Tracker UXCamServiceProvider.swift
[88/126] Compiling Tracker AdjustServiceAdapter.swift
[89/126] Compiling Tracker AmplitudeServiceAdapter.swift
[90/126] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
[109/126] Compiling Tracker NamedEvent.swift
[110/126] Compiling Tracker NamedScreen.swift
[111/126] Compiling Tracker ParameterizedEvent.swift
[112/126] Compiling Tracker TaggedEvent.swift
[113/126] Compiling Tracker TaggedScreen.swift
[114/126] Compiling Tracker CountlyScreen.swift
BUILD FAILURE 6.1 android