The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftymocky with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MakeAWishFoundation/SwiftyMocky.git
Reference: 4.2.0
Cloned https://github.com/MakeAWishFoundation/SwiftyMocky.git into spi-builder-workspace
SUCCESS checkout https://github.com/MakeAWishFoundation/SwiftyMocky.git at 4.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kylef/Commander
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/tuist/xcodeproj
[1/1588] Fetching commander
[526/2993] Fetching commander, pathkit
[2994/22891] Fetching commander, pathkit, xcodeproj
Fetching https://github.com/luoxiu/Chalk
Fetching https://github.com/tadija/AEXML.git
Fetched https://github.com/kylef/Commander (1.18s)
Fetched https://github.com/kylef/PathKit (1.18s)
Fetched https://github.com/tuist/xcodeproj (1.21s)
Fetching https://github.com/JohnSundell/ShellOut
[1/329] Fetching chalk
[330/2355] Fetching chalk, aexml
[2356/3033] Fetching chalk, aexml, shellout
Fetched https://github.com/luoxiu/Chalk (0.21s)
Fetching https://github.com/jpsim/Yams
Fetched https://github.com/tadija/AEXML.git (0.21s)
Fetching https://github.com/luoxiu/Rainbow
Fetched https://github.com/JohnSundell/ShellOut (0.19s)
Fetching https://github.com/kylef/Spectre.git
[1/234] Fetching rainbow
[235/1255] Fetching rainbow, spectre
Fetched https://github.com/luoxiu/Rainbow (0.19s)
Fetched https://github.com/kylef/Spectre.git (0.19s)
[1/8748] Fetching yams
Fetched https://github.com/jpsim/Yams (1.23s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 3.0.1 (0.99s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.26s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.9.2 (0.98s)
Computing version for https://github.com/luoxiu/Chalk
Computed https://github.com/luoxiu/Chalk at 0.2.1 (0.28s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 8.3.1 (0.30s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (0.28s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.29s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (0.28s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.28s)
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 8.3.1
Creating working copy for https://github.com/luoxiu/Rainbow
Working copy of https://github.com/luoxiu/Rainbow resolved at 0.1.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 3.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.9.2
Creating working copy for https://github.com/luoxiu/Chalk
Working copy of https://github.com/luoxiu/Chalk resolved at 0.2.1
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Building for debugging...
[0/17] Compiling writer.c
[1/17] Compiling reader.c
[2/17] Compiling parser.c
[2/17] Compiling api.c
[4/56] Compiling emitter.c
[5/69] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/106] Emitting module Mocky_Example_macOS
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[8/109] Emitting module Commander
[9/110] Compiling Commander CommandType.swift
[10/110] Compiling Commander Group.swift
[11/110] Compiling Commander ArgumentConvertible.swift
[12/110] Compiling Commander ArgumentDescription.swift
[13/110] Compiling Commander Command.swift
[14/110] Compiling Commander CommandRunner.swift
[17/110] Compiling Mocky_Example_macOS AllLiteralsContainerProtocol.swift
[18/110] Compiling Mocky_Example_macOS EdgeCasesProtocols.swift
[19/110] Compiling Mocky_Example_macOS ItemsRepository.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[20/110] Compiling Mocky_Example_macOS MultiThreadAccess.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[21/110] Compiling Mocky_Example_macOS NonSwiftProtocol.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[22/110] Compiling Mocky_Example_macOS ProtocolWithAttributes.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[23/110] Compiling Mocky_Example_macOS ProtocolsWithCustomAttributes.swift
[24/110] Compiling Mocky_Example_macOS ProtocolWithStaticMembers.swift
[25/112] Compiling Rainbow NSRegularExpression.swift
[26/112] Compiling Rainbow Double.swift
[27/112] Compiling Commander Error.swift
[29/112] Compiling Mocky_Example_macOS ProtocolWithThrowingMethods.swift
[32/112] Compiling Mocky_Example_macOS ProtocolsWithCollections.swift
[33/112] Compiling Mocky_Example_macOS SimpleProtocols.swift
[34/112] Compiling Commander ArgumentParser.swift
[35/113] Compiling Mocky_Example_macOS SelfConstrainedProtocol.swift
[36/113] Compiling Mocky_Example_macOS UnnamedAttributesProtocol.swift
[37/113] Compiling Mocky_Example_macOS VariadicParametersProtocol.swift
[40/113] Emitting module Shared
[44/114] Compiling Mocky_Example_macOS ProtocolsWithClosures.swift
[45/114] Compiling Mocky_Example_macOS SuggestionRepository.swift
[48/114] Compiling SwiftyMocky Utils.swift
[49/114] Compiling Mocky_Example_macOS ProtocolWithInitializers.swift
[50/114] Compiling Mocky_Example_macOS ProtocolsWithGenerics.swift
[51/114] Compiling Mocky_Example_macOS ProtocolWithProperties.swift
[52/114] Compiling Mocky_Example_macOS ProtocolMethodsThatDifferOnlyInReturnType.swift
[53/114] Compiling SwiftyPrototype SwiftyMockyTestObserver.swift
/host/spi-builder-workspace/Sources/SwiftyPrototype/SwiftyMockyTestObserver.swift:5:6: error: Objective-C interoperability is disabled
    @objc public static func setup() {
    ~^~~~~
    
[54/114] Compiling SwiftyPrototype Utils.swift
[57/114] Compiling ShellOut ShellOut.swift
[58/114] Emitting module ShellOut
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:29: error: cannot find 'XCTIssue' in scope
            testCase.record(XCTIssue(
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:22: error: value of type 'XCTestCase' has no member 'record'
            testCase.record(XCTIssue(
            ~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:60:24: error: cannot infer contextual base in reference to member 'system'
                type: .system,
                      ~^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:62:38: error: 'nil' requires a contextual type
                detailedDescription: nil,
                                     ^
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:37: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:53: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:64:34: error: 'nil' requires a contextual type
                associatedError: nil,
                                 ^
[60/114] Compiling SwiftyMocky SwiftyMockyTestObserver.swift
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:29: error: cannot find 'XCTIssue' in scope
            testCase.record(XCTIssue(
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:22: error: value of type 'XCTestCase' has no member 'record'
            testCase.record(XCTIssue(
            ~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:60:24: error: cannot infer contextual base in reference to member 'system'
                type: .system,
                      ~^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:62:38: error: 'nil' requires a contextual type
                detailedDescription: nil,
                                     ^
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:37: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:53: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:64:34: error: 'nil' requires a contextual type
                associatedError: nil,
                                 ^
[61/114] Emitting module PathKit
[62/114] Compiling PathKit PathKit.swift
[65/117] Compiling Mocky_Example_macOS ProtocolWithMethodWithManyParameters.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[66/117] Compiling Mocky_Example_macOS ProtocolWithSubscripts.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[67/117] Compiling Mocky_Example_macOS SampleService.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[68/117] Compiling Mocky_Example_macOS ExampleProtocols.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[69/117] Compiling Mocky_Example_macOS Excluded.generated.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[70/117] Compiling Mocky_Example_macOS GenericProtocols.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[71/117] Compiling Mocky_Example_macOS InoutParameterProtocols.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/118] Emitting module SwiftyPrototype
/host/spi-builder-workspace/Sources/SwiftyPrototype/SwiftyMockyTestObserver.swift:5:6: error: Objective-C interoperability is disabled
    @objc public static func setup() {
    ~^~~~~
    
[91/118] Compiling Shared Utils.swift
[92/118] Emitting module SwiftyMocky
[100/118] Compiling Shared Policies.swift
[101/118] Compiling Shared Parameter.swift
[102/118] Compiling Shared Stubbing.swift
[104/120] Compiling Rainbow Color+Cocoa.swift
[105/120] Compiling Rainbow Color.swift
[106/120] Compiling Rainbow Colors.swift
[107/120] Emitting module Rainbow
error: fatalError
error: fatalError
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1