The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build blue-triangle, reference 3.15.0-beta-1 (f03898), with Swift 6.2 (beta) for macOS (SPM) on 11 Jul 2025 15:41:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/blue-triangle-tech/btt-swift-sdk.git
Reference: 3.15.0-beta-1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blue-triangle-tech/btt-swift-sdk
 * tag               3.15.0-beta-1 -> FETCH_HEAD
HEAD is now at f038989 Merge pull request #125 from JP-aloha/feature/screen-tracking-grouping
Cloned https://github.com/blue-triangle-tech/btt-swift-sdk.git
Revision (git rev-parse @):
f03898903a1e81f2cc7a17d794b96aeae7ca80ff
SUCCESS checkout https://github.com/blue-triangle-tech/btt-swift-sdk.git at 3.15.0-beta-1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/blue-triangle-tech/btt-swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Backtrace backtress_extracter.c
[4/7] Compiling AppEventLogger NotificationLog.m
[5/7] Compiling AppEventLogger AppNotificationLogger.m
[6/7] Compiling AppEventLogger SignalHandler.m
[8/117] Emitting module BlueTriangle
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[9/129] Compiling BlueTriangle CrashReport.swift
[10/129] Compiling BlueTriangle CustomCategories.swift
[11/129] Compiling BlueTriangle CustomNumbers.swift
[12/129] Compiling BlueTriangle CustomVariables.swift
[13/129] Compiling BlueTriangle ErrorReport.swift
[14/129] Compiling BlueTriangle NativeAppProperties.swift
[15/129] Compiling BlueTriangle Page.swift
[16/129] Compiling BlueTriangle PageTimeInterval.swift
[17/129] Compiling BlueTriangle PerformanceReport.swift
[18/129] Compiling BlueTriangle PurchaseConfirmation.swift
[19/129] Compiling BlueTriangle ResourceUsageMeasurement.swift
[20/129] Compiling BlueTriangle Session.swift
[21/129] Compiling BlueTriangle NetworkCaptureSessionDelegate.swift
[22/129] Compiling BlueTriangle Payload.swift
[23/129] Compiling BlueTriangle PayloadCache.swift
[24/129] Compiling BlueTriangle File.swift
[25/129] Compiling BlueTriangle Persistence.swift
[26/129] Compiling BlueTriangle PersistenceError.swift
[27/129] Compiling BlueTriangle UserLocation.swift
[28/129] Compiling BlueTriangle CaptureTimerManaging.swift
[29/129] Compiling BlueTriangle CapturedGroupRequestCollecting.swift
[30/129] Compiling BlueTriangle CapturedRequestCollecting.swift
[31/129] Compiling BlueTriangle CrashReportManaging.swift
[32/129] Compiling BlueTriangle CrashReportPersisting.swift
[33/129] Compiling BlueTriangle URLSession+NetworkCapture.swift
[34/129] Compiling BlueTriangle URLSession+Networking.swift
[35/129] Compiling BlueTriangle URLSession+Publisher.swift
[36/129] Compiling BlueTriangle UserDefault+Utils.swift
[37/129] Compiling BlueTriangle Identifier.swift
[38/129] Compiling BlueTriangle InternalTimer.swift
[39/129] Compiling BlueTriangle CrashReportResponse.swift
[40/129] Compiling BlueTriangle CrashSignal.swift
[41/129] Compiling BlueTriangle DignosticWatchDog.swift
[42/129] Compiling BlueTriangle Millisecond.swift
[43/129] Compiling BlueTriangle AnyCodable.swift
[44/129] Compiling BlueTriangle CapturedRequest.swift
[45/129] Compiling BlueTriangle BTTConfigurationRepo.swift
[46/129] Compiling BlueTriangle BTTConfigurationUpdater.swift
[47/129] Compiling BlueTriangle BTTRemoteConfig.swift
[48/129] Compiling BlueTriangle BTTSavedRemoteConfig.swift
[49/129] Compiling BlueTriangle BTTStoredConfigSyncer.swift
[50/129] Compiling BlueTriangle RemoteConfigAckReporter.swift
[51/129] Compiling BlueTriangle SessionStore.swift
[52/129] Compiling BlueTriangle Array+Vitals.swift
[53/129] Compiling BlueTriangle Bool+Utils.swift
[54/129] Compiling BlueTriangle Bundle+Utils.swift
[55/129] Compiling BlueTriangle Data+Utils.swift
[56/129] Compiling BlueTriangle Date+Utils.swift
[57/129] Compiling BlueTriangle TimerRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/129] Compiling BlueTriangle BTTimerNetStateAccumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/129] Compiling BlueTriangle CaptureTimerManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/129] Compiling BlueTriangle CapturedGroupRequestCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[61/129] Compiling BlueTriangle CapturedRequestBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[62/129] Compiling BlueTriangle CapturedRequestCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[63/129] Compiling BlueTriangle GroupRequestCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[64/129] Compiling BlueTriangle NetworkCaptureConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[65/129] Compiling BlueTriangle NetworkCaptureTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[66/129] Compiling BlueTriangle NetworkStateMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[67/129] Compiling BlueTriangle NetworkTelephonyHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[68/129] Compiling BlueTriangle RequestCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:103:34: warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
101 |
102 |         // Custom Variables
103 |         if let customVars = page.customVariables {
    |                                  `- warning: 'customVariables' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' methods instead. [#DeprecatedDeclaration]
104 |             try con.encode(customVars.cv1, forKey: .cv1)
105 |             try con.encode(customVars.cv2, forKey: .cv2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:116:34: warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
114 |         }
115 |
116 |         if let customCats = page.customCategories {
    |                                  `- warning: 'customCategories' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
117 |             try con.encode(customCats.cv6, forKey: .cv6)
118 |             try con.encode(customCats.cv7, forKey: .cv7)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:124:34: warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
122 |         }
123 |
124 |         if let customNums = page.customNumbers {
    |                                  `- warning: 'customNumbers' is deprecated: Use BlueTriangle 'setCustomVariables(_ variables : [:] )' method instead. [#DeprecatedDeclaration]
125 |             try con.encode(customNums.cn1, forKey: .cn1)
126 |             try con.encode(customNums.cn2, forKey: .cn2)
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:192:31: warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
190 |
191 |         // CustomVariables
192 |         let customVariables = CustomVariables(
    |                               `- warning: 'CustomVariables' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
193 |             cv1: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv1),
194 |             cv2: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:205:32: warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
203 |
204 |         // CustomCategories
205 |         let customCategories = CustomCategories(
    |                                `- warning: 'CustomCategories' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
206 |             cv6: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv6),
207 |             cv7: try container.decodeIfPresent(String.self, forKey: CodingKeys.cv7),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:213:28: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
211 |
212 |         // CustomNumbers
213 |         let customNumbers: CustomNumbers?
    |                            `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:215:29: warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
213 |         let customNumbers: CustomNumbers?
214 |         if let cn1 = try container.decodeIfPresent(Double.self, forKey: CodingKeys.cn1) {
215 |             customNumbers = CustomNumbers(
    |                             `- warning: 'CustomNumbers' is deprecated: Use BlueTriangle 'setCustomVariable(_ name:, value:)' method instead. [#DeprecatedDeclaration]
216 |                 cn1: cn1,
217 |                 cn2: try container.decode(Double.self, forKey: CodingKeys.cn2),
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Models/TimerRequest.swift:241:21: warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
239 |
240 |         // Page
241 |         self.page = Page(
    |                     `- warning: 'init(pageName:brandValue:pageType:referringURL:url:customVariables:customCategories:customNumbers:)' is deprecated: Use `init(pageName: ,brandValue: ,pageType: ,referringURL: ,url: )` instead. [#DeprecatedDeclaration]
242 |             pageName: try container.decode(String.self, forKey: CodingKeys.pageName),
243 |             brandValue: try container.decode(Decimal.self, forKey: CodingKeys.brandValue),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[69/129] Compiling BlueTriangle HTTPURLResponse+ContentType.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[70/129] Compiling BlueTriangle JSONDecoder+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[71/129] Compiling BlueTriangle NSException+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[72/129] Compiling BlueTriangle NSLocking+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[73/129] Compiling BlueTriangle NSNumber+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[74/129] Compiling BlueTriangle NWPathMonitor+Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[75/129] Compiling BlueTriangle NotificationName+Platform.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[76/129] Compiling BlueTriangle OperatingSystemVersion+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[77/129] Compiling BlueTriangle Publisher+Retry.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[78/129] Compiling BlueTriangle Task+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[79/129] Compiling BlueTriangle TimeInterval+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[80/129] Compiling BlueTriangle URL+ExpressibleByStringLiteral.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/Extensions/URL+ExpressibleByStringLiteral.swift:9:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public init(stringLiteral value: StaticString) {
11 |         guard let url = URL(string: "\(value)") else {
[81/129] Compiling BlueTriangle AppEventObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[82/129] Compiling BlueTriangle BTLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[83/129] Compiling BlueTriangle BTSignalCrashReporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[84/129] Compiling BlueTriangle BTTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[85/129] Compiling BlueTriangle BlueTriangle.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[86/129] Compiling BlueTriangle BlueTriangleConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[87/129] Compiling BlueTriangle ClaritySessionConnector.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[88/129] Compiling BlueTriangle Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[89/129] Compiling BlueTriangle CrashReportManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[90/129] Compiling BlueTriangle CrashReportPersistence.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[91/129] Compiling BlueTriangle Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[92/129] Compiling BlueTriangle DisableModeSessionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[93/129] Compiling BlueTriangle BTTConfigurationFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1190:13: error: cannot find 'UIViewController' in scope
1188 |         configuration.enableScreenTracking = enabled
1189 |         if enabled {
1190 |             UIViewController.setUp()
     |             `- error: cannot find 'UIViewController' in scope
1191 |         } else {
1192 |             UIViewController.removeSetUp()
/Users/admin/builder/spi-builder-workspace/Sources/BlueTriangle/BlueTriangle.swift:1192:13: error: cannot find 'UIViewController' in scope
1190 |             UIViewController.setUp()
1191 |         } else {
1192 |             UIViewController.removeSetUp()
     |             `- error: cannot find 'UIViewController' in scope
1193 |         }
1194 |     }
[94/129] Compiling BlueTriangle TimerRequestBuilder.swift
[95/129] Compiling BlueTriangle Uploader.swift
[96/129] Compiling BlueTriangle Version.swift
[97/129] Compiling BlueTriangle ANRPerformanceMonitor.swift
[98/129] Compiling BlueTriangle MainThreadStackTraceProvider.swift
[99/129] Compiling BlueTriangle ANRWatchDog.swift
[100/129] Compiling BlueTriangle MainThreadObserver.swift
[101/129] Compiling BlueTriangle DispatchSourceTimerPerformanceMonitor.swift
[102/129] Compiling BlueTriangle DisplayLinkPerformanceMonitor.swift
[103/129] Compiling BlueTriangle BTGroupTimer.swift
[104/129] Compiling BlueTriangle BTTimerGroupManager.swift
[105/129] Compiling BlueTriangle LaunchTimeMonitor.swift
[106/129] Compiling BlueTriangle FileLocation.swift
[107/129] Compiling BlueTriangle Logging.swift
[108/129] Compiling BlueTriangle PerformanceMonitoring.swift
[109/129] Compiling BlueTriangle RequestFailureHandling.swift
[110/129] Compiling BlueTriangle ResourceMeasuring.swift
[111/129] Compiling BlueTriangle SystemLogging.swift
[112/129] Compiling BlueTriangle URLRequestConvertible.swift
[113/129] Compiling BlueTriangle Uploading.swift
[114/129] Compiling BlueTriangle Request.swift
[115/129] Compiling BlueTriangle RequestCache.swift
[116/129] Compiling BlueTriangle RequestFailureHandler.swift
[117/129] Compiling BlueTriangle SessionManager.swift
[118/129] Compiling BlueTriangle LaunchTimeReporter.swift
[119/129] Compiling BlueTriangle MemoryWarningWatchDog.swift
[120/129] Compiling BlueTriangle PerformanceMonitorBuilder.swift
[121/129] Compiling BlueTriangle ResourceUsage.swift
[122/129] Compiling BlueTriangle RunLoopServices.swift
[123/129] Compiling BlueTriangle BTTScreenLifecycleTracker.swift
[124/129] Compiling BlueTriangle BTTScreenTracker.swift
[125/129] Compiling BlueTriangle BTTWebViewTracker.swift
[126/129] Compiling BlueTriangle ViewControllerLifecycleTracker.swift
[127/129] Compiling BlueTriangle ViewLifecycleTrackerModifier.swift
[128/129] Compiling BlueTriangle TimerPerformanceMonitor.swift
[129/129] Compiling BlueTriangle resource_bundle_accessor.swift
BUILD FAILURE 6.2 macosSpm