The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fastlane with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

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 /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/fastlane/fastlane.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling SwiftShell Array.swift
[2/9] Compiling SwiftShell Stream.swift
[3/9] Compiling SwiftShell Bash.swift
[4/9] Compiling SwiftShell Command.swift
[5/9] Compiling SwiftShell Process.swift
[6/9] Compiling SwiftShell Lazy-split.swift
[7/9] Emitting module SwiftShell
[8/9] Compiling SwiftShell Files.swift
[9/9] Compiling SwiftShell Context.swift
[10/10] Compiling SwiftShell String.swift
[11/38] Compiling Fastlane RunnerArgument.swift
[12/38] Compiling Fastlane Scanfile.swift
[13/38] Compiling Fastlane ScanfileProtocol.swift
[14/38] Compiling Fastlane Screengrabfile.swift
[15/41] Compiling Fastlane ScreengrabfileProtocol.swift
[16/41] Compiling Fastlane Snapshotfile.swift
[17/41] Compiling Fastlane SnapshotfileProtocol.swift
[18/41] Compiling Fastlane Matchfile.swift
[19/41] Compiling Fastlane MatchfileProtocol.swift
[20/41] Compiling Fastlane OptionalConfigValue.swift
[21/41] Compiling Fastlane Precheckfile.swift
[22/41] Compiling Fastlane PrecheckfileProtocol.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                                ^
[23/41] Compiling Fastlane RubyCommand.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                                ^
[24/41] Compiling Fastlane RubyCommandable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                                ^
[25/41] Compiling Fastlane Runner.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/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 {
                                ^
[26/41] Compiling Fastlane Gymfile.swift
[27/41] Compiling Fastlane GymfileProtocol.swift
[28/41] Compiling Fastlane LaneFileProtocol.swift
[29/41] Compiling Fastlane MainProcess.swift
[30/41] Compiling Fastlane SocketClient.swift
[31/41] Compiling Fastlane SocketClientDelegateProtocol.swift
[32/41] Compiling Fastlane SocketResponse.swift
[33/41] Emitting module Fastlane
[34/41] Compiling Fastlane Appfile.swift
[35/41] Compiling Fastlane ArgumentProcessor.swift
[36/41] Compiling Fastlane Atomic.swift
[37/41] Compiling Fastlane ControlCommand.swift
[38/41] Compiling Fastlane Deliverfile.swift
[39/41] Compiling Fastlane DeliverfileProtocol.swift
[40/41] Compiling Fastlane Fastfile.swift
[41/41] Compiling Fastlane Fastlane.swift
Build complete! (10.41s)
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell (0.15s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.36s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Build complete.
Done.

Build Machine: Mac 7