The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Fastlane, reference 2.222.0 (e1ab95), with Swift 5.10 for Linux on 26 Jul 2024 21:43:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fastlane/fastlane.git
Reference: 2.222.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.222.0    -> FETCH_HEAD
HEAD is now at e1ab951 Version bump to 2.222.0 (#22159)
Cloned https://github.com/fastlane/fastlane.git
Revision (git rev-parse @):
e1ab951b63aeb7a669b415708ffbe0e1346c0f59
SUCCESS checkout https://github.com/fastlane/fastlane.git at 2.222.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/fastlane/fastlane.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f0b51be07fbc8a0d4d15ad969175777a256c8ed4ef7ff1497c5f9d7800160a18
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell from cache (0.28s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.93s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling SwiftShell Lazy-split.swift
[5/13] Compiling SwiftShell String.swift
[6/13] Compiling SwiftShell Array.swift
[7/13] Compiling SwiftShell Process.swift
[8/13] Compiling SwiftShell Stream.swift
[9/13] Compiling SwiftShell Context.swift
[10/13] Compiling SwiftShell Bash.swift
[11/13] Compiling SwiftShell Command.swift
[12/13] Emitting module SwiftShell
[13/13] Compiling SwiftShell Files.swift
[15/42] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[16/42] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[17/42] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[18/42] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[19/45] 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:60:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func memoizedClosure<T>(_ closure: @escaping () throws -> T) -> (Bool) throws -> T {
                             ^
/host/spi-builder-workspace/fastlane/swift/Runner.swift:59:33: note: 'T' previously declared here
    static func waitWithPolling<T>(_ expression: @autoclosure @escaping () throws -> T, toEventually predicate: @escaping (T) -> Bool, timeout: Int, pollingInterval: DispatchTimeInterval = .milliseconds(4)) -> DispatchTimeoutResult {
                                ^
/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)
                                                ^
[20/45] 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:60:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func memoizedClosure<T>(_ closure: @escaping () throws -> T) -> (Bool) throws -> T {
                             ^
/host/spi-builder-workspace/fastlane/swift/Runner.swift:59:33: note: 'T' previously declared here
    static func waitWithPolling<T>(_ expression: @autoclosure @escaping () throws -> T, toEventually predicate: @escaping (T) -> Bool, timeout: Int, pollingInterval: DispatchTimeInterval = .milliseconds(4)) -> DispatchTimeoutResult {
                                ^
/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)
                                                ^
[21/45] 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:60:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func memoizedClosure<T>(_ closure: @escaping () throws -> T) -> (Bool) throws -> T {
                             ^
/host/spi-builder-workspace/fastlane/swift/Runner.swift:59:33: note: 'T' previously declared here
    static func waitWithPolling<T>(_ expression: @autoclosure @escaping () throws -> T, toEventually predicate: @escaping (T) -> Bool, timeout: Int, pollingInterval: DispatchTimeInterval = .milliseconds(4)) -> DispatchTimeoutResult {
                                ^
/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)
                                                ^
[22/45] 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:60:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func memoizedClosure<T>(_ closure: @escaping () throws -> T) -> (Bool) throws -> T {
                             ^
/host/spi-builder-workspace/fastlane/swift/Runner.swift:59:33: note: 'T' previously declared here
    static func waitWithPolling<T>(_ expression: @autoclosure @escaping () throws -> T, toEventually predicate: @escaping (T) -> Bool, timeout: Int, pollingInterval: DispatchTimeInterval = .milliseconds(4)) -> DispatchTimeoutResult {
                                ^
/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)
                                                ^
[23/45] Compiling Fastlane RunnerArgument.swift
[24/45] Compiling Fastlane Scanfile.swift
[25/45] Compiling Fastlane ScanfileProtocol.swift
[26/45] Compiling Fastlane Screengrabfile.swift
[27/45] Compiling Fastlane ScreengrabfileProtocol.swift
[28/45] Compiling Fastlane Snapshotfile.swift
[29/45] Compiling Fastlane SnapshotfileProtocol.swift
[30/45] 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)) {
                                                                  ^~~~~~~~~~~
[31/45] 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)) {
                                                                  ^~~~~~~~~~~
[32/45] 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)) {
                                                                  ^~~~~~~~~~~
[33/45] 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)) {
                                                                  ^~~~~~~~~~~
[34/45] Compiling Fastlane Matchfile.swift
[35/45] Compiling Fastlane MatchfileProtocol.swift
[36/45] Compiling Fastlane OptionalConfigValue.swift
[37/45] Compiling Fastlane Precheckfile.swift
[38/45] 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:74:82: error: cannot find type 'CFString' 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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[39/45] 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:74:82: error: cannot find type 'CFString' 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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[40/45] 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:74:82: error: cannot find type 'CFString' 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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/45] 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() {
    ~^~~~~

[42/45] Compiling Fastlane Deliverfile.swift
[43/45] Compiling Fastlane DeliverfileProtocol.swift
[44/45] Compiling Fastlane Fastfile.swift
[45/45] Compiling Fastlane Fastlane.swift
error: fatalError
BUILD FAILURE 5.10 linux