The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCAppTest with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tunous/XCAppTest.git
Reference: main
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/Tunous/XCAppTest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 397d896 Mark run function with discardable result
Cloned https://github.com/Tunous/XCAppTest.git
Revision (git rev-parse @):
397d896065db13bea762623f5310932ab7df4db0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Tunous/XCAppTest.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/Tunous/XCAppTest.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/11] Compiling XCAppTest XCUIElementQuery+Assertions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Assertions.swift:3:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
[2/11] Compiling XCAppTest XCUIElement+Types.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:11:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement.ElementType {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:16:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:23:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:13:44: error: cannot find 'XCUIElement' in scope
    public static let bannerNotification = XCUIElement.ElementType(rawValue: 83)!
                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:18:37: error: cannot find type 'XCUIElementQuery' in scope
    public var bannerNotifications: XCUIElementQuery {
                                    ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:25:37: error: cannot find type 'XCUIElementQuery' in scope
    public var bannerNotifications: XCUIElementQuery {
                                    ^~~~~~~~~~~~~~~~
[3/12] Compiling XCAppTest XCUIElement+Properties.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Properties.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
[4/12] Compiling XCAppTest XCUIElement+Assertions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Assertions.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
[5/12] Compiling XCAppTest XCUIApplication+App.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:8:32: error: cannot find 'XCUIApplication' in scope
    public static let safari = XCUIApplication(bundleIdentifier: "com.apple.mobilesafari")
                               ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:11:37: error: cannot find 'XCUIApplication' in scope
    public static let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")
                                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:14:34: error: cannot find 'XCUIApplication' in scope
    public static let messages = XCUIApplication(bundleIdentifier: "com.apple.MobileSMS")
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:92:60: error: cannot find type 'CGVector' in scope
    public func tap(withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:106:26: error: cannot find type 'CGVector' in scope
        from startPoint: CGVector,
                         ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:107:22: error: cannot find type 'CGVector' in scope
        to endPoint: CGVector,
                     ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:124:98: error: cannot find type 'CGVector' in scope
    public func press(forDuration duration: TimeInterval, withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                                                                 ^~~~~~~~
[6/12] Compiling XCAppTest XCUIElement+Actions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:8:32: error: cannot find 'XCUIApplication' in scope
    public static let safari = XCUIApplication(bundleIdentifier: "com.apple.mobilesafari")
                               ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:11:37: error: cannot find 'XCUIApplication' in scope
    public static let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")
                                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:14:34: error: cannot find 'XCUIApplication' in scope
    public static let messages = XCUIApplication(bundleIdentifier: "com.apple.MobileSMS")
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:92:60: error: cannot find type 'CGVector' in scope
    public func tap(withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:106:26: error: cannot find type 'CGVector' in scope
        from startPoint: CGVector,
                         ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:107:22: error: cannot find type 'CGVector' in scope
        to endPoint: CGVector,
                     ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:124:98: error: cannot find type 'CGVector' in scope
    public func press(forDuration duration: TimeInterval, withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                                                                 ^~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)[7/12] Emitting module XCAppTest
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Assertions.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Properties.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:11:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement.ElementType {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:16:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:23:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Assertions.swift:3:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:10:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
[8/12] Compiling XCAppTest XCAppTestConfig.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCTestCase+Activity.swift:28:20: error: cannot find 'XCTContext' in scope
        return try XCTContext.runActivity(named: name) { _ in
                   ^~~~~~~~~~
[9/12] Compiling XCAppTest XCTestCase+Activity.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCTestCase+Activity.swift:28:20: error: cannot find 'XCTContext' in scope
        return try XCTContext.runActivity(named: name) { _ in
                   ^~~~~~~~~~
[10/12] Compiling XCAppTest AssertionUtils.swift
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:6:31: error: cannot find type 'XCUIElement' in scope
        condition: @escaping (XCUIElement) -> Bool,
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:21:31: error: cannot find type 'XCUIElementQuery' in scope
        condition: @escaping (XCUIElementQuery) -> Bool,
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:6:32: error: cannot find type 'CGVector' in scope
    public static let topLeft: CGVector = CGVector(dx: 0, dy: 0)
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:9:28: error: cannot find type 'CGVector' in scope
    public static let top: CGVector = CGVector(dx: 0.5, dy: 0)
                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:12:33: error: cannot find type 'CGVector' in scope
    public static let topRight: CGVector = CGVector(dx: 1, dy: 0)
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:15:29: error: cannot find type 'CGVector' in scope
    public static let left: CGVector = CGVector(dx: 0, dy: 0.5)
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:18:31: error: cannot find type 'CGVector' in scope
    public static let center: CGVector = CGVector(dx: 0.5, dy: 0.5)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:21:30: error: cannot find type 'CGVector' in scope
    public static let right: CGVector = CGVector(dx: 1, dy: 0.5)
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:24:35: error: cannot find type 'CGVector' in scope
    public static let bottomLeft: CGVector = CGVector(dx: 0, dy: 1)
                                  ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:27:31: error: cannot find type 'CGVector' in scope
    public static let bottom: CGVector = CGVector(dx: 0.5, dy: 1)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:30:36: error: cannot find type 'CGVector' in scope
    public static let bottomRight: CGVector = CGVector(dx: 1, dy: 1)
                                   ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:38:59: error: cannot find type 'CGVector' in scope
    public func offset(x: CGFloat = 0, y: CGFloat = 0) -> CGVector {
                                                          ^~~~~~~~
[11/12] Compiling XCAppTest CGVector+Util.swift
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:6:31: error: cannot find type 'XCUIElement' in scope
        condition: @escaping (XCUIElement) -> Bool,
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:21:31: error: cannot find type 'XCUIElementQuery' in scope
        condition: @escaping (XCUIElementQuery) -> Bool,
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:6:32: error: cannot find type 'CGVector' in scope
    public static let topLeft: CGVector = CGVector(dx: 0, dy: 0)
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:9:28: error: cannot find type 'CGVector' in scope
    public static let top: CGVector = CGVector(dx: 0.5, dy: 0)
                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:12:33: error: cannot find type 'CGVector' in scope
    public static let topRight: CGVector = CGVector(dx: 1, dy: 0)
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:15:29: error: cannot find type 'CGVector' in scope
    public static let left: CGVector = CGVector(dx: 0, dy: 0.5)
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:18:31: error: cannot find type 'CGVector' in scope
    public static let center: CGVector = CGVector(dx: 0.5, dy: 0.5)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:21:30: error: cannot find type 'CGVector' in scope
    public static let right: CGVector = CGVector(dx: 1, dy: 0.5)
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:24:35: error: cannot find type 'CGVector' in scope
    public static let bottomLeft: CGVector = CGVector(dx: 0, dy: 1)
                                  ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:27:31: error: cannot find type 'CGVector' in scope
    public static let bottom: CGVector = CGVector(dx: 0.5, dy: 1)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:30:36: error: cannot find type 'CGVector' in scope
    public static let bottomRight: CGVector = CGVector(dx: 1, dy: 1)
                                   ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:38:59: error: cannot find type 'CGVector' in scope
    public func offset(x: CGFloat = 0, y: CGFloat = 0) -> CGVector {
                                                          ^~~~~~~~
[12/12] Compiling XCAppTest XCUIElementQuery+Matchers.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:10:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:12:27: error: cannot find type 'XCUIElement' in scope
    public var lastMatch: XCUIElement {
                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:20:39: error: cannot find type 'XCUIElement' in scope
    public subscript(_ index: Int) -> XCUIElement {
                                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:29:66: error: cannot find type 'XCUIElement' in scope
    public func first(where predicate: (XCUIElement) -> Bool) -> XCUIElement? {
                                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:29:41: error: cannot find type 'XCUIElement' in scope
    public func first(where predicate: (XCUIElement) -> Bool) -> XCUIElement? {
                                        ^~~~~~~~~~~
[0/1] Planning build
Building for debugging...
[1/11] Compiling XCAppTest XCUIElement+Assertions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Assertions.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
[2/11] Compiling XCAppTest XCUIApplication+App.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:8:32: error: cannot find 'XCUIApplication' in scope
    public static let safari = XCUIApplication(bundleIdentifier: "com.apple.mobilesafari")
                               ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:11:37: error: cannot find 'XCUIApplication' in scope
    public static let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")
                                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:14:34: error: cannot find 'XCUIApplication' in scope
    public static let messages = XCUIApplication(bundleIdentifier: "com.apple.MobileSMS")
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:92:60: error: cannot find type 'CGVector' in scope
    public func tap(withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:106:26: error: cannot find type 'CGVector' in scope
        from startPoint: CGVector,
                         ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:107:22: error: cannot find type 'CGVector' in scope
        to endPoint: CGVector,
                     ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:124:98: error: cannot find type 'CGVector' in scope
    public func press(forDuration duration: TimeInterval, withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                                                                 ^~~~~~~~
[3/11] Compiling XCAppTest XCUIElement+Actions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:8:32: error: cannot find 'XCUIApplication' in scope
    public static let safari = XCUIApplication(bundleIdentifier: "com.apple.mobilesafari")
                               ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:11:37: error: cannot find 'XCUIApplication' in scope
    public static let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")
                                    ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:14:34: error: cannot find 'XCUIApplication' in scope
    public static let messages = XCUIApplication(bundleIdentifier: "com.apple.MobileSMS")
                                 ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:92:60: error: cannot find type 'CGVector' in scope
    public func tap(withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:106:26: error: cannot find type 'CGVector' in scope
        from startPoint: CGVector,
                         ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:107:22: error: cannot find type 'CGVector' in scope
        to endPoint: CGVector,
                     ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:124:98: error: cannot find type 'CGVector' in scope
    public func press(forDuration duration: TimeInterval, withNormalizedOffset normalizedOffset: CGVector) -> Self {
                                                                                                 ^~~~~~~~
[4/12] Compiling XCAppTest XCUIElement+Properties.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Properties.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
[5/12] Compiling XCAppTest XCUIElementQuery+Assertions.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Assertions.swift:3:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
[6/12] Compiling XCAppTest XCUIElement+Types.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:11:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement.ElementType {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:16:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:23:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:13:44: error: cannot find 'XCUIElement' in scope
    public static let bannerNotification = XCUIElement.ElementType(rawValue: 83)!
                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:18:37: error: cannot find type 'XCUIElementQuery' in scope
    public var bannerNotifications: XCUIElementQuery {
                                    ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:25:37: error: cannot find type 'XCUIElementQuery' in scope
    public var bannerNotifications: XCUIElementQuery {
                                    ^~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)[7/12] Emitting module XCAppTest
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIApplication+App.swift:3:11: error: cannot find type 'XCUIApplication' in scope
extension XCUIApplication {
          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Actions.swift:4:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Assertions.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Properties.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:11:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement.ElementType {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:16:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElement+Types.swift:23:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Assertions.swift:3:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:10:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
[8/12] Compiling XCAppTest XCAppTestConfig.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCTestCase+Activity.swift:28:20: error: cannot find 'XCTContext' in scope
        return try XCTContext.runActivity(named: name) { _ in
                   ^~~~~~~~~~
[9/12] Compiling XCAppTest XCTestCase+Activity.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCTestCase+Activity.swift:28:20: error: cannot find 'XCTContext' in scope
        return try XCTContext.runActivity(named: name) { _ in
                   ^~~~~~~~~~
[10/12] Compiling XCAppTest AssertionUtils.swift
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:6:31: error: cannot find type 'XCUIElement' in scope
        condition: @escaping (XCUIElement) -> Bool,
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:21:31: error: cannot find type 'XCUIElementQuery' in scope
        condition: @escaping (XCUIElementQuery) -> Bool,
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:6:32: error: cannot find type 'CGVector' in scope
    public static let topLeft: CGVector = CGVector(dx: 0, dy: 0)
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:9:28: error: cannot find type 'CGVector' in scope
    public static let top: CGVector = CGVector(dx: 0.5, dy: 0)
                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:12:33: error: cannot find type 'CGVector' in scope
    public static let topRight: CGVector = CGVector(dx: 1, dy: 0)
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:15:29: error: cannot find type 'CGVector' in scope
    public static let left: CGVector = CGVector(dx: 0, dy: 0.5)
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:18:31: error: cannot find type 'CGVector' in scope
    public static let center: CGVector = CGVector(dx: 0.5, dy: 0.5)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:21:30: error: cannot find type 'CGVector' in scope
    public static let right: CGVector = CGVector(dx: 1, dy: 0.5)
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:24:35: error: cannot find type 'CGVector' in scope
    public static let bottomLeft: CGVector = CGVector(dx: 0, dy: 1)
                                  ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:27:31: error: cannot find type 'CGVector' in scope
    public static let bottom: CGVector = CGVector(dx: 0.5, dy: 1)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:30:36: error: cannot find type 'CGVector' in scope
    public static let bottomRight: CGVector = CGVector(dx: 1, dy: 1)
                                   ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:38:59: error: cannot find type 'CGVector' in scope
    public func offset(x: CGFloat = 0, y: CGFloat = 0) -> CGVector {
                                                          ^~~~~~~~
[11/12] Compiling XCAppTest CGVector+Util.swift
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:3:11: error: cannot find type 'XCUIElement' in scope
extension XCUIElement {
          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:18:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:3:11: error: cannot find type 'CGVector' in scope
extension CGVector {
          ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:6:31: error: cannot find type 'XCUIElement' in scope
        condition: @escaping (XCUIElement) -> Bool,
                              ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/AssertionUtils.swift:21:31: error: cannot find type 'XCUIElementQuery' in scope
        condition: @escaping (XCUIElementQuery) -> Bool,
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:6:32: error: cannot find type 'CGVector' in scope
    public static let topLeft: CGVector = CGVector(dx: 0, dy: 0)
                               ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:9:28: error: cannot find type 'CGVector' in scope
    public static let top: CGVector = CGVector(dx: 0.5, dy: 0)
                           ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:12:33: error: cannot find type 'CGVector' in scope
    public static let topRight: CGVector = CGVector(dx: 1, dy: 0)
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:15:29: error: cannot find type 'CGVector' in scope
    public static let left: CGVector = CGVector(dx: 0, dy: 0.5)
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:18:31: error: cannot find type 'CGVector' in scope
    public static let center: CGVector = CGVector(dx: 0.5, dy: 0.5)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:21:30: error: cannot find type 'CGVector' in scope
    public static let right: CGVector = CGVector(dx: 1, dy: 0.5)
                             ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:24:35: error: cannot find type 'CGVector' in scope
    public static let bottomLeft: CGVector = CGVector(dx: 0, dy: 1)
                                  ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:27:31: error: cannot find type 'CGVector' in scope
    public static let bottom: CGVector = CGVector(dx: 0.5, dy: 1)
                              ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:30:36: error: cannot find type 'CGVector' in scope
    public static let bottomRight: CGVector = CGVector(dx: 1, dy: 1)
                                   ^~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/CGVector+Util.swift:38:59: error: cannot find type 'CGVector' in scope
    public func offset(x: CGFloat = 0, y: CGFloat = 0) -> CGVector {
                                                          ^~~~~~~~
[12/12] Compiling XCAppTest XCUIElementQuery+Matchers.swift
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:10:11: error: cannot find type 'XCUIElementQuery' in scope
extension XCUIElementQuery {
          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:12:27: error: cannot find type 'XCUIElement' in scope
    public var lastMatch: XCUIElement {
                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:20:39: error: cannot find type 'XCUIElement' in scope
    public subscript(_ index: Int) -> XCUIElement {
                                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:29:66: error: cannot find type 'XCUIElement' in scope
    public func first(where predicate: (XCUIElement) -> Bool) -> XCUIElement? {
                                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/XCAppTest/XCUIElementQuery+Matchers.swift:29:41: error: cannot find type 'XCUIElement' in scope
    public func first(where predicate: (XCUIElement) -> Bool) -> XCUIElement? {
                                        ^~~~~~~~~~~
BUILD FAILURE 5.7 linux

Build Machine: Linux 2