The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Fastlane with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" 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.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.10
Building package at path:  $workDir
https://github.com/fastlane/fastlane.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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 from cache (0.35s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.95s)
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/12] Compiling SwiftShell Stream.swift
[6/13] Compiling SwiftShell Array.swift
[7/13] Compiling SwiftShell Process.swift
[8/13] Compiling SwiftShell Files.swift
[9/13] Compiling SwiftShell String.swift
[10/13] Compiling SwiftShell Context.swift
[11/13] Emitting module SwiftShell
[12/13] Compiling SwiftShell Bash.swift
[13/13] Compiling SwiftShell Command.swift
[15/42] 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)) {
                                                                  ^~~~~~~~~~~
[16/42] 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)) {
                                                                  ^~~~~~~~~~~
[17/42] 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)) {
                                                                  ^~~~~~~~~~~
[18/42] 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)) {
                                                                  ^~~~~~~~~~~
[19/45] Compiling Fastlane Matchfile.swift
[20/45] Compiling Fastlane MatchfileProtocol.swift
[21/45] Compiling Fastlane OptionalConfigValue.swift
[22/45] Compiling Fastlane Precheckfile.swift
[23/45] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[24/45] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[25/45] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[26/45] 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)
        ^~~~~~~~~~~~~~~~~~~~~
[27/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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[28/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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[29/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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[30/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)
                                                ^
[31/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)
                                                ^
[32/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)
                                                ^
[33/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)
                                                ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/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() {
    ~^~~~~

[35/45] Compiling Fastlane Deliverfile.swift
[36/45] Compiling Fastlane DeliverfileProtocol.swift
[37/45] Compiling Fastlane Fastfile.swift
[38/45] Compiling Fastlane Fastlane.swift
[39/45] Compiling Fastlane RunnerArgument.swift
[40/45] Compiling Fastlane Scanfile.swift
[41/45] Compiling Fastlane ScanfileProtocol.swift
[42/45] Compiling Fastlane Screengrabfile.swift
[43/45] Compiling Fastlane ScreengrabfileProtocol.swift
[44/45] Compiling Fastlane Snapshotfile.swift
[45/45] Compiling Fastlane SnapshotfileProtocol.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling Fastlane Gymfile.swift
[3/16] Compiling Fastlane GymfileProtocol.swift
[4/17] 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)) {
                                                                  ^~~~~~~~~~~
[5/17] 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)) {
                                                                  ^~~~~~~~~~~
[6/18] 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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[7/18] 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)
                                  ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/18] Compiling Fastlane PrecheckfileProtocol.swift
[9/18] Compiling Fastlane RubyCommand.swift
[10/18] 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)
                                                ^
[11/18] 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)
                                                ^
[12/20] Compiling Fastlane SocketResponse.swift
[13/20] Compiling Fastlane Precheckfile.swift
[14/20] Compiling Fastlane OptionalConfigValue.swift
[15/20] Compiling Fastlane Appfile.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Compiling Fastlane ArgumentProcessor.swift
[17/20] 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/20] 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/20] 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() {
    ~^~~~~

[20/20] Compiling Fastlane Fastlane.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1