The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EventTracker, reference 2.0.0 (7b9172), with Swift 6.3 for Android on 15 Apr 2026 00:47:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/hectr/swift-event-tracker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Fetching https://github.com/dankinsoid/swift-analytics.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/291] Fetching swift-analytics
[292/2562] Fetching swift-analytics, swift-docc-plugin
[520/5480] Fetching swift-analytics, swift-docc-plugin, swiftanalyticskit
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.52s)
Fetched https://github.com/dankinsoid/swift-analytics.git from cache (0.54s)
Fetched https://github.com/SwiftyLab/SwiftAnalyticsKit.git from cache (0.54s)
Computing version for https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Computed https://github.com/SwiftyLab/SwiftAnalyticsKit.git at 1.0.0 (2.97s)
Computing version for https://github.com/dankinsoid/swift-analytics.git
Computed https://github.com/dankinsoid/swift-analytics.git at 1.10.4 (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.6 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
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-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.6
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.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--4F562202D5529B1.txt
[10/121] Emitting module Analytics
[11/123] Emitting module Tracker
[12/134] Compiling Tracker PostHogScreen.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 |
[13/134] Compiling Tracker SegmentScreen.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 |
[14/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 |
[15/135] Compiling Tracker Service+AbstractProvider.swift
[16/135] Compiling Tracker Service+NamedEvent.swift
[17/135] Compiling Tracker Service+contains.swift
[18/135] Compiling Tracker Array+removing.swift
[19/135] Compiling Tracker AbstractProvider.swift
[22/135] Compiling Tracker Array+appending.swift
[23/135] Compiling Tracker AdjustServiceProvider.swift
[24/135] Compiling Tracker AmplitudeServiceProvider.swift
[25/135] Compiling Tracker Service.swift
[26/135] Compiling Tracker PrintServiceProvider.swift
[27/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:481:23: error: pattern variable binding cannot appear in an expression
479 | 		// .formatted doesn't compile on Linux due to a Swift bug.
480 | 		#if !os(Linux)
481 | 		case let .formatted(formatter):
    |                       `- error: pattern variable binding cannot appear in an expression
482 | 			return .string(formatter.string(from: date))
483 | 		#endif
[28/135] Compiling Tracker EventTracker.swift
[29/135] Compiling Tracker Event+operators.swift
[30/135] Compiling Tracker Event.swift
[31/135] Compiling Tracker Screen+operators.swift
[32/135] Compiling Tracker AppCenterAnalyticsServiceProvider.swift
[33/135] Compiling Tracker AppsFlyerServiceProvider.swift
[34/135] Compiling Tracker BrazeServiceProvider.swift
[35/135] Compiling Tracker BugseeServiceProvider.swift
[36/135] Compiling Tracker CountlyServiceProvider.swift
[37/135] Compiling Tracker CrashlyticsServiceProvider.swift
[38/135] Compiling Tracker FacebookServiceProvider.swift
[39/135] Compiling Tracker FirebaseAnalyticsServiceProvider.swift
[40/135] Compiling Tracker HeapServiceProvider.swift
[41/135] Compiling Tracker InstabugServiceProvider.swift
[42/135] Compiling Tracker KochavaServiceProvider.swift
[43/135] Compiling Tracker LocalyticsServiceProvider.swift
[44/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:736:23: error: pattern variable binding cannot appear in an expression
734 | 		// .formatted doesn't compile on Linux due to a Swift bug.
735 | 		#if !os(Linux)
736 | 		case let .formatted(formatter):
    |                       `- error: pattern variable binding cannot appear in an expression
737 | 			return try decodeFormattedDate(from: value, using: formatter)
738 | 		#endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/135] 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:58:47: error: cannot find type 'pthread_rwlock_t' in scope
 56 | 	fileprivate var shared = true
 57 | 	#else
 58 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
 59 | 		UnsafeMutablePointer.allocate(capacity: 1)
 60 | 	#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: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 |
[48/135] Compiling Analytics MultiplexAnalyticsHandler.swift
[49/135] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
[50/136] Compiling Tracker Tag+kochava.swift
[51/136] Compiling Tracker Tag+localytics.swift
[52/136] Compiling Tracker Tag+mixpanel.swift
[53/136] Compiling Tracker Tag+postHog.swift
[54/136] Compiling Tracker Tag+segment.swift
[55/136] Compiling Tracker Tag+swiftAnalytics.swift
[56/136] Compiling Tracker Tag+swiftAnalyticsKit.swift
[57/136] Compiling Tracker Tag+swiftLogger.swift
[58/136] Compiling Tracker Tag+swiftMetrics.swift
[59/136] Compiling Tracker Tag+taplytics.swift
[60/136] Compiling Tracker Tag+uxCam.swift
[61/136] Compiling Tracker AppsFlyerServiceAdapter.swift
[62/136] Compiling Tracker BrazeServiceAdapter.swift
[63/136] Compiling Tracker BugseeServiceAdapter.swift
[64/136] Compiling Tracker CountlyServiceAdapter.swift
[65/136] Compiling Tracker CrashlyticsServiceAdapter.swift
[66/136] Compiling Tracker FacebookServiceAdapter.swift
[67/136] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
[68/136] Compiling Tracker HeapServiceAdapter.swift
[69/136] Compiling Tracker InstabugServiceAdapter.swift
[70/136] Compiling Tracker KochavaServiceAdapter.swift
[71/136] Compiling Tracker LocalyticsServiceAdapter.swift
[72/136] Compiling Tracker MixpanelServiceAdapter.swift
[73/136] Compiling Tracker PostHogServiceAdapter.swift
[74/136] Compiling Tracker SegmentServiceAdapter.swift
[75/136] Compiling Tracker SwiftAnalyticsKitServiceAdapter.swift
[76/136] Compiling Tracker SwiftAnalyticsServiceAdapter.swift
[77/136] Compiling Tracker SwiftLoggerServiceAdapter.swift
[78/136] Compiling Tracker SwiftMetricsServiceAdapter.swift
[79/136] Compiling Tracker TaplyticsServiceAdapter.swift
[80/136] Compiling Tracker UXCamServiceAdapter.swift
[81/136] Compiling Tracker Tag.swift
[82/136] Compiling Tracker Tag+adjust.swift
[83/136] Compiling Tracker Tag+amplitude.swift
[84/136] Compiling Tracker Tag+appCenterAnalytics.swift
[85/136] Compiling Tracker Tag+appsFlyer.swift
[86/136] Compiling Tracker Tag+braze.swift
[87/136] Compiling Tracker Tag+bugsee.swift
[88/136] Compiling Tracker Tag+countly.swift
[89/136] Compiling Tracker Tag+crashlytics.swift
[90/136] Compiling Tracker Tag+facebook.swift
[91/136] Compiling Tracker Tag+firebaseAnalytics.swift
[92/136] Compiling Tracker Tag+heap.swift
[93/136] Compiling Tracker Tag+instabug.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:58:47: error: cannot find type 'pthread_rwlock_t' in scope
 56 | 	fileprivate var shared = true
 57 | 	#else
 58 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
 59 | 		UnsafeMutablePointer.allocate(capacity: 1)
 60 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:13: error: cannot find 'pthread_rwlock_init' in scope
 67 | 		InitializeSRWLock(rwlock)
 68 | 		#else
 69 | 		let err = pthread_rwlock_init(rwlock, nil)
    |             `- error: cannot find 'pthread_rwlock_init' in scope
 70 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 71 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:41: error: 'nil' requires a contextual type
 67 | 		InitializeSRWLock(rwlock)
 68 | 		#else
 69 | 		let err = pthread_rwlock_init(rwlock, nil)
    |                                         `- error: 'nil' requires a contextual type
 70 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 71 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:81:13: error: cannot find 'pthread_rwlock_destroy' in scope
 79 | 		self.rwlock.deallocate()
 80 | 		#else
 81 | 		let err = pthread_rwlock_destroy(self.rwlock)
    |             `- error: cannot find 'pthread_rwlock_destroy' in scope
 82 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 83 | 		self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:98:13: error: cannot find 'pthread_rwlock_rdlock' in scope
 96 | 		shared = true
 97 | 		#else
 98 | 		let err = pthread_rwlock_rdlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_rdlock' in scope
 99 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
100 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:114:13: error: cannot find 'pthread_rwlock_wrlock' in scope
112 | 		shared = false
113 | 		#else
114 | 		let err = pthread_rwlock_wrlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_wrlock' in scope
115 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
116 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:134:13: error: cannot find 'pthread_rwlock_unlock' in scope
132 | 		}
133 | 		#else
134 | 		let err = pthread_rwlock_unlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_unlock' in scope
135 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
136 | 		#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:58:47: error: cannot find type 'pthread_rwlock_t' in scope
 56 | 	fileprivate var shared = true
 57 | 	#else
 58 | 	fileprivate let rwlock: UnsafeMutablePointer<pthread_rwlock_t> =
    |                                               `- error: cannot find type 'pthread_rwlock_t' in scope
 59 | 		UnsafeMutablePointer.allocate(capacity: 1)
 60 | 	#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:13: error: cannot find 'pthread_rwlock_init' in scope
 67 | 		InitializeSRWLock(rwlock)
 68 | 		#else
 69 | 		let err = pthread_rwlock_init(rwlock, nil)
    |             `- error: cannot find 'pthread_rwlock_init' in scope
 70 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 71 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:69:41: error: 'nil' requires a contextual type
 67 | 		InitializeSRWLock(rwlock)
 68 | 		#else
 69 | 		let err = pthread_rwlock_init(rwlock, nil)
    |                                         `- error: 'nil' requires a contextual type
 70 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 71 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:81:13: error: cannot find 'pthread_rwlock_destroy' in scope
 79 | 		self.rwlock.deallocate()
 80 | 		#else
 81 | 		let err = pthread_rwlock_destroy(self.rwlock)
    |             `- error: cannot find 'pthread_rwlock_destroy' in scope
 82 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
 83 | 		self.rwlock.deallocate()
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:98:13: error: cannot find 'pthread_rwlock_rdlock' in scope
 96 | 		shared = true
 97 | 		#else
 98 | 		let err = pthread_rwlock_rdlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_rdlock' in scope
 99 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
100 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:114:13: error: cannot find 'pthread_rwlock_wrlock' in scope
112 | 		shared = false
113 | 		#else
114 | 		let err = pthread_rwlock_wrlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_wrlock' in scope
115 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
116 | 		#endif
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Locks.swift:134:13: error: cannot find 'pthread_rwlock_unlock' in scope
132 | 		}
133 | 		#else
134 | 		let err = pthread_rwlock_unlock(rwlock)
    |             `- error: cannot find 'pthread_rwlock_unlock' in scope
135 | 		precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
136 | 		#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: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 |
[101/136] Compiling Tracker MixpanelServiceProvider.swift
[102/136] Compiling Tracker PostHogServiceProvider.swift
[103/136] Compiling Tracker SegmentServiceProvider.swift
[104/136] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
[105/136] Compiling Tracker SwiftAnalyticsServiceProvider.swift
[106/136] Compiling Tracker SwiftLoggerServiceProvider.swift
[107/136] Compiling Tracker SwiftMetricsServiceProvider.swift
[108/136] Compiling Tracker TaplyticsServiceProvider.swift
[109/136] Compiling Tracker UXCamServiceProvider.swift
[110/136] Compiling Tracker AdjustServiceAdapter.swift
[111/136] Compiling Tracker AmplitudeServiceAdapter.swift
[112/136] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
[131/136] Compiling Tracker NamedEvent.swift
[132/136] Compiling Tracker NamedScreen.swift
[133/136] Compiling Tracker ParameterizedEvent.swift
[134/136] Compiling Tracker TaggedEvent.swift
[135/136] Compiling Tracker TaggedScreen.swift
[136/136] Compiling Tracker CountlyScreen.swift
BUILD FAILURE 6.3 android