Build Information
Failed to build Split, reference 3.8.0-rc1 (b4411f), with Swift 6.1 for macOS (SPM) on 25 Feb 2026 19:24:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
"BackoffCounterTest.swift"
],
"type" : "test"
},
{
"c99name" : "BackoffCounter",
"module_type" : "SwiftTarget",
"name" : "BackoffCounter",
"path" : "Sources/BackoffCounter",
"product_memberships" : [
"Split",
"SplitCommons"
],
"sources" : [
"BackoffCounter.swift",
"BackoffCounterTimer.swift"
],
"target_dependencies" : [
"Logging"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[5/7] Copying split_cache.xcdatamodeld
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Compiling Logging TimeChecker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Logging/TimeChecker.swift:13:28: warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | nonisolated(unsafe) private static var startTime: Int64 = 0
12 | #else
13 | private static var startTime: Int64 = 0
| |- warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'startTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'startTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | #endif
15 |
[9/17] Compiling PeriodicRecorderWorker PeriodicTimer.swift
[10/17] Emitting module PeriodicRecorderWorker
[11/17] Compiling PeriodicRecorderWorker PeriodicRecorderWorker.swift
[12/17] Compiling Logging Logger.swift
[13/17] Emitting module Logging
/Users/admin/builder/spi-builder-workspace/Sources/Logging/TimeChecker.swift:13:28: warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | nonisolated(unsafe) private static var startTime: Int64 = 0
12 | #else
13 | private static var startTime: Int64 = 0
| |- warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'startTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'startTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | #endif
15 |
[14/17] Compiling Logging DateProvider.swift
[15/17] Compiling Logging LogPrinter.swift
[16/17] Compiling Logging Logging.swift
[17/17] Compiling Logging LogLevel.swift
[18/39] Emitting module BackoffCounter
[19/39] Compiling BackoffCounter BackoffCounterTimer.swift
[20/39] Compiling BackoffCounter BackoffCounter.swift
[21/39] Compiling Http HttpStreamResponse.swift
[22/39] Compiling Http HttpTask.swift
[23/39] Compiling Http HttpParameter.swift
[24/39] Compiling Http HttpParameters.swift
[25/39] Compiling Http HttpSession.swift
[26/39] Compiling Http HttpStreamRequest.swift
[27/41] Compiling Http HttpRequestManager.swift
[28/41] Compiling Http HttpResponse.swift
[29/41] Compiling Http HttpAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Http/HttpClient.swift:101:27: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public protocol HttpClient {
| `- note: protocol 'HttpClient' does not conform to the 'Sendable' protocol
86 | func sendRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?, body: Data?) throws -> HttpDataRequest
87 | func sendStreamRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?) throws -> HttpStreamRequest
:
99 | nonisolated(unsafe) public static let shared: HttpClient = { DefaultHttpClient() }()
100 | #else
101 | public static let shared: HttpClient = { DefaultHttpClient() }()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | #endif
103 |
[30/41] Compiling Http HttpClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Http/HttpClient.swift:101:27: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public protocol HttpClient {
| `- note: protocol 'HttpClient' does not conform to the 'Sendable' protocol
86 | func sendRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?, body: Data?) throws -> HttpDataRequest
87 | func sendStreamRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?) throws -> HttpStreamRequest
:
99 | nonisolated(unsafe) public static let shared: HttpClient = { DefaultHttpClient() }()
100 | #else
101 | public static let shared: HttpClient = { DefaultHttpClient() }()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | #endif
103 |
[31/41] Compiling Http HttpDataRequest.swift
[32/41] Compiling Http HttpDataResponse.swift
[33/41] Compiling Http HttpError.swift
[34/41] Compiling Http HttpNotificationHandler.swift
[35/41] Compiling Http HttpRequest.swift
[36/41] Compiling Http HttpRequestList.swift
[37/41] Emitting module Http
/Users/admin/builder/spi-builder-workspace/Sources/Http/HttpClient.swift:101:27: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public protocol HttpClient {
| `- note: protocol 'HttpClient' does not conform to the 'Sendable' protocol
86 | func sendRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?, body: Data?) throws -> HttpDataRequest
87 | func sendStreamRequest(endpoint: Endpoint, parameters: HttpParameters?, headers: [String: String]?) throws -> HttpStreamRequest
:
99 | nonisolated(unsafe) public static let shared: HttpClient = { DefaultHttpClient() }()
100 | #else
101 | public static let shared: HttpClient = { DefaultHttpClient() }()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'any HttpClient' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | #endif
103 |
[38/41] Compiling Http Endpoint.swift
[39/41] Compiling Http HostDomainFilter.swift
[40/41] Compiling Http PublicKeyHeaders.swift
[41/41] Compiling Http TlsPinChecker.swift
[42/267] Compiling Split TelemetryConfigRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[43/267] Compiling Split TelemetryStatsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[44/267] Compiling Split TelemetryStatsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[45/267] Compiling Split UniqueKeysRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[46/267] Compiling Split UniqueKeysRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[47/267] Compiling Split BackgroundSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[48/267] Compiling Split ChangesChecker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[49/267] Compiling Split EmptyMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[50/267] Compiling Split PeriodicSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[51/267] Compiling Split QueryableMySegmentsFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[52/267] Compiling Split RetryableSegmentsSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[53/267] Compiling Split RetryableSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[54/267] Compiling Split SplitBgSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[55/267] Compiling Split SplitsSyncHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[56/267] Compiling Split SyncHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[57/267] Compiling Split DecoratedImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[58/267] Compiling Split DefaultImpressionsObserver.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[59/267] Compiling Split HashedImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[60/267] Compiling Split Impression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[61/267] Compiling Split ImpressionsConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[62/267] Compiling Split ImpressionsCount.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[63/267] Compiling Split ImpressionsCountEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[64/267] Compiling Split ImpressionsCountPerFeature.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[65/267] Compiling Split ImpressionsCounter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[66/267] Compiling Split ImpressionsTest.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[67/292] Compiling Split EqualToSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[68/292] Compiling Split GreaterThanOrEqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[69/292] Compiling Split InRuleBasedSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[70/292] Compiling Split InSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[71/292] Compiling Split LessThanOrEqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[72/292] Compiling Split MatchesStringMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[73/292] Compiling Split PartOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[74/292] Compiling Split PrerequisitesMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[75/292] Compiling Split BetweenSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[76/292] Compiling Split EqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[77/292] Compiling Split GreaterThanOrEqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[78/292] Compiling Split InListSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[79/292] Compiling Split LessThanOrEqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[80/292] Compiling Split Semver.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[81/292] Compiling Split StartWithMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[82/292] Compiling Split Whitelist.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[83/292] Compiling Split BetweenMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[84/292] Compiling Split BetweenStringMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[85/292] Compiling Split Condition.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[86/292] Compiling Split ConditionType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[87/292] Compiling Split DataType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[88/292] Compiling Split DependencyMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[89/292] Compiling Split SplitModels+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[90/292] Compiling Split Key.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[91/292] Compiling Split KeySelector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[92/292] Compiling Split KeyImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[93/292] Compiling Split UniqueKey.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[94/292] Compiling Split UniqueKeys.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[95/292] Compiling Split RolloutCacheManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[96/292] Compiling Split SplitComponentCatalog.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[97/292] Compiling Split SplitComponentFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[98/292] Compiling Split LocalhostApiDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[99/292] Compiling Split LocalhostClientManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[100/292] Compiling Split LocalhostFileDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[101/292] Compiling Split LocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[102/292] Compiling Split LocalhostSplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[103/292] Compiling Split LocalhostSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[104/292] Compiling Split SpaceDelimitedLocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[105/292] Compiling Split YamlLocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[106/292] Compiling Split AllKeysMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[107/292] Compiling Split BaseMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[108/292] Compiling Split BetweenMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[109/292] Compiling Split ContainsAllOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[110/292] Compiling Split ContainsAnyOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[111/292] Compiling Split ContainsStringMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[112/292] Compiling Split DateTime.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[113/292] Compiling Split DependencyMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[114/292] Compiling Split EndsWithMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[115/292] Compiling Split EqualToBooleanMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[116/292] Compiling Split EqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[117/342] Compiling Split CertificatePinningConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[118/342] Compiling Split DefaultSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[119/342] Compiling Split DefaultSplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[120/342] Compiling Split DefaultSplitFactoryBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[121/342] Compiling Split DefaultSplitManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[122/342] Compiling Split Destroyable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[123/342] Compiling Split EvaluationOptions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[124/342] Compiling Split FailHelpers.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[125/342] Compiling Split FilterBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[126/342] Compiling Split FlagSetsValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[127/342] Compiling Split InternalSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[128/342] Compiling Split LocalhostSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[129/342] Compiling Split LocalhostSplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[130/342] Compiling Split RolloutCacheConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[131/342] Compiling Split SplitApiFacade.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[132/342] Compiling Split SplitCertPinningAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[133/342] Compiling Split SplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[134/342] Compiling Split SplitClientConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[135/342] Compiling Split SplitClientManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[136/342] Compiling Split SplitDatabaseHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[137/342] Compiling Split SplitEncryptionLevel.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[138/342] Compiling Split SplitError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[139/342] Compiling Split SplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[140/342] Compiling Split SplitFactoryBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[141/342] Compiling Split SplitFilter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[142/366] Emitting module Split
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[143/366] Compiling Split FallbackTreatments.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[144/366] Compiling Split FallbackTreatmentsCalculator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[145/366] Compiling Split LegacyHash.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[146/366] Compiling Split Murmur3Hash.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[147/366] Compiling Split Murmur64x128.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[148/366] Compiling Split Partition.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[149/366] Compiling Split Splitter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[150/366] Compiling Split TreatmentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[151/366] Compiling Split EventsManagerCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[152/366] Compiling Split SplitEvent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[153/366] Compiling Split SplitEventActionTask.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[154/366] Compiling Split SplitEventTask.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[155/366] Compiling Split SplitEventsManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[156/366] Compiling Split SplitInternalEvent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[157/366] Compiling Split SplitMetadata.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[158/366] Compiling Split HttpMySegmentsFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[159/366] Compiling Split HttpSplitFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[160/366] Compiling Split EventsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[161/366] Compiling Split EventsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[162/366] Compiling Split ImpressionsCountRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[163/366] Compiling Split ImpressionsCountRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[164/366] Compiling Split ImpressionsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[165/366] Compiling Split ImpressionsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[166/366] Compiling Split RecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[167/366] Compiling Split TelemetryConfigRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[168/390] Compiling Split SplitHttpsAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[169/390] Compiling Split SplitLocalhostDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[170/390] Compiling Split SplitLogLevel.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[171/390] Compiling Split SplitManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[172/390] Compiling Split SplitResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[173/390] Compiling Split SplitView.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[174/390] Compiling Split SyncConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[175/390] Compiling Split TelemetryConfigHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[176/390] Compiling Split TrackerAdapters.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[177/390] Compiling Split UserConsentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[178/390] Compiling Split UserConsent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[179/390] Compiling Split Array+Chunked.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[180/390] Compiling Split Array+DynamicCodable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[181/390] Compiling Split Array+asSet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[182/390] Compiling Split Bundle+Finder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[183/390] Compiling Split Bundle+Name.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[184/390] Compiling Split Data+StringRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[185/390] Compiling Split Date+Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[186/390] Compiling Split Dictionary+DynamicCodable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[187/390] Compiling Split Dictionary+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[188/390] Compiling Split Dictionary+JSON.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[189/390] Compiling Split Int+Extension.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[190/390] Compiling Split Set+Extension.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[191/390] Compiling Split SplitView+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[192/390] Compiling Split String+Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[193/390] Compiling Split Matcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[194/390] Compiling Split MatcherCombiner.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[195/390] Compiling Split MatcherGroup.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[196/390] Compiling Split MatcherProtocol.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[197/390] Compiling Split MatcherType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[198/390] Compiling Split Segment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[199/390] Compiling Split RuleBasedSegmentChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[200/390] Compiling Split Split.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[201/390] Compiling Split SplitBase.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[202/390] Compiling Split SplitChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[203/390] Compiling Split TargetingRulesChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[204/390] Compiling Split TargetingRulesChangeDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[205/390] Compiling Split Status.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[206/390] Compiling Split TrafficType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[207/390] Compiling Split Treatment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[208/390] Compiling Split UnaryNumericMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[209/390] Compiling Split UserDefinedSegmentMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[210/390] Compiling Split WhitelistMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[211/390] Compiling Split BackoffCounterConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[212/390] Compiling Split HttpConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[213/390] Compiling Split PeriodicRecorderWorkerConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[214/390] Compiling Split TrackerConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[215/390] Compiling Split RestClientConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[216/390] Compiling Split Json.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[217/390] Compiling Split EndpointFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[218/390] Compiling Split SplitHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[219/390] Compiling Split Stopwatch.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[220/390] Compiling Split ThreadUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[221/390] Compiling Split Version.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[222/390] Compiling Split AnyValueValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[223/390] Compiling Split ApiKeyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[224/390] Compiling Split EventValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[225/390] Compiling Split FactoryMonitor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[226/390] Compiling Split KeyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[227/390] Compiling Split PropertyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[228/390] Compiling Split SplitValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[229/390] Compiling Split ValidationConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[230/390] Compiling Split ValidationErrorInfo.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[231/390] Compiling Split ValidatorMessageLogger.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[232/390] Compiling Split YAMLOperators.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[233/390] Compiling Split YAMLParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[234/390] Compiling Split YAMLRegex.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[235/390] Compiling Split YAMLResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[236/390] Compiling Split YAMLTokenizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[237/390] Compiling Split Yaml.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[238/390] Compiling Split SplitConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[239/390] Compiling Split DefaultTreatmentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[240/390] Compiling Split Evaluator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[241/390] Compiling Split EvaluatorError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[242/390] Compiling Split FallbackSanitizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[243/390] Compiling Split UniqueKeyTracker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[244/390] Compiling Split SecureDataStore.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[245/390] Compiling Split Splitlib.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[246/390] Compiling Split AttributeEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[247/390] Compiling Split AttributeMap.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[248/390] Compiling Split AttributesDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[249/390] Compiling Split AttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[250/390] Compiling Split ByKeyAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[251/390] Compiling Split OneKeyAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[252/390] Compiling Split OneKeyPersistentAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[253/390] Compiling Split PersistentAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[254/390] Compiling Split CoreDataContextBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[255/390] Compiling Split CoreDataHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[256/390] Compiling Split DefaultFileStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[257/390] Compiling Split EventDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[258/390] Compiling Split EventEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[259/390] Compiling Split EventsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[260/390] Compiling Split PersistentEventsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[261/390] Compiling Split FileStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[262/390] Compiling Split GeneralInfoDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[263/390] Compiling Split GeneralInfoEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[264/390] Compiling Split GeneralInfoStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[265/390] Compiling Split GlobalSecureStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[266/390] Compiling Split KeyValueStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[267/390] Compiling Split HashedImpressionDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[268/390] Compiling Split HashedImpressionEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[269/390] Compiling Split HashedImpressionStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[270/390] Compiling Split PersistentHashedImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[271/390] Compiling Split ImpressionDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[272/390] Compiling Split ImpressionEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[273/390] Compiling Split ImpressionsCountDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[274/390] Compiling Split ImpressionsMode.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[275/390] Compiling Split ImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[276/390] Compiling Split PersistentImpressionsCountStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[277/390] Compiling Split PersistentImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[278/390] Compiling Split LegacyStorageCleaner.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[279/390] Compiling Split ByKeyMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[280/390] Compiling Split MyLargeSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[281/390] Compiling Split MySegmentEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[282/390] Compiling Split MySegmentsDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[283/390] Compiling Split MySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[284/390] Compiling Split PersistentMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[285/390] Compiling Split PersistenceBreaker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[286/390] Compiling Split RolloutDefinitionsCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[287/390] Compiling Split PersistentRuleBasedSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[288/390] Compiling Split ProcessedRuleBasedSegmentChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[289/390] Compiling Split RuleBasedSegment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[290/390] Compiling Split RuleBasedSegmentDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[291/390] Compiling Split RuleBasedSegmentEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[292/390] Compiling Split ServiceEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[293/390] Compiling Split GenericError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[294/390] Compiling Split HttpAdapters.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[295/390] Compiling Split OutdatedSplitProxyHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[296/390] Compiling Split HttpResultWrapper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[297/390] Compiling Split NetworkReachabilityManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[298/390] Compiling Split RestClient+Impressions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[299/390] Compiling Split RestClient+ImpressionsCount.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[300/390] Compiling Split RestClient+MySegments.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[301/390] Compiling Split RestClient+SplitChanges.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[302/390] Compiling Split RestClient+SseAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[303/390] Compiling Split RestClient+TelemetryConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[304/390] Compiling Split RestClient+TelemetryStats.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[305/390] Compiling Split RestClient+TrackEvents.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[306/390] Compiling Split RestClient+UniqueKeys.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[307/390] Compiling Split RestClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[308/390] Compiling Split AllSegmentsChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[309/390] Compiling Split DataResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[310/390] Compiling Split SegmentsChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[311/390] Compiling Split DefaultSseNotificationParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[312/390] Compiling Split EventStreamParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[313/390] Compiling Split FeatureFlagsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[314/390] Compiling Split JwtTokenParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[315/390] Compiling Split MySegmentsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[316/390] Compiling Split NotificationManagerKeeper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[317/390] Compiling Split UInt64+bits.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[318/390] Compiling Split ServiceConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[319/390] Compiling Split ConcurrentArrayQueue.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[320/390] Compiling Split ConcurrentDictionary.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[321/390] Compiling Split ConcurrentDictionaryList.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[322/390] Compiling Split ConcurrentSet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[323/390] Compiling Split KeyStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[324/390] Compiling Split LRUCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[325/390] Compiling Split SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[326/390] Compiling Split SynchronizedDictionaryComposed.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[327/390] Compiling Split SynchronizedDictionarySet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[328/390] Compiling Split SynchronizedList.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[329/390] Compiling Split Atomic.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[330/390] Compiling Split Base64Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[331/390] Compiling Split CastUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[332/390] Compiling Split Cipher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[333/390] Compiling Split CompressionUtil.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[334/390] Compiling Split DbCipher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[335/390] Compiling Split DbEncryptionManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[336/390] Compiling Split FileUtil.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[337/390] Compiling Split InfoUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[338/390] Compiling Split Logger.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[339/390] Compiling Split NotificationsHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[340/390] Compiling Split PeriodicTaskManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[341/390] Compiling Split Spec.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[342/390] Compiling Split RuleBasedSegmentsDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[343/390] Compiling Split RuleBasedSegmentsEncoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[344/390] Compiling Split RuleBasedSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[345/390] Compiling Split SplitDatabase.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[346/390] Compiling Split FlagSetsCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[347/390] Compiling Split PersistentSplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[348/390] Compiling Split ProcessedSplitChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[349/390] Compiling Split SplitDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[350/390] Compiling Split SplitEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[351/390] Compiling Split SplitsDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[352/390] Compiling Split SplitsEncoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[353/390] Compiling Split SplitsSnapshot.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[354/390] Compiling Split SplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[355/390] Compiling Split StorageHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[356/390] Compiling Split PersistentUniqueKeysStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[357/390] Compiling Split UniqueKeyDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[358/390] Compiling Split UniqueKeyEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[359/390] Compiling Split LatencyCounter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[360/390] Compiling Split TelemetryConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[361/390] Compiling Split TelemetryInMemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[362/390] Compiling Split TelemetryStats.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[363/390] Compiling Split TelemetryStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[364/390] Compiling Split EventDTO.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[365/390] Compiling Split resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[366/390] Compiling Split PushNotificationManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[367/390] Compiling Split RetryableSplitsUpdateWorkerFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[368/390] Compiling Split SegmentsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[369/390] Compiling Split SseAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[370/390] Compiling Split SseClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[371/390] Compiling Split SseClientFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[372/390] Compiling Split SseConnectionHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[373/390] Compiling Split SseHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[374/390] Compiling Split SseNotificationProcessor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[375/390] Compiling Split SseNotifications.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[376/390] Compiling Split SyncEventBroadcaster.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[377/390] Compiling Split SyncSegmentsUpdateWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[378/390] Compiling Split SyncUpdateWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[379/390] Compiling Split Timers.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[380/390] Compiling Split ByKeyFacade.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[381/390] Compiling Split EventsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[382/390] Compiling Split FeatureFlagsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[383/390] Compiling Split ImpressionsTracker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[384/390] Compiling Split MySegmentsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[385/390] Compiling Split SyncCommons.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[386/390] Compiling Split SyncGuardian.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[387/390] Compiling Split SyncManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[388/390] Compiling Split SyncManagerBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[389/390] Compiling Split Synchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[390/390] Compiling Split TelemetrySynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Emitting module PeriodicRecorderWorker
[3/11] Compiling PeriodicRecorderWorker PeriodicRecorderWorker.swift
[4/11] Compiling PeriodicRecorderWorker PeriodicTimer.swift
[5/11] Compiling Logging LogPrinter.swift
[6/11] Emitting module Logging
[7/11] Compiling Logging DateProvider.swift
[8/11] Compiling Logging Logging.swift
[9/11] Compiling Logging Logger.swift
[10/11] Compiling Logging LogLevel.swift
[11/11] Compiling Logging TimeChecker.swift
[12/33] Compiling BackoffCounter BackoffCounterTimer.swift
[13/33] Compiling BackoffCounter BackoffCounter.swift
[14/33] Emitting module BackoffCounter
[15/33] Compiling Http HttpStreamResponse.swift
[16/33] Compiling Http HttpTask.swift
[17/35] Compiling Http HttpDataRequest.swift
[18/35] Compiling Http HttpDataResponse.swift
[19/35] Compiling Http HttpRequestManager.swift
[20/35] Compiling Http HttpResponse.swift
[21/35] Compiling Http HttpSession.swift
[22/35] Compiling Http HttpStreamRequest.swift
[23/35] Compiling Http HttpError.swift
[24/35] Compiling Http HttpNotificationHandler.swift
[25/35] Compiling Http HttpParameter.swift
[26/35] Compiling Http HttpParameters.swift
[27/35] Compiling Http HttpRequest.swift
[28/35] Compiling Http HttpRequestList.swift
[29/35] Emitting module Http
[30/35] Compiling Http Endpoint.swift
[31/35] Compiling Http HostDomainFilter.swift
[32/35] Compiling Http HttpAuthenticator.swift
[33/35] Compiling Http HttpClient.swift
[34/35] Compiling Http PublicKeyHeaders.swift
[35/35] Compiling Http TlsPinChecker.swift
[36/261] Compiling Split SplitHttpsAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[37/261] Compiling Split SplitLocalhostDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[38/261] Compiling Split SplitLogLevel.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[39/261] Compiling Split SplitManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[40/261] Compiling Split SplitResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[41/261] Compiling Split SplitView.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[42/261] Compiling Split SyncConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[43/261] Compiling Split TelemetryConfigHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[44/261] Compiling Split TrackerAdapters.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[45/261] Compiling Split UserConsentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[46/261] Compiling Split UserConsent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[47/261] Compiling Split Array+Chunked.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[48/261] Compiling Split Array+DynamicCodable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[49/261] Compiling Split Array+asSet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[50/261] Compiling Split Bundle+Finder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[51/261] Compiling Split Bundle+Name.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[52/261] Compiling Split Data+StringRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[53/261] Compiling Split Date+Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[54/261] Compiling Split Dictionary+DynamicCodable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[55/261] Compiling Split Dictionary+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[56/261] Compiling Split Dictionary+JSON.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[57/261] Compiling Split Int+Extension.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[58/261] Compiling Split Set+Extension.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[59/261] Compiling Split SplitView+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[60/261] Compiling Split String+Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[61/286] Compiling Split EqualToSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[62/286] Compiling Split GreaterThanOrEqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[63/286] Compiling Split InRuleBasedSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[64/286] Compiling Split InSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[65/286] Compiling Split LessThanOrEqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[66/286] Compiling Split MatchesStringMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[67/286] Compiling Split PartOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[68/286] Compiling Split PrerequisitesMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[69/286] Compiling Split BetweenSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[70/286] Compiling Split EqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[71/286] Compiling Split GreaterThanOrEqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[72/286] Compiling Split InListSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[73/286] Compiling Split LessThanOrEqualToSemverMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[74/286] Compiling Split Semver.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[75/286] Compiling Split StartWithMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[76/286] Compiling Split Whitelist.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[77/286] Compiling Split BetweenMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[78/286] Compiling Split BetweenStringMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[79/286] Compiling Split Condition.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[80/286] Compiling Split ConditionType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[81/286] Compiling Split DataType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[82/286] Compiling Split DependencyMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[83/286] Compiling Split SplitModels+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[84/286] Compiling Split Key.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[85/286] Compiling Split KeySelector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[86/311] Compiling Split FallbackTreatments.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[87/311] Compiling Split FallbackTreatmentsCalculator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[88/311] Compiling Split LegacyHash.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[89/311] Compiling Split Murmur3Hash.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[90/311] Compiling Split Murmur64x128.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[91/311] Compiling Split Partition.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[92/311] Compiling Split Splitter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[93/311] Compiling Split TreatmentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[94/311] Compiling Split EventsManagerCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[95/311] Compiling Split SplitEvent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[96/311] Compiling Split SplitEventActionTask.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[97/311] Compiling Split SplitEventTask.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[98/311] Compiling Split SplitEventsManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[99/311] Compiling Split SplitInternalEvent.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[100/311] Compiling Split SplitMetadata.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[101/311] Compiling Split HttpMySegmentsFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[102/311] Compiling Split HttpSplitFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[103/311] Compiling Split EventsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[104/311] Compiling Split EventsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[105/311] Compiling Split ImpressionsCountRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[106/311] Compiling Split ImpressionsCountRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[107/311] Compiling Split ImpressionsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[108/311] Compiling Split ImpressionsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[109/311] Compiling Split RecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[110/311] Compiling Split TelemetryConfigRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[111/336] Compiling Split CertificatePinningConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[112/336] Compiling Split DefaultSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[113/336] Compiling Split DefaultSplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[114/336] Compiling Split DefaultSplitFactoryBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[115/336] Compiling Split DefaultSplitManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[116/336] Compiling Split Destroyable.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[117/336] Compiling Split EvaluationOptions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[118/336] Compiling Split FailHelpers.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[119/336] Compiling Split FilterBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[120/336] Compiling Split FlagSetsValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[121/336] Compiling Split InternalSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[122/336] Compiling Split LocalhostSplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[123/336] Compiling Split LocalhostSplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[124/336] Compiling Split RolloutCacheConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[125/336] Compiling Split SplitApiFacade.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[126/336] Compiling Split SplitCertPinningAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[127/336] Compiling Split SplitClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[128/336] Compiling Split SplitClientConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[129/336] Compiling Split SplitClientManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[130/336] Compiling Split SplitDatabaseHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[131/336] Compiling Split SplitEncryptionLevel.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[132/336] Compiling Split SplitError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[133/336] Compiling Split SplitFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[134/336] Compiling Split SplitFactoryBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[135/336] Compiling Split SplitFilter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[136/336] Compiling Split KeyImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[137/336] Compiling Split UniqueKey.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[138/336] Compiling Split UniqueKeys.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[139/336] Compiling Split RolloutCacheManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[140/336] Compiling Split SplitComponentCatalog.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[141/336] Compiling Split SplitComponentFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[142/336] Compiling Split LocalhostApiDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[143/336] Compiling Split LocalhostClientManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[144/336] Compiling Split LocalhostFileDataSource.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[145/336] Compiling Split LocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[146/336] Compiling Split LocalhostSplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[147/336] Compiling Split LocalhostSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[148/336] Compiling Split SpaceDelimitedLocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[149/336] Compiling Split YamlLocalhostSplitsParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[150/336] Compiling Split AllKeysMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[151/336] Compiling Split BaseMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[152/336] Compiling Split BetweenMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[153/336] Compiling Split ContainsAllOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[154/336] Compiling Split ContainsAnyOfSetMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[155/336] Compiling Split ContainsStringMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[156/336] Compiling Split DateTime.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[157/336] Compiling Split DependencyMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[158/336] Compiling Split EndsWithMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[159/336] Compiling Split EqualToBooleanMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[160/336] Compiling Split EqualToMatcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[161/384] Emitting module Split
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[162/384] Compiling Split UInt64+bits.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[163/384] Compiling Split ServiceConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[164/384] Compiling Split ConcurrentArrayQueue.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[165/384] Compiling Split ConcurrentDictionary.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[166/384] Compiling Split ConcurrentDictionaryList.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[167/384] Compiling Split ConcurrentSet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[168/384] Compiling Split KeyStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[169/384] Compiling Split LRUCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[170/384] Compiling Split SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[171/384] Compiling Split SynchronizedDictionaryComposed.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[172/384] Compiling Split SynchronizedDictionarySet.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[173/384] Compiling Split SynchronizedList.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[174/384] Compiling Split Atomic.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[175/384] Compiling Split Base64Utils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[176/384] Compiling Split CastUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[177/384] Compiling Split Cipher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[178/384] Compiling Split CompressionUtil.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[179/384] Compiling Split DbCipher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[180/384] Compiling Split DbEncryptionManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[181/384] Compiling Split FileUtil.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[182/384] Compiling Split InfoUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[183/384] Compiling Split Logger.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[184/384] Compiling Split NotificationsHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[185/384] Compiling Split PeriodicTaskManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[186/384] Compiling Split Spec.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[187/384] Compiling Split SplitHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[188/384] Compiling Split Stopwatch.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[189/384] Compiling Split ThreadUtils.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[190/384] Compiling Split Version.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[191/384] Compiling Split AnyValueValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[192/384] Compiling Split ApiKeyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[193/384] Compiling Split EventValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[194/384] Compiling Split FactoryMonitor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[195/384] Compiling Split KeyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[196/384] Compiling Split PropertyValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[197/384] Compiling Split SplitValidator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[198/384] Compiling Split ValidationConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[199/384] Compiling Split ValidationErrorInfo.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[200/384] Compiling Split ValidatorMessageLogger.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[201/384] Compiling Split YAMLOperators.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[202/384] Compiling Split YAMLParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[203/384] Compiling Split YAMLRegex.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[204/384] Compiling Split YAMLResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[205/384] Compiling Split YAMLTokenizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[206/384] Compiling Split Yaml.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[207/384] Compiling Split SplitConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[208/384] Compiling Split DefaultTreatmentManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[209/384] Compiling Split Evaluator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[210/384] Compiling Split EvaluatorError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[211/384] Compiling Split FallbackSanitizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[212/384] Compiling Split TelemetryConfigRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[213/384] Compiling Split TelemetryStatsRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[214/384] Compiling Split TelemetryStatsRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[215/384] Compiling Split UniqueKeysRecorder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[216/384] Compiling Split UniqueKeysRecorderWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[217/384] Compiling Split BackgroundSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[218/384] Compiling Split ChangesChecker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[219/384] Compiling Split EmptyMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[220/384] Compiling Split PeriodicSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[221/384] Compiling Split QueryableMySegmentsFetcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[222/384] Compiling Split RetryableSegmentsSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[223/384] Compiling Split RetryableSyncWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[224/384] Compiling Split SplitBgSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[225/384] Compiling Split SplitsSyncHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[226/384] Compiling Split SyncHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[227/384] Compiling Split DecoratedImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[228/384] Compiling Split DefaultImpressionsObserver.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[229/384] Compiling Split HashedImpression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[230/384] Compiling Split Impression.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[231/384] Compiling Split ImpressionsConstants.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[232/384] Compiling Split ImpressionsCount.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[233/384] Compiling Split ImpressionsCountEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[234/384] Compiling Split ImpressionsCountPerFeature.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[235/384] Compiling Split ImpressionsCounter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[236/384] Compiling Split ImpressionsTest.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[237/384] Compiling Split Matcher.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[238/384] Compiling Split MatcherCombiner.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[239/384] Compiling Split MatcherGroup.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[240/384] Compiling Split MatcherProtocol.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[241/384] Compiling Split MatcherType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[242/384] Compiling Split Segment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[243/384] Compiling Split RuleBasedSegmentChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[244/384] Compiling Split Split.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[245/384] Compiling Split SplitBase.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[246/384] Compiling Split SplitChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[247/384] Compiling Split TargetingRulesChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[248/384] Compiling Split TargetingRulesChangeDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[249/384] Compiling Split Status.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[250/384] Compiling Split TrafficType.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[251/384] Compiling Split Treatment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[252/384] Compiling Split UnaryNumericMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[253/384] Compiling Split UserDefinedSegmentMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[254/384] Compiling Split WhitelistMatcherData.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[255/384] Compiling Split BackoffCounterConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[256/384] Compiling Split HttpConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[257/384] Compiling Split PeriodicRecorderWorkerConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[258/384] Compiling Split TrackerConnector.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[259/384] Compiling Split RestClientConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[260/384] Compiling Split Json.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[261/384] Compiling Split EndpointFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[262/384] Compiling Split ServiceEndpoints.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[263/384] Compiling Split GenericError.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[264/384] Compiling Split HttpAdapters.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[265/384] Compiling Split OutdatedSplitProxyHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[266/384] Compiling Split HttpResultWrapper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[267/384] Compiling Split NetworkReachabilityManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[268/384] Compiling Split RestClient+Impressions.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[269/384] Compiling Split RestClient+ImpressionsCount.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[270/384] Compiling Split RestClient+MySegments.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[271/384] Compiling Split RestClient+SplitChanges.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[272/384] Compiling Split RestClient+SseAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[273/384] Compiling Split RestClient+TelemetryConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[274/384] Compiling Split RestClient+TelemetryStats.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[275/384] Compiling Split RestClient+TrackEvents.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[276/384] Compiling Split RestClient+UniqueKeys.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[277/384] Compiling Split RestClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[278/384] Compiling Split AllSegmentsChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[279/384] Compiling Split DataResult.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[280/384] Compiling Split SegmentsChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[281/384] Compiling Split DefaultSseNotificationParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[282/384] Compiling Split EventStreamParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[283/384] Compiling Split FeatureFlagsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[284/384] Compiling Split JwtTokenParser.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[285/384] Compiling Split MySegmentsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[286/384] Compiling Split NotificationManagerKeeper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[287/384] Compiling Split UniqueKeyTracker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[288/384] Compiling Split SecureDataStore.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[289/384] Compiling Split Splitlib.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[290/384] Compiling Split AttributeEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[291/384] Compiling Split AttributeMap.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[292/384] Compiling Split AttributesDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[293/384] Compiling Split AttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[294/384] Compiling Split ByKeyAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[295/384] Compiling Split OneKeyAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[296/384] Compiling Split OneKeyPersistentAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[297/384] Compiling Split PersistentAttributesStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[298/384] Compiling Split CoreDataContextBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[299/384] Compiling Split CoreDataHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[300/384] Compiling Split DefaultFileStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[301/384] Compiling Split EventDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[302/384] Compiling Split EventEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[303/384] Compiling Split EventsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[304/384] Compiling Split PersistentEventsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[305/384] Compiling Split FileStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[306/384] Compiling Split GeneralInfoDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[307/384] Compiling Split GeneralInfoEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[308/384] Compiling Split GeneralInfoStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[309/384] Compiling Split GlobalSecureStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[310/384] Compiling Split KeyValueStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[311/384] Compiling Split HashedImpressionDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[312/384] Compiling Split HashedImpressionEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[313/384] Compiling Split HashedImpressionStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[314/384] Compiling Split PersistentHashedImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[315/384] Compiling Split ImpressionDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[316/384] Compiling Split ImpressionEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[317/384] Compiling Split ImpressionsCountDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[318/384] Compiling Split ImpressionsMode.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[319/384] Compiling Split ImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[320/384] Compiling Split PersistentImpressionsCountStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[321/384] Compiling Split PersistentImpressionsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[322/384] Compiling Split LegacyStorageCleaner.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[323/384] Compiling Split ByKeyMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[324/384] Compiling Split MyLargeSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[325/384] Compiling Split MySegmentEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[326/384] Compiling Split MySegmentsDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[327/384] Compiling Split MySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[328/384] Compiling Split PersistentMySegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[329/384] Compiling Split PersistenceBreaker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[330/384] Compiling Split RolloutDefinitionsCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[331/384] Compiling Split PersistentRuleBasedSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[332/384] Compiling Split ProcessedRuleBasedSegmentChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[333/384] Compiling Split RuleBasedSegment.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[334/384] Compiling Split RuleBasedSegmentDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[335/384] Compiling Split RuleBasedSegmentEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[336/384] Compiling Split RuleBasedSegmentsDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[337/384] Compiling Split RuleBasedSegmentsEncoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[338/384] Compiling Split RuleBasedSegmentsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[339/384] Compiling Split SplitDatabase.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[340/384] Compiling Split FlagSetsCache.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[341/384] Compiling Split PersistentSplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[342/384] Compiling Split ProcessedSplitChange.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[343/384] Compiling Split SplitDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[344/384] Compiling Split SplitEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[345/384] Compiling Split SplitsDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[346/384] Compiling Split SplitsEncoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[347/384] Compiling Split SplitsSnapshot.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[348/384] Compiling Split SplitsStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[349/384] Compiling Split StorageHelper.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[350/384] Compiling Split PersistentUniqueKeysStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[351/384] Compiling Split UniqueKeyDao.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[352/384] Compiling Split UniqueKeyEntity.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[353/384] Compiling Split LatencyCounter.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[354/384] Compiling Split TelemetryConfig.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[355/384] Compiling Split TelemetryInMemoryStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[356/384] Compiling Split TelemetryStats.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[357/384] Compiling Split TelemetryStorage.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[358/384] Compiling Split EventDTO.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[359/384] Compiling Split resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[360/384] Compiling Split PushNotificationManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[361/384] Compiling Split RetryableSplitsUpdateWorkerFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[362/384] Compiling Split SegmentsPayloadDecoder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[363/384] Compiling Split SseAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[364/384] Compiling Split SseClient.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[365/384] Compiling Split SseClientFactory.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[366/384] Compiling Split SseConnectionHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[367/384] Compiling Split SseHandler.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[368/384] Compiling Split SseNotificationProcessor.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[369/384] Compiling Split SseNotifications.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[370/384] Compiling Split SyncEventBroadcaster.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[371/384] Compiling Split SyncSegmentsUpdateWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[372/384] Compiling Split SyncUpdateWorker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[373/384] Compiling Split Timers.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[374/384] Compiling Split ByKeyFacade.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[375/384] Compiling Split EventsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[376/384] Compiling Split FeatureFlagsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[377/384] Compiling Split ImpressionsTracker.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[378/384] Compiling Split MySegmentsSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[379/384] Compiling Split SyncCommons.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[380/384] Compiling Split SyncGuardian.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[381/384] Compiling Split SyncManager.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[382/384] Compiling Split SyncManagerBuilder.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[383/384] Compiling Split Synchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
[384/384] Compiling Split TelemetrySynchronizer.swift
/Users/admin/builder/spi-builder-workspace/Split/Api/TrackerAdapters.swift:7:8: error: no such module 'Tracker'
5 |
6 | #if !COCOAPODS
7 | import Tracker
| `- error: no such module 'Tracker'
8 | #endif
9 |
BUILD FAILURE 6.1 macosSpm