The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Fastlane with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fastlane/fastlane.git
Reference: 2.220.0
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/fastlane/fastlane
 * tag               2.220.0    -> FETCH_HEAD
HEAD is now at 152b382 Version bump to 2.220.0 (#21943)
Cloned https://github.com/fastlane/fastlane.git
Revision (git rev-parse @):
152b38262f3a5563c07133555ecc080c4f8e43e0
SUCCESS checkout https://github.com/fastlane/fastlane.git at 2.220.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/fastlane/fastlane.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell (0.41s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.13s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Building for debugging...
[1/9] Compiling SwiftShell Process.swift
[2/9] Compiling SwiftShell Array.swift
[3/10] Compiling SwiftShell Files.swift
[4/10] Compiling SwiftShell String.swift
[5/10] Compiling SwiftShell Lazy-split.swift
[6/10] Compiling SwiftShell Stream.swift
[7/10] Compiling SwiftShell Bash.swift
[8/10] Compiling SwiftShell Command.swift
[9/10] Emitting module SwiftShell
[10/10] Compiling SwiftShell Context.swift
[13/40] Compiling Fastlane Gymfile.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[14/40] Compiling Fastlane GymfileProtocol.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[15/40] Compiling Fastlane LaneFileProtocol.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[16/40] Compiling Fastlane MainProcess.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[17/43] Compiling Fastlane Appfile.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[18/43] Compiling Fastlane ArgumentProcessor.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[19/43] Compiling Fastlane Atomic.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[20/43] Compiling Fastlane ControlCommand.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[21/43] Compiling Fastlane ScreengrabfileProtocol.swift
[22/43] Compiling Fastlane Snapshotfile.swift
[23/43] Compiling Fastlane SnapshotfileProtocol.swift
[24/43] Compiling Fastlane PrecheckfileProtocol.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[25/43] Compiling Fastlane RubyCommand.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[26/43] Compiling Fastlane RubyCommandable.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[27/43] Compiling Fastlane Runner.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[28/43] Compiling Fastlane SocketClient.swift
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:70:35: error: cannot find type 'CFReadStream' in scope
        var readStream: Unmanaged<CFReadStream>?
                                  ^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:71:36: error: cannot find type 'CFWriteStream' in scope
        var writeStream: Unmanaged<CFWriteStream>?
                                   ^~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:13: error: cannot find 'CFStreamCreatePairWithSocketToHost' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:48: error: cannot find 'kCFAllocatorDefault' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:149:35: warning: result of call to 'write(_:maxLength:)' is unused
                self.outputStream.write(buffer.assumingMemoryBound(to: UInt8.self), maxLength: data.count)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[29/43] Compiling Fastlane SocketClientDelegateProtocol.swift
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:70:35: error: cannot find type 'CFReadStream' in scope
        var readStream: Unmanaged<CFReadStream>?
                                  ^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:71:36: error: cannot find type 'CFWriteStream' in scope
        var writeStream: Unmanaged<CFWriteStream>?
                                   ^~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:13: error: cannot find 'CFStreamCreatePairWithSocketToHost' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:48: error: cannot find 'kCFAllocatorDefault' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:149:35: warning: result of call to 'write(_:maxLength:)' is unused
                self.outputStream.write(buffer.assumingMemoryBound(to: UInt8.self), maxLength: data.count)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[30/43] Compiling Fastlane SocketResponse.swift
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:70:35: error: cannot find type 'CFReadStream' in scope
        var readStream: Unmanaged<CFReadStream>?
                                  ^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:71:36: error: cannot find type 'CFWriteStream' in scope
        var writeStream: Unmanaged<CFWriteStream>?
                                   ^~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:13: error: cannot find 'CFStreamCreatePairWithSocketToHost' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:48: error: cannot find 'kCFAllocatorDefault' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:149:35: warning: result of call to 'write(_:maxLength:)' is unused
                self.outputStream.write(buffer.assumingMemoryBound(to: UInt8.self), maxLength: data.count)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[31/43] Compiling Fastlane Matchfile.swift
[32/43] Compiling Fastlane MatchfileProtocol.swift
[33/43] Compiling Fastlane OptionalConfigValue.swift
[34/43] Compiling Fastlane Precheckfile.swift
[35/43] Compiling Fastlane RunnerArgument.swift
[36/43] Compiling Fastlane Scanfile.swift
[37/43] Compiling Fastlane ScanfileProtocol.swift
[38/43] Compiling Fastlane Screengrabfile.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/43] Emitting module Fastlane
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

