Build Information
Failed to build UITestingPlus with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/UITestingPlus.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/ChimeHQ/UITestingPlus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a6ba690 funding
Cloned https://github.com/ChimeHQ/UITestingPlus.git
Revision (git rev-parse @):
a6ba6902019187300cd340d0479f8c48cd435af9
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/UITestingPlus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/ChimeHQ/UITestingPlus.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
error: compile command failed due to signal 11 (use -v to see invocation)
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
public init(element: XCUIElement) {
^~~~~~~~~~~
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift -primary-file /host/spi-builder-workspace/Sources/UITestingPlus/XCTest+Soon.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Apps.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Documents.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Menus.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Hittable.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Soon.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -module-name UITestingPlus -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1. Swift version 5.8.1 (swift-5.8.1-RELEASE)
2. Compiling with the current language version
3. While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift")
4. While type-checking 'HittableElementExpectation' (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:8)
5. While type-checking declaration 0x55d7cae56ab0 (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:10)
6. While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
7. While type-checking expression at [/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41 - line:6:93] RangeText="NSPredicate(format: "exists == 1 && isHittable == 1""
8. While type-checking-target starting at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x59da633)[0x55d7c8508633]
/usr/bin/swift-frontend(+0x59d854e)[0x55d7c850654e]
/usr/bin/swift-frontend(+0x59da9ba)[0x55d7c85089ba]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f77d63ec520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7f77d644f3fe]
/usr/bin/swift-frontend(+0x1a41945)[0x55d7c456f945]
/usr/bin/swift-frontend(+0x1a42538)[0x55d7c4570538]
/usr/bin/swift-frontend(+0x1a43fed)[0x55d7c4571fed]
/usr/bin/swift-frontend(+0x1a4b6bc)[0x55d7c45796bc]
/usr/bin/swift-frontend(+0x1a4a52c)[0x55d7c457852c]
/usr/bin/swift-frontend(+0x1e2a02e)[0x55d7c495802e]
/usr/bin/swift-frontend(+0x1e27228)[0x55d7c4955228]
/usr/bin/swift-frontend(+0x1e29e88)[0x55d7c4957e88]
/usr/bin/swift-frontend(+0x1e2720a)[0x55d7c495520a]
/usr/bin/swift-frontend(+0x1e26a42)[0x55d7c4954a42]
/usr/bin/swift-frontend(+0x1a44c4e)[0x55d7c4572c4e]
/usr/bin/swift-frontend(+0x19dfbad)[0x55d7c450dbad]
/usr/bin/swift-frontend(+0x1a6b285)[0x55d7c4599285]
/usr/bin/swift-frontend(+0x1a6afc4)[0x55d7c4598fc4]
/usr/bin/swift-frontend(+0x1a6c578)[0x55d7c459a578]
/usr/bin/swift-frontend(+0x1a6c767)[0x55d7c459a767]
/usr/bin/swift-frontend(+0x1b3c481)[0x55d7c466a481]
/usr/bin/swift-frontend(+0x1a8a162)[0x55d7c45b8162]
/usr/bin/swift-frontend(+0x1a7cb87)[0x55d7c45aab87]
/usr/bin/swift-frontend(+0x1aa1d58)[0x55d7c45cfd58]
/usr/bin/swift-frontend(+0x1aa6d5c)[0x55d7c45d4d5c]
/usr/bin/swift-frontend(+0x1aa1216)[0x55d7c45cf216]
/usr/bin/swift-frontend(+0x1aa0fe7)[0x55d7c45cefe7]
/usr/bin/swift-frontend(+0x1b6de67)[0x55d7c469be67]
/usr/bin/swift-frontend(+0x1b6fb64)[0x55d7c469db64]
/usr/bin/swift-frontend(+0x1b6f9e2)[0x55d7c469d9e2]
/usr/bin/swift-frontend(+0x1b6dd59)[0x55d7c469bd59]
/usr/bin/swift-frontend(+0xd1ece9)[0x55d7c384cce9]
/usr/bin/swift-frontend(+0xb57a2d)[0x55d7c3685a2d]
/usr/bin/swift-frontend(+0xb56d95)[0x55d7c3684d95]
/usr/bin/swift-frontend(+0x99c73f)[0x55d7c34ca73f]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f77d63d3d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f77d63d3e40]
/usr/bin/swift-frontend(+0x99bf35)[0x55d7c34c9f35]
[0/1] Planning build
Building for debugging...
[1/11] Compiling UITestingPlus XCUIElement+Existence.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[2/11] Compiling UITestingPlus XCUIElement+Accessors.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:9:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:15:18: error: cannot find type 'XCUIElementQuery' in scope
public extension XCUIElementQuery {
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:21:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:4:33: error: cannot find type 'XCUIElement' in scope
var outlineDisclosureTriangle: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:10:25: error: cannot find type 'XCUIElement' in scope
var closeWindowButton: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:16:27: error: cannot find type 'XCUIElement' in scope
subscript(index: Int) -> XCUIElement {
^~~~~~~~~~~
[3/11] Compiling UITestingPlus XCUIApplication+Menus.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:4:18: error: cannot find type 'XCUIApplication' in scope
public extension XCUIApplication {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:47:19: error: cannot find type 'XCUIElement' in scope
var frontWindow: XCUIElement {
^~~~~~~~~~~
[4/11] Compiling UITestingPlus XCUIApplication+Windows.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:4:18: error: cannot find type 'XCUIApplication' in scope
public extension XCUIApplication {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:47:19: error: cannot find type 'XCUIElement' in scope
var frontWindow: XCUIElement {
^~~~~~~~~~~
[5/11] Compiling UITestingPlus XCUIApplication+Apps.swift
[6/11] Compiling UITestingPlus XCUIApplication+Documents.swift
[7/12] Compiling UITestingPlus XCUIElement+Hittable.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Hittable.swift:4:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[8/12] Compiling UITestingPlus XCUIElement+Soon.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Soon.swift:4:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[9/12] Compiling UITestingPlus XCUIElement+TextEditing.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift:41:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
error: compile command failed due to signal 11 (use -v to see invocation)
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
public init(element: XCUIElement) {
^~~~~~~~~~~
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift -primary-file /host/spi-builder-workspace/Sources/UITestingPlus/XCTest+Soon.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Apps.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Documents.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Menus.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Hittable.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Soon.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -module-name UITestingPlus -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/HittableElementExpectation.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/XCTest+Soon.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1. Swift version 5.8.1 (swift-5.8.1-RELEASE)
2. Compiling with the current language version
3. While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift")
4. While type-checking 'HittableElementExpectation' (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:8)
5. While type-checking declaration 0x55c5508b9400 (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:10)
6. While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
7. While type-checking expression at [/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41 - line:6:93] RangeText="NSPredicate(format: "exists == 1 && isHittable == 1""
8. While type-checking-target starting at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x59da633)[0x55c54dc3e633]
/usr/bin/swift-frontend(+0x59d854e)[0x55c54dc3c54e]
/usr/bin/swift-frontend(+0x59da9ba)[0x55c54dc3e9ba]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f2a97bb9520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7f2a97c1c3fe]
/usr/bin/swift-frontend(+0x1a41945)[0x55c549ca5945]
/usr/bin/swift-frontend(+0x1a42538)[0x55c549ca6538]
/usr/bin/swift-frontend(+0x1a43fed)[0x55c549ca7fed]
/usr/bin/swift-frontend(+0x1a4b6bc)[0x55c549caf6bc]
/usr/bin/swift-frontend(+0x1a4a52c)[0x55c549cae52c]
/usr/bin/swift-frontend(+0x1e2a02e)[0x55c54a08e02e]
/usr/bin/swift-frontend(+0x1e27228)[0x55c54a08b228]
/usr/bin/swift-frontend(+0x1e29e88)[0x55c54a08de88]
/usr/bin/swift-frontend(+0x1e2720a)[0x55c54a08b20a]
/usr/bin/swift-frontend(+0x1e26a42)[0x55c54a08aa42]
/usr/bin/swift-frontend(+0x1a44c4e)[0x55c549ca8c4e]
/usr/bin/swift-frontend(+0x19dfbad)[0x55c549c43bad]
/usr/bin/swift-frontend(+0x1a6b285)[0x55c549ccf285]
/usr/bin/swift-frontend(+0x1a6afc4)[0x55c549ccefc4]
/usr/bin/swift-frontend(+0x1a6c578)[0x55c549cd0578]
/usr/bin/swift-frontend(+0x1a6c767)[0x55c549cd0767]
/usr/bin/swift-frontend(+0x1b3c481)[0x55c549da0481]
/usr/bin/swift-frontend(+0x1a8a162)[0x55c549cee162]
/usr/bin/swift-frontend(+0x1a7cb87)[0x55c549ce0b87]
/usr/bin/swift-frontend(+0x1aa1d58)[0x55c549d05d58]
/usr/bin/swift-frontend(+0x1aa6d5c)[0x55c549d0ad5c]
/usr/bin/swift-frontend(+0x1aa1216)[0x55c549d05216]
/usr/bin/swift-frontend(+0x1aa0fe7)[0x55c549d04fe7]
/usr/bin/swift-frontend(+0x1b6de67)[0x55c549dd1e67]
/usr/bin/swift-frontend(+0x1b6fb64)[0x55c549dd3b64]
/usr/bin/swift-frontend(+0x1b6f9e2)[0x55c549dd39e2]
/usr/bin/swift-frontend(+0x1b6dd59)[0x55c549dd1d59]
/usr/bin/swift-frontend(+0xd1ece9)[0x55c548f82ce9]
/usr/bin/swift-frontend(+0xb57a2d)[0x55c548dbba2d]
/usr/bin/swift-frontend(+0xb56d95)[0x55c548dbad95]
/usr/bin/swift-frontend(+0x99c73f)[0x55c548c0073f]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f2a97ba0d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f2a97ba0e40]
/usr/bin/swift-frontend(+0x99bf35)[0x55c548bfff35]
BUILD FAILURE 5.8 linux