The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EventTracker, reference 2.0.0 (7b9172), with Swift 6.2 for Android on 22 Jun 2025 02:37:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-event-tracker.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hectr/swift-event-tracker
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 7b9172e Deploy documentation to GitHub pages on master branch pushes
Cloned https://github.com/hectr/swift-event-tracker.git
Revision (git rev-parse @):
7b9172e01bc979c58261b21ebf62c03283cf0002
SUCCESS checkout https://github.com/hectr/swift-event-tracker.git at 2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hectr/swift-event-tracker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/dankinsoid/swift-analytics.git
Fetching https://github.com/SwiftyLab/SwiftAnalyticsKit.git
[1/249] Fetching swift-analytics
[250/2331] Fetching swift-analytics, swift-docc-plugin
[375/5249] Fetching swift-analytics, swift-docc-plugin, swiftanalyticskit
Fetched https://github.com/dankinsoid/swift-analytics.git from cache (0.96s)
Fetched https://github.com/SwiftyLab/SwiftAnalyticsKit.git from cache (0.96s)
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.97s)
Computing version for https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Computed https://github.com/SwiftyLab/SwiftAnalyticsKit.git at 1.0.0 (4.17s)
Computing version for https://github.com/dankinsoid/swift-analytics.git
Computed https://github.com/dankinsoid/swift-analytics.git at 1.10.1 (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4 (0.86s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.64s)
Creating working copy for https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Working copy of https://github.com/SwiftyLab/SwiftAnalyticsKit.git resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/dankinsoid/swift-analytics.git
Working copy of https://github.com/dankinsoid/swift-analytics.git resolved at 1.10.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[8/9] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/121] 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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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
[11/122] Emitting module Analytics
[12/122] Compiling Tracker EventTracker.swift
[13/122] Compiling Tracker Event+operators.swift
[14/122] Compiling Tracker Event.swift
[15/124] Compiling Tracker PostHogScreen.swift
[16/124] Compiling Tracker SegmentScreen.swift
[17/124] Compiling Tracker Array+appending.swift
[18/124] Compiling Tracker Array+removing.swift
[19/124] Compiling Analytics MultiplexAnalyticsHandler.swift
[20/124] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
[21/124] Compiling Tracker Service+NamedEvent.swift
[22/124] Compiling Tracker Service+contains.swift
[23/124] Compiling Tracker Service.swift
[24/124] Compiling Tracker PrintServiceProvider.swift
[25/124] Compiling Tracker AdjustServiceProvider.swift
[26/124] Compiling Tracker AmplitudeServiceProvider.swift
[27/135] Compiling SwiftAnalytics WithAnalyticsParameters.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
[28/135] Compiling Tracker ParameterizedEvent.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
[29/135] Compiling Tracker TaggedEvent.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
[30/135] Compiling SwiftAnalytics ParametersValueDecoder.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueDecoder.swift:716:29: error: pattern variable binding cannot appear in an expression
714 |             }
715 |
716 |         case let .formatted(formatter):
    |                             `- error: pattern variable binding cannot appear in an expression
717 |             guard case let .string(string) = value else {
718 |                 throw DecodingError.typeMismatch(Date.self, DecodingError.Context(
[31/135] Compiling SwiftAnalytics ParametersValueEncoder.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueEncoder.swift:477:29: error: pattern variable binding cannot appear in an expression
475 |             }
476 |
477 |         case let .formatted(formatter):
    |                             `- error: pattern variable binding cannot appear in an expression