[40/43] Compiling Fastlane Deliverfile.swift
[41/43] Compiling Fastlane DeliverfileProtocol.swift
[42/43] Compiling Fastlane Fastfile.swift
[43/43] Compiling Fastlane Fastlane.swift
[0/1] Planning build
Building for debugging...
[1/15] Compiling Fastlane Gymfile.swift
[2/15] Compiling Fastlane GymfileProtocol.swift
[3/15] Compiling Fastlane Atomic.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[4/15] Compiling Fastlane ControlCommand.swift
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:44:41: error: cannot find type 'OSSpinLock' in scope
        let spin = UnsafeMutablePointer<OSSpinLock>.allocate(capacity: 1)
                                        ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:45:29: error: cannot find 'OS_SPINLOCK_INIT' in scope
        spin.initialize(to: OS_SPINLOCK_INIT)
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:51:47: error: cannot find type 'os_unfair_lock' in scope
        let unfairLock = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:52:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:58:9: error: cannot find 'OSSpinLockLock' in scope
        OSSpinLockLock(lock)
        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:63:9: error: cannot find 'OSSpinLockUnlock' in scope
        OSSpinLockUnlock(lock)
        ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:68:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(lock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:73:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(lock)
        ^~~~~~~~~~~~~~~~~~~~~
[5/15] Compiling Fastlane LaneFileProtocol.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[6/15] Compiling Fastlane MainProcess.swift
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:56:30: error: cannot find 'class_copyMethodList' in scope
            let methodList = class_copyMethodList(type(of: fastfileInstance!), &methodCount)
                             ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:27: error: cannot find 'sel_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                          ^~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:59:39: error: cannot find 'method_getName' in scope
            let selName = sel_getName(method_getName(methodList![i]))
                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:90:66: error: cannot find 'className' in scope
            let fastfileType: AnyObject.Type = NSClassFromString(className())!
                                                                 ^~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:92:77: error: constructing an object of class type 'NSObject' with a metatype value must use a 'required' initializer
            let currentFastfileInstance: Fastfile? = fastfileAsNSObjectType.init() as? Fastfile
                                                     ~~~~~~~~~~~~~~~~~~~~~~ ^
Foundation.NSObject:2:12: note: selected non-required initializer 'init()'
    public init()
           ^
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:38: error: cannot find 'NSSelectorFromString' in scope
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
                                     ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:141:30: error: value of type 'LaneFile' has no member 'perform'
        _ = fastfileInstance.perform(NSSelectorFromString(laneMethod), with: parameters)
            ~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:43:53: error: '#selector' can only be used with the Objective-C runtime
            thread = Thread(target: self, selector: #selector(connectToFastlaneAndRunLane), object: fastFile)
                                                    ^
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:75:67: error: cannot find 'RunLoopMode' in scope
        while !process.doneRunningLane, RunLoop.current.run(mode: RunLoopMode.defaultRunLoopMode, before: Date(timeIntervalSinceNow: 2)) {
                                                                  ^~~~~~~~~~~
[7/17] Compiling Fastlane RubyCommandable.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[8/17] Compiling Fastlane Runner.swift
/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:108:49: error: '#selector' can only be used with the Objective-C runtime
        thread = Thread(target: self, selector: #selector(startSocketComs), object: nil)
                                                ^
[9/17] Compiling Fastlane SocketClient.swift
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:70:35: error: cannot find type 'CFReadStream' in scope
        var readStream: Unmanaged<CFReadStream>?
                                  ^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:71:36: error: cannot find type 'CFWriteStream' in scope
        var writeStream: Unmanaged<CFWriteStream>?
                                   ^~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:13: error: cannot find 'CFStreamCreatePairWithSocketToHost' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:48: error: cannot find 'kCFAllocatorDefault' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:149:35: warning: result of call to 'write(_:maxLength:)' is unused
                self.outputStream.write(buffer.assumingMemoryBound(to: UInt8.self), maxLength: data.count)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[10/17] Compiling Fastlane SocketClientDelegateProtocol.swift
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:70:35: error: cannot find type 'CFReadStream' in scope
        var readStream: Unmanaged<CFReadStream>?
                                  ^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:71:36: error: cannot find type 'CFWriteStream' in scope
        var writeStream: Unmanaged<CFWriteStream>?
                                   ^~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:13: error: cannot find 'CFStreamCreatePairWithSocketToHost' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:74:48: error: cannot find 'kCFAllocatorDefault' in scope
            CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, self.host as CFString, self.port, &readStream, &writeStream)
                                               ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/SocketClient.swift:149:35: warning: result of call to 'write(_:maxLength:)' is unused
                self.outputStream.write(buffer.assumingMemoryBound(to: UInt8.self), maxLength: data.count)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[11/17] Compiling Fastlane PrecheckfileProtocol.swift
[12/17] Compiling Fastlane RubyCommand.swift
[13/19] Compiling Fastlane Precheckfile.swift
[14/19] Compiling Fastlane OptionalConfigValue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/19] Compiling Fastlane Appfile.swift
[16/19] Compiling Fastlane ArgumentProcessor.swift
[17/19] Emitting module Fastlane
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:49: error: cannot find type 'OSSpinLock' in scope
    static func make() -> Self where Pointee == OSSpinLock {
                                                ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:49: error: cannot find type 'os_unfair_lock' in scope
    static func make() -> Self where Pointee == os_unfair_lock {
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:50:17: error: invalid redeclaration of 'make()'
    static func make() -> Self where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:43:17: note: 'make()' previously declared here
    static func make() -> Self where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:53: error: cannot find type 'OSSpinLock' in scope
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:55: error: cannot find type 'OSSpinLock' in scope
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:53: error: cannot find type 'os_unfair_lock' in scope
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                                                    ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:67:17: error: invalid redeclaration of 'lock'
    static func lock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:57:17: note: 'lock' previously declared here
    static func lock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:55: error: cannot find type 'os_unfair_lock' in scope
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                                                      ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:72:17: error: invalid redeclaration of 'unlock'
    static func unlock(_ lock: Self) where Pointee == os_unfair_lock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:62:17: note: 'unlock' previously declared here
    static func unlock(_ lock: Self) where Pointee == OSSpinLock {
                ^
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:120:43: error: cannot find type 'os_unfair_lock' in scope
    typealias Lock = UnsafeMutablePointer<os_unfair_lock>
                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/Atomic.swift:137:43: error: cannot find type 'OSSpinLock' in scope
    typealias Lock = UnsafeMutablePointer<OSSpinLock>
                                          ^~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/LaneFileProtocol.swift:30:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/fastlane/swift/MainProcess.swift:28:6: error: Objective-C interoperability is disabled
    @objc func connectToFastlaneAndRunLane(_ fastfile: LaneFile?) {
    ~^~~~~

/host/spi-builder-workspace/fastlane/swift/Runner.swift:136:6: error: Objective-C interoperability is disabled
    @objc func startSocketComs() {
    ~^~~~~

[18/19] Compiling Fastlane SocketResponse.swift
[19/19] Compiling Fastlane Fastlane.swift
BUILD FAILURE 5.8 linux

Build Machine: Linux 2