Build Information
Failed to build UITestingPlus with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path: $workDir
https://github.com/ChimeHQ/UITestingPlus.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/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 {
^~~~~~~~~~~
[2/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: emit-module command failed due to signal 11 (use -v to see invocation)
[3/12] Compiling UITestingPlus XCUIApplication+Apps.swift
[4/12] Compiling UITestingPlus XCUIApplication+Documents.swift
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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift /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 -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 -Xcc -fPIC -Xcc -fno-omit-frame-pointer -module-name UITestingPlus -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -emit-module-doc-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftdoc -emit-module-source-info-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftsourceinfo -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/UITestingPlus.emit-module.d -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftmodule
1. Swift version 5.9.2 (swift-5.9.2-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 0x559d84c49548 (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(+0x5f8d863)[0x559d80955863]
/usr/bin/swift-frontend(+0x5f8b81e)[0x559d8095381e]
/usr/bin/swift-frontend(+0x5f8dbda)[0x559d80955bda]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f123879a520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7f12387fd3fe]
/usr/bin/swift-frontend(+0x1c6bdfc)[0x559d7c633dfc]
/usr/bin/swift-frontend(+0x1c6ca0d)[0x559d7c634a0d]
/usr/bin/swift-frontend(+0x1c6e20d)[0x559d7c63620d]
/usr/bin/swift-frontend(+0x1c74b7d)[0x559d7c63cb7d]
/usr/bin/swift-frontend(+0x1c73877)[0x559d7c63b877]
/usr/bin/swift-frontend(+0x20d06ae)[0x559d7ca986ae]
/usr/bin/swift-frontend(+0x20cc4c0)[0x559d7ca944c0]
/usr/bin/swift-frontend(+0x20d0508)[0x559d7ca98508]
/usr/bin/swift-frontend(+0x20cc499)[0x559d7ca94499]
/usr/bin/swift-frontend(+0x20cbcc2)[0x559d7ca93cc2]
/usr/bin/swift-frontend(+0x1c6ee5e)[0x559d7c636e5e]
/usr/bin/swift-frontend(+0x1bfd277)[0x559d7c5c5277]
/usr/bin/swift-frontend(+0x1c9618b)[0x559d7c65e18b]
/usr/bin/swift-frontend(+0x1c95eb4)[0x559d7c65deb4]
/usr/bin/swift-frontend(+0x1c974c8)[0x559d7c65f4c8]
/usr/bin/swift-frontend(+0x1c976b2)[0x559d7c65f6b2]
/usr/bin/swift-frontend(+0x1d8607a)[0x559d7c74e07a]
/usr/bin/swift-frontend(+0x1cb7aad)[0x559d7c67faad]
/usr/bin/swift-frontend(+0x1ca8837)[0x559d7c670837]
/usr/bin/swift-frontend(+0x1cd70f2)[0x559d7c69f0f2]
/usr/bin/swift-frontend(+0x1cde16c)[0x559d7c6a616c]
/usr/bin/swift-frontend(+0x1cd7485)[0x559d7c69f485]
/usr/bin/swift-frontend(+0x1cd6eac)[0x559d7c69eeac]
/usr/bin/swift-frontend(+0x1dba21a)[0x559d7c78221a]
/usr/bin/swift-frontend(+0x1dbc1d4)[0x559d7c7841d4]
/usr/bin/swift-frontend(+0x1dbc052)[0x559d7c784052]
/usr/bin/swift-frontend(+0x1dba119)[0x559d7c782119]
/usr/bin/swift-frontend(+0xe1970c)[0x559d7b7e170c]
/usr/bin/swift-frontend(+0xc18746)[0x559d7b5e0746]
/usr/bin/swift-frontend(+0xc17abe)[0x559d7b5dfabe]
/usr/bin/swift-frontend(+0xa67791)[0x559d7b42f791]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f1238781d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f1238781e40]
/usr/bin/swift-frontend(+0xa669a5)[0x559d7b42e9a5]
*** Signal 11: Backtracing from 0x7f12387fd3fe... done ***
*** Program crashed: Bad pointer dereference at 0x00000003fffffff9 ***
Thread 0 "swift-frontend" crashed:
0 0x00007f12387fd3fe <unknown> in libc.so.6
Registers:
rax 0x00007ffddaa8bce0 40 7e c8 84 9d 55 00 00 02 00 00 00 00 00 00 00 @~È··U··········
rdx 0xfffffffffffffed8 18446744073709551320
rcx 0x0000000084c87e3f 2227732031
rbx 0x0000000000010001 65537
rsi 0x0000000400000001 17179869185
rdi 0x00000003fffffff1 17179869169
rbp 0x0000000000000000 0
rsp 0x00007ffddaa8bb20 15 b8 69 84 9d 55 00 00 60 44 69 84 9d 55 00 00 ·¸i··U··`Di··U··
r8 0x00007ffddaa8bce8 02 00 00 00 00 00 00 00 3d 5d 63 7c 9d 55 00 00 ········=]c|·U··
r9 0x0000000000000069 105
r10 0x00007f1236b40b11 69 6e 69 74 28 62 6c 6f 63 6b 3a 29 00 00 00 30 init(block:)···0
r11 0x1a9272b7f9f9ff38 1914718926084374328
r12 0x00007ffddaa8bce8 02 00 00 00 00 00 00 00 3d 5d 63 7c 9d 55 00 00 ········=]c|·U··
r13 0x0000000c00010001 51539673089
r14 0x0000000000000001 1
r15 0x00007ffddaa8bf00 58 d6 68 84 9d 55 00 00 01 93 c4 84 9d 55 00 00 XÖh··U····Ä··U··
rip 0x00007f12387fd3fe 48 8b 47 f8 64 8b 2b a8 02 75 57 48 8b 15 98 49 H·Gød·+¨·uWH···I
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (33 omitted):
0x00007f1238758000–0x00007f1238914341 c289da5071a3399de893d2af81d6a30c62646e1e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
[0/1] Planning build
Building for debugging...
[1/9] 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 {
^~~~~~~~~~~
[2/9] 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 {
^~~~~~~~~~~
[3/9] 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 {
^~~~~~~~~~~
[4/9] 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 {
^~~~~~~~~~~
[5/10] 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 {
^~~~~~~~~~~
[6/10] 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 {
^~~~~~~~~~~
[7/10] Compiling UITestingPlus XCUIApplication+Menus.swift
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 -Xcc -fPIC -Xcc -fno-omit-frame-pointer -module-name UITestingPlus -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -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.9.2 (swift-5.9.2-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 0x559705ee4c50 (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(+0x5f8d863)[0x559702fe3863]
/usr/bin/swift-frontend(+0x5f8b81e)[0x559702fe181e]
/usr/bin/swift-frontend(+0x5f8dbda)[0x559702fe3bda]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7ff91b393520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7ff91b3f63fe]
/usr/bin/swift-frontend(+0x1c6bdfc)[0x5596fecc1dfc]
/usr/bin/swift-frontend(+0x1c6ca0d)[0x5596fecc2a0d]
/usr/bin/swift-frontend(+0x1c6e20d)[0x5596fecc420d]
/usr/bin/swift-frontend(+0x1c74b7d)[0x5596feccab7d]
/usr/bin/swift-frontend(+0x1c73877)[0x5596fecc9877]
/usr/bin/swift-frontend(+0x20d06ae)[0x5596ff1266ae]
/usr/bin/swift-frontend(+0x20cc4c0)[0x5596ff1224c0]
/usr/bin/swift-frontend(+0x20d0508)[0x5596ff126508]
/usr/bin/swift-frontend(+0x20cc499)[0x5596ff122499]
/usr/bin/swift-frontend(+0x20cbcc2)[0x5596ff121cc2]
/usr/bin/swift-frontend(+0x1c6ee5e)[0x5596fecc4e5e]
/usr/bin/swift-frontend(+0x1bfd277)[0x5596fec53277]
/usr/bin/swift-frontend(+0x1c9618b)[0x5596fecec18b]
/usr/bin/swift-frontend(+0x1c95eb4)[0x5596fecebeb4]
/usr/bin/swift-frontend(+0x1c974c8)[0x5596feced4c8]
/usr/bin/swift-frontend(+0x1c976b2)[0x5596feced6b2]
/usr/bin/swift-frontend(+0x1d8607a)[0x5596feddc07a]
/usr/bin/swift-frontend(+0x1cb7aad)[0x5596fed0daad]
/usr/bin/swift-frontend(+0x1ca8837)[0x5596fecfe837]
/usr/bin/swift-frontend(+0x1cd70f2)[0x5596fed2d0f2]
/usr/bin/swift-frontend(+0x1cde16c)[0x5596fed3416c]
/usr/bin/swift-frontend(+0x1cd7485)[0x5596fed2d485]
/usr/bin/swift-frontend(+0x1cd6eac)[0x5596fed2ceac]
/usr/bin/swift-frontend(+0x1dba21a)[0x5596fee1021a]
/usr/bin/swift-frontend(+0x1dbc1d4)[0x5596fee121d4]
/usr/bin/swift-frontend(+0x1dbc052)[0x5596fee12052]
/usr/bin/swift-frontend(+0x1dba119)[0x5596fee10119]
/usr/bin/swift-frontend(+0xe196c9)[0x5596fde6f6c9]
/usr/bin/swift-frontend(+0xc18746)[0x5596fdc6e746]
/usr/bin/swift-frontend(+0xc17abe)[0x5596fdc6dabe]
/usr/bin/swift-frontend(+0xa67791)[0x5596fdabd791]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7ff91b37ad90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7ff91b37ae40]
/usr/bin/swift-frontend(+0xa669a5)[0x5596fdabc9a5]
*** Signal 11: Backtracing from 0x7ff91b3f63fe... done ***
*** Program crashed: Bad pointer dereference at 0x00000003fffffff9 ***
Thread 0 "swift-frontend" crashed:
0 0x00007ff91b3f63fe <unknown> in libc.so.6
Registers:
rax 0x00007ffd3e066e20 10 d1 23 06 97 55 00 00 02 00 00 00 00 00 00 00 ·Ñ#··U··········
rdx 0xfffffffffffffed8 18446744073709551320
rcx 0x000000000623d10f 103010575
rbx 0x0000000000010001 65537
rsi 0x0000000400000001 17179869185
rdi 0x00000003fffffff1 17179869169
rbp 0x0000000000000000 0
rsp 0x00007ffd3e066c60 65 9b c6 05 97 55 00 00 60 24 c6 05 97 55 00 00 e·Æ··U··`$Æ··U··
r8 0x00007ffd3e066e28 02 00 00 00 00 00 00 00 3d 3d cc fe 96 55 00 00 ········==Ìþ·U··
r9 0x0000000000000069 105
r10 0x00007ff9197a0b11 69 6e 69 74 28 62 6c 6f 63 6b 3a 29 00 00 00 30 init(block:)···0
r11 0x74af44199880072c 8408013906047403820
r12 0x00007ffd3e066e28 02 00 00 00 00 00 00 00 3d 3d cc fe 96 55 00 00 ········==Ìþ·U··
r13 0x0000000c00010001 51539673089
r14 0x0000000000000001 1
r15 0x00007ffd3e067040 58 b6 c5 05 97 55 00 00 01 e5 e6 05 97 55 00 00 X¶Å··U···åæ··U··
rip 0x00007ff91b3f63fe 48 8b 47 f8 64 8b 2b a8 02 75 57 48 8b 15 98 49 H·Gød·+¨·uWH···I
rflags 0x0000000000010206 PF
cs 0x0033 fs 0x0000 gs 0x0000
Images (33 omitted):
0x00007ff91b351000–0x00007ff91b50d341 c289da5071a3399de893d2af81d6a30c62646e1e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
BUILD FAILURE 5.9 linux