Build Information
Failed to build YAnalyticsAdobe, reference 1.0.1 (c37063
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 14:56:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/yanalytics-adobe-ios.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/codeandtheory/yanalytics-adobe-ios
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at c37063d Update README.md to add shield badges (#5)
Cloned https://github.com/codeandtheory/yanalytics-adobe-ios.git
Revision (git rev-parse @):
c37063de2cae204dd11994385cab2b2a0c4f40f3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-adobe-ios.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/codeandtheory/yanalytics-adobe-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/adobe/aepsdk-analytics-ios.git
Fetching https://github.com/yml-org/yanalytics-ios.git
[1/159] Fetching yanalytics-ios
[160/3133] Fetching yanalytics-ios, aepsdk-analytics-ios
Fetched https://github.com/yml-org/yanalytics-ios.git from cache (0.28s)
Fetched https://github.com/adobe/aepsdk-analytics-ios.git from cache (0.28s)
Computing version for https://github.com/adobe/aepsdk-analytics-ios.git
Computed https://github.com/adobe/aepsdk-analytics-ios.git at 3.2.0 (0.64s)
Fetching https://github.com/adobe/aepsdk-core-ios.git
[1/27359] Fetching aepsdk-core-ios
Fetched https://github.com/adobe/aepsdk-core-ios.git from cache (2.27s)
Computing version for https://github.com/yml-org/yanalytics-ios.git
Computed https://github.com/yml-org/yanalytics-ios.git at 1.2.1 (2.69s)
Computing version for https://github.com/adobe/aepsdk-core-ios.git
Computed https://github.com/adobe/aepsdk-core-ios.git at 3.9.0 (0.42s)
Fetching https://github.com/adobe/aepsdk-rulesengine-ios.git
[1/1338] Fetching aepsdk-rulesengine-ios
Fetched https://github.com/adobe/aepsdk-rulesengine-ios.git from cache (0.29s)
Computing version for https://github.com/adobe/aepsdk-rulesengine-ios.git
Computed https://github.com/adobe/aepsdk-rulesengine-ios.git at 1.2.3 (0.65s)
Creating working copy for https://github.com/adobe/aepsdk-rulesengine-ios.git
Working copy of https://github.com/adobe/aepsdk-rulesengine-ios.git resolved at 1.2.3
Creating working copy for https://github.com/yml-org/yanalytics-ios.git
Working copy of https://github.com/yml-org/yanalytics-ios.git resolved at 1.2.1
Creating working copy for https://github.com/adobe/aepsdk-analytics-ios.git
Working copy of https://github.com/adobe/aepsdk-analytics-ios.git resolved at 3.2.0
Creating working copy for https://github.com/adobe/aepsdk-core-ios.git
Working copy of https://github.com/adobe/aepsdk-core-ios.git resolved at 3.9.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/106] Compiling AEPServices ApplicationSystemInfoService.swift
[9/106] Compiling AEPServices ServiceProvider.swift
[10/106] Compiling AEPServices SystemInfoService.swift
[11/109] Emitting module AEPRulesEngine
[12/109] Compiling AEPServices UIUtils.swift
[13/109] Compiling AEPServices URLOpening.swift
[14/109] Compiling AEPServices URLService.swift
[15/109] Compiling AEPServices Cache.swift
[16/109] Compiling AEPRulesEngine Segment.swift
[17/109] Compiling AEPRulesEngine Template.swift
[18/109] Compiling AEPRulesEngine TemplateParser.swift
[19/109] Compiling AEPRulesEngine MustacheError.swift
[20/109] Compiling AEPRulesEngine MustacheToken.swift
[21/109] Compiling AEPRulesEngine ParserTagDelimiters.swift
[22/109] Compiling AEPRulesEngine Rule.swift
[23/109] Compiling AEPRulesEngine RulesEngine.swift
[24/109] Compiling AEPRulesEngine RulesFailure.swift
[25/109] Compiling AEPRulesEngine Transformer.swift
[26/109] Compiling AEPRulesEngine Transforming.swift
[27/109] Compiling AEPRulesEngine Traversable.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[35/109] Compiling AEPServices CacheEntry.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[36/109] Compiling AEPServices CacheExpiry.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[37/109] Compiling AEPServices Caching.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[38/109] Compiling YAnalytics AnalyticsEventFactory.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[39/119] Compiling AEPServices Networking.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[40/119] Compiling AEPServices NamedCollectionDataStore.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[41/119] Compiling AEPServices NamedCollectionProcessing.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[42/119] Compiling AEPServices UserDefaultsNamedCollection.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[43/119] Compiling AEPServices AEPUIService.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[44/119] Compiling AEPServices Dismissible.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[45/119] Compiling AEPServices MessageAlignment.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[46/119] Compiling AEPServices MessageAnimation.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[47/119] Compiling AEPServices MessageGesture.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/119] Emitting module AEPServices
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/119] Emitting module YAnalytics
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[50/119] Compiling AEPRulesEngine Logging.swift
[51/119] Compiling AEPRulesEngine Operand+Literal.swift
[52/119] Compiling AEPRulesEngine Result+RulesFailure.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[55/119] Compiling YAnalytics AnalyticsEngine.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[56/119] Compiling YAnalytics ScreenViewFactory.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[57/119] Compiling YAnalytics EventFactory.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[64/119] Compiling AEPServices NetworkRequest.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[65/119] Compiling AEPServices NetworkService.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[66/119] Compiling AEPServices NetworkServiceConstants.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[67/119] Compiling AEPServices MessageGestureRecognizer.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[68/119] Compiling AEPServices MessageMonitor.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[69/119] Compiling AEPServices MessageMonitoring.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[70/119] Compiling AEPServices MessageSettings.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[71/119] Compiling AEPServices MessagingDelegate.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[72/119] Compiling AEPServices Showable.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[73/119] Compiling AEPServices UIApplication+Window.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[74/119] Compiling AEPServices UIService.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[75/119] Compiling AEPServices FloatingButton.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[76/119] Compiling AEPServices AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[77/119] Compiling AEPServices AtomicCounter.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[78/119] Compiling AEPServices Date+Format.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[79/119] Compiling AEPServices OperationOrderer.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[80/119] Compiling AEPServices PrettyDictionary.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[81/119] Compiling AEPServices ThreadSafeArray.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[82/119] Compiling AEPServices ThreadSafeDictionary.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[83/119] Compiling AEPServices URLEncoder.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[84/119] Compiling AEPServices HitProcessing.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[85/119] Compiling AEPServices FloatingButtonDelegate.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[86/119] Compiling AEPServices FloatingButtonPosition.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[87/119] Compiling AEPServices FloatingButtonPresentable.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[88/119] Compiling AEPServices FullscreenMessage+FrameCalculation.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[89/119] Compiling AEPServices FullscreenMessage+WKNavigationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[90/119] Compiling AEPServices FullscreenMessage+WKScriptMessageHandler.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[91/119] Compiling AEPServices FullscreenMessage.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[92/119] Compiling AEPServices FullscreenMessageDelegate.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
[93/119] Compiling AEPServices FullscreenPresentable.swift
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/aepsdk-core-ios/AEPServices/Sources/ApplicationSystemInfoService.swift:17:8: error: no such module 'UIKit'
15 | #endif
16 | import Foundation
17 | import UIKit
| `- error: no such module 'UIKit'
18 |
19 | /// The Core system info service implementation which provides
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
[110/120] Compiling YAnalytics UserPropertyFactory.swift
/host/spi-builder-workspace/.build/checkouts/yanalytics-ios/Sources/YAnalytics/Implementations/LoggerAnalyticsEngine.swift:10:8: error: no such module 'os'
8 |
9 | import Foundation
10 | import os
| `- error: no such module 'os'
11 |
12 | /// Logs analytics events to Apple's unified logging system.
BUILD FAILURE 6.2 linux