Build Information
Failed to build ghaw, reference master (bedf5f
), with Swift 6.0 for Linux on 31 Oct 2024 11:48:21 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/ghaw.git
Reference: master
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/toshi0383/ghaw
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bedf5f7 update README
Cloned https://github.com/toshi0383/ghaw.git
Revision (git rev-parse @):
bedf5f7bd9ec5e6f1372b4ccaf892c19819e15fd
SUCCESS checkout https://github.com/toshi0383/ghaw.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/toshi0383/ghaw.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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/toshi0383/CoreCLI
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/JohnSundell/ShellOut
[1/960] Fetching shellout
[414/1028] Fetching shellout, corecli
Fetched https://github.com/toshi0383/CoreCLI from cache (0.22s)
[1/52358] Fetching rxswift
Fetched https://github.com/JohnSundell/ShellOut from cache (4.12s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.28s)
Computing version for https://github.com/toshi0383/CoreCLI
Computed https://github.com/toshi0383/CoreCLI at 0.1.10 (2.44s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (1.80s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Creating working copy for https://github.com/toshi0383/CoreCLI
Working copy of https://github.com/toshi0383/CoreCLI resolved at 0.1.10
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/155] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[9/173] Compiling CoreCLI CommandType.swift
[10/173] Compiling CoreCLI ArgumentParser.swift
[11/173] Compiling RxSwift Observable.swift
[12/173] Compiling RxSwift ObservableConvertibleType.swift
[13/173] Compiling RxSwift ObservableType+Extensions.swift
[14/173] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[15/173] Compiling RxSwift ObservableType.swift
[16/173] Compiling RxSwift ObserveOn.swift
[17/173] Compiling RxSwift ObserverBase.swift
[18/173] Compiling RxSwift ObserverType.swift
[19/173] Compiling RxSwift OperationQueueScheduler.swift
[20/173] Compiling RxSwift Optional.swift
[21/173] Compiling RxSwift Platform.Darwin.swift
[22/173] Compiling RxSwift Platform.Linux.swift
[23/173] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[24/173] Compiling RxSwift PrimitiveSequence.swift
[25/173] Compiling RxSwift PriorityQueue.swift
[26/173] Compiling RxSwift Producer.swift
[27/173] Compiling RxSwift PublishSubject.swift
[28/173] Compiling RxSwift Queue.swift
[29/173] Compiling RxSwift Range.swift
[30/173] Compiling RxSwift SerialDisposable.swift
[31/173] Compiling RxSwift ShareReplayScope.swift
[32/173] Compiling RxSwift Single.swift
[33/173] Compiling RxSwift SingleAssignmentDisposable.swift
[34/173] Compiling RxSwift SingleAsync.swift
[35/173] Compiling RxSwift Sink.swift
[36/173] Compiling RxSwift Skip.swift
[37/173] Compiling RxSwift SkipUntil.swift
[38/173] Compiling RxSwift SkipWhile.swift
[39/173] Compiling RxSwift StartWith.swift
[40/173] Compiling RxSwift SubjectType.swift
[41/173] Compiling RxSwift SubscribeOn.swift
[42/173] Compiling RxSwift SubscriptionDisposable.swift
[43/173] Compiling RxSwift SwiftSupport.swift
[44/173] Compiling RxSwift Switch.swift
[45/173] Compiling RxSwift SwitchIfEmpty.swift
[46/173] Compiling RxSwift SynchronizedDisposeType.swift
[47/173] Compiling RxSwift SynchronizedOnType.swift
[48/173] Compiling CoreCLI AutoArgumentsDecodable.swift
[49/173] Emitting module CoreCLI
[50/173] Compiling CoreCLI CommandRunner.swift
[51/174] Compiling RxSwift CombineLatest+arity.swift
[52/174] Compiling RxSwift CombineLatest.swift
[53/174] Compiling RxSwift CompactMap.swift
[54/174] Compiling RxSwift Completable+AndThen.swift
[55/174] Compiling RxSwift Completable.swift
[56/174] Compiling RxSwift CompositeDisposable.swift
[57/174] Compiling RxSwift Concat.swift
[58/174] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[59/174] Compiling RxSwift ConcurrentMainScheduler.swift
[60/174] Compiling RxSwift ConnectableObservableType.swift
[61/174] Compiling RxSwift Create.swift
[62/174] Compiling RxSwift CurrentThreadScheduler.swift
[63/174] Compiling RxSwift Date+Dispatch.swift
[64/174] Compiling RxSwift Debounce.swift
[65/174] Compiling RxSwift Debug.swift
[66/174] Compiling RxSwift DefaultIfEmpty.swift
[67/174] Compiling RxSwift Deferred.swift
[68/174] Compiling RxSwift Delay.swift
[69/174] Compiling RxSwift DelaySubscription.swift
[70/174] Emitting module ShellOut
[71/174] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[72/174] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[73/174] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[74/174] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[75/174] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[76/174] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[77/174] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[78/174] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[79/174] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[80/174] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[81/174] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[82/174] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[83/174] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[84/174] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[85/174] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[86/174] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[87/174] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[88/174] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[89/174] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[90/174] Compiling ShellOut ShellOut.swift
[91/175] Compiling RxSwift GroupBy.swift
[92/175] Compiling RxSwift GroupedObservable.swift
[93/175] Compiling RxSwift HistoricalScheduler.swift
[94/175] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[95/175] Compiling RxSwift ImmediateSchedulerType.swift
[96/175] Compiling RxSwift InfiniteSequence.swift
[97/175] Compiling RxSwift InvocableScheduledItem.swift
[98/175] Compiling RxSwift InvocableType.swift
[99/175] Compiling RxSwift Just.swift
[100/175] Compiling RxSwift Lock.swift
[101/175] Compiling RxSwift LockOwnerType.swift
[102/175] Compiling RxSwift MainScheduler.swift
[103/175] Compiling RxSwift Map.swift
[104/175] Compiling RxSwift Materialize.swift
[105/175] Compiling RxSwift Maybe.swift
[106/175] Compiling RxSwift Merge.swift
[107/175] Compiling RxSwift Multicast.swift
[108/175] Compiling RxSwift Never.swift
[109/175] Compiling RxSwift NopDisposable.swift
[110/175] Compiling RxSwift Dematerialize.swift
[111/175] Compiling RxSwift Deprecated.swift
[112/175] Compiling RxSwift DispatchQueue+Extensions.swift
[113/175] Compiling RxSwift DispatchQueueConfiguration.swift
[114/175] Compiling RxSwift Disposable.swift
[115/175] Compiling RxSwift Disposables.swift
[116/175] Compiling RxSwift DisposeBag.swift
[117/175] Compiling RxSwift DisposeBase.swift
[118/175] Compiling RxSwift DistinctUntilChanged.swift
[119/175] Compiling RxSwift Do.swift
[120/175] Compiling RxSwift ElementAt.swift
[121/175] Compiling RxSwift Empty.swift
[122/175] Compiling RxSwift Enumerated.swift
[123/175] Compiling RxSwift Error.swift
[124/175] Compiling RxSwift Errors.swift
[125/175] Compiling RxSwift Event.swift
[126/175] Compiling RxSwift Filter.swift
[127/175] Compiling RxSwift First.swift
[128/175] Compiling RxSwift Generate.swift
[130/175] Compiling RxSwift Reactive.swift
[131/175] Compiling RxSwift RecursiveLock.swift
[132/175] Compiling RxSwift RecursiveScheduler.swift
[133/175] Compiling RxSwift Reduce.swift
[134/175] Compiling RxSwift RefCountDisposable.swift
[135/175] Compiling RxSwift Repeat.swift
[136/175] Compiling RxSwift ReplaySubject.swift
[137/175] Compiling RxSwift RetryWhen.swift
[138/175] Compiling RxSwift Rx.swift
[139/175] Compiling RxSwift RxMutableBox.swift
[140/175] Compiling RxSwift Sample.swift
[141/175] Compiling RxSwift Scan.swift
[142/175] Compiling RxSwift ScheduledDisposable.swift
[143/175] Compiling RxSwift ScheduledItem.swift
[144/175] Compiling RxSwift ScheduledItemType.swift
[145/175] Compiling RxSwift SchedulerServices+Emulation.swift
[146/175] Compiling RxSwift SchedulerType.swift
[147/175] Compiling RxSwift Sequence.swift
[148/175] Compiling RxSwift SerialDispatchQueueScheduler.swift
[149/175] Wrapping AST for CoreCLI for debugging
[151/175] Compiling RxSwift SynchronizedUnsubscribeType.swift
[152/175] Compiling RxSwift TailRecursiveSink.swift
[153/175] Compiling RxSwift Take.swift
[154/175] Compiling RxSwift TakeLast.swift
[155/175] Compiling RxSwift TakeUntil.swift
[156/175] Compiling RxSwift TakeWhile.swift
[157/175] Compiling RxSwift Throttle.swift
[158/175] Compiling RxSwift Timeout.swift
[159/175] Compiling RxSwift Timer.swift
[160/175] Compiling RxSwift ToArray.swift
[161/175] Compiling RxSwift Using.swift
[162/175] Compiling RxSwift VirtualTimeConverterType.swift
[163/175] Compiling RxSwift VirtualTimeScheduler.swift
[164/175] Compiling RxSwift Window.swift
[165/175] Compiling RxSwift WithLatestFrom.swift
[166/175] Compiling RxSwift Zip+Collection.swift
[167/175] Compiling RxSwift Zip+arity.swift
[168/175] Compiling RxSwift Zip.swift
[168/175] Wrapping AST for ShellOut for debugging
BUILD FAILURE 6.0 linux