478 |             return .string(formatter.string(from: date))
479 |
[34/135] Compiling Tracker Taggable.swift
[35/135] Compiling Tracker NamedEvent.swift
[36/135] Compiling Tracker NamedScreen.swift
[37/135] Compiling Tracker Screen+operators.swift
[38/135] Compiling Tracker Screen.swift
[41/135] Compiling Tracker AppCenterAnalyticsServiceProvider.swift
[42/135] Compiling Tracker AppsFlyerServiceProvider.swift
[43/135] Compiling Tracker BrazeServiceProvider.swift
[44/135] Compiling Tracker BugseeServiceProvider.swift
[45/135] Compiling Tracker CountlyServiceProvider.swift
[46/135] Compiling Tracker CrashlyticsServiceProvider.swift
[47/135] Compiling Tracker FacebookServiceProvider.swift
[48/135] Compiling Tracker FirebaseAnalyticsServiceProvider.swift
[49/135] Compiling Tracker HeapServiceProvider.swift
[50/135] Compiling Tracker InstabugServiceProvider.swift
[51/135] Compiling Tracker KochavaServiceProvider.swift
[52/135] Compiling Tracker LocalyticsServiceProvider.swift
[53/135] Emitting module Tracker
[64/135] Compiling Tracker TaggedScreen.swift
[65/135] Compiling Tracker CountlyScreen.swift
[66/135] Compiling Tracker AppsFlyerServiceAdapter.swift
[67/135] Compiling Tracker BrazeServiceAdapter.swift
[68/135] Compiling Tracker BugseeServiceAdapter.swift
[69/135] Compiling Tracker CountlyServiceAdapter.swift
[70/135] Compiling Tracker CrashlyticsServiceAdapter.swift
[71/135] Compiling Tracker FacebookServiceAdapter.swift
[72/135] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
[73/135] Compiling Tracker HeapServiceAdapter.swift
[74/135] Compiling Tracker InstabugServiceAdapter.swift
[75/135] Compiling Tracker KochavaServiceAdapter.swift
[76/135] Compiling Tracker LocalyticsServiceAdapter.swift
[77/135] Compiling Tracker MixpanelServiceProvider.swift
[78/135] Compiling Tracker PostHogServiceProvider.swift
[79/135] Compiling Tracker SegmentServiceProvider.swift
[80/135] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
[81/135] Compiling Tracker SwiftAnalyticsServiceProvider.swift
[82/135] Compiling Tracker SwiftLoggerServiceProvider.swift
[83/135] Compiling Tracker SwiftMetricsServiceProvider.swift
[84/135] Compiling Tracker TaplyticsServiceProvider.swift
[85/135] Compiling Tracker UXCamServiceProvider.swift
[86/135] Compiling Tracker AdjustServiceAdapter.swift
[87/135] Compiling Tracker AmplitudeServiceAdapter.swift
[88/135] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
[93/135] Compiling Tracker Tag+kochava.swift
[94/135] Compiling Tracker Tag+localytics.swift
[95/135] Compiling Tracker Tag+mixpanel.swift
[96/135] Compiling Tracker Tag+postHog.swift
[97/135] Compiling Tracker Tag+segment.swift
[98/135] Compiling Tracker Tag+swiftAnalytics.swift
[99/135] Compiling Tracker Tag+swiftAnalyticsKit.swift
[100/135] Compiling Tracker Tag+swiftLogger.swift
[101/135] Compiling Tracker Tag+swiftMetrics.swift
[102/135] Compiling Tracker Tag+taplytics.swift
[103/135] Compiling Tracker Tag+uxCam.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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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
/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/ParametersProvider.swift:12:8: error: Unsupported runtime
10 | import WASILibc
11 | #else
12 | #error("Unsupported runtime")
   |        `- error: Unsupported runtime
13 | #endif
14 |
/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
[115/136] Compiling Tracker MixpanelServiceAdapter.swift
[116/136] Compiling Tracker PostHogServiceAdapter.swift
[117/136] Compiling Tracker SegmentServiceAdapter.swift
[118/136] Compiling Tracker SwiftAnalyticsKitServiceAdapter.swift
[119/136] Compiling Tracker SwiftAnalyticsServiceAdapter.swift
[120/136] Compiling Tracker SwiftLoggerServiceAdapter.swift
[121/136] Compiling Tracker SwiftMetricsServiceAdapter.swift
[122/136] Compiling Tracker TaplyticsServiceAdapter.swift
[123/136] Compiling Tracker UXCamServiceAdapter.swift
[124/136] Compiling Tracker Tag.swift
[125/136] Compiling Tracker Tag+adjust.swift
[126/136] Compiling Tracker Tag+amplitude.swift
[127/136] Compiling Tracker Tag+appCenterAnalytics.swift
[128/136] Compiling Tracker Tag+appsFlyer.swift
[129/136] Compiling Tracker Tag+braze.swift
[130/136] Compiling Tracker Tag+bugsee.swift
[131/136] Compiling Tracker Tag+countly.swift
[132/136] Compiling Tracker Tag+crashlytics.swift
[133/136] Compiling Tracker Tag+facebook.swift
[134/136] Compiling Tracker Tag+firebaseAnalytics.swift
[135/136] Compiling Tracker Tag+heap.swift
[136/136] Compiling Tracker Tag+instabug.swift
BUILD FAILURE 6.2 android