The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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/TDmZkXJm/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
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell from cache (0.18s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.03s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fastlane",
      "name": "Fastlane",
      "url": "https://github.com/fastlane/fastlane.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fastlane",
      "dependencies": [
        {
          "identity": "swiftshell",
          "name": "SwiftShell",
          "url": "https://github.com/kareman/SwiftShell",
          "version": "5.1.0",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fastlane/fastlane.git from cache
Fetched https://github.com/fastlane/fastlane.git from cache (0.76s)
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell from cache (0.15s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.02s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/fastlane/fastlane.git
Working copy of https://github.com/fastlane/fastlane.git resolved at 2.220.0 (152b382)
warning: '.resolve-product-dependencies': dependency 'fastlane' is not used by any target
Found 1 product dependencies
  - SwiftShell
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/fastlane/fastlane.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/12] Emitting module SwiftShell
[5/12] Compiling SwiftShell Lazy-split.swift
[6/12] Compiling SwiftShell Context.swift
[7/12] Compiling SwiftShell Files.swift
[8/12] Compiling SwiftShell Process.swift
[9/12] Compiling SwiftShell Bash.swift
[10/12] Compiling SwiftShell Command.swift
[11/12] Compiling SwiftShell Array.swift
[12/12] Compiling SwiftShell Stream.swift
[13/13] Compiling SwiftShell String.swift
[14/41] Compiling Fastlane PrecheckfileProtocol.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                                ^
[15/41] Compiling Fastlane RubyCommand.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                                ^
[16/41] Compiling Fastlane RubyCommandable.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                                ^
[17/41] Compiling Fastlane Runner.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                                ^
[18/44] Compiling Fastlane SocketClient.swift
[19/44] Compiling Fastlane SocketClientDelegateProtocol.swift
[20/44] Compiling Fastlane SocketResponse.swift
[21/44] Compiling Fastlane RunnerArgument.swift
[22/44] Compiling Fastlane Scanfile.swift
[23/44] Compiling Fastlane ScanfileProtocol.swift
[24/44] Compiling Fastlane Screengrabfile.swift
[25/44] Compiling Fastlane Appfile.swift
[26/44] Compiling Fastlane ArgumentProcessor.swift
[27/44] Compiling Fastlane Atomic.swift
[28/44] Compiling Fastlane ControlCommand.swift
[29/44] Emitting module Fastlane
[30/44] Compiling Fastlane Gymfile.swift
[31/44] Compiling Fastlane GymfileProtocol.swift
[32/44] Compiling Fastlane LaneFileProtocol.swift
[33/44] Compiling Fastlane MainProcess.swift
[34/44] Compiling Fastlane ScreengrabfileProtocol.swift
[35/44] Compiling Fastlane Snapshotfile.swift
[36/44] Compiling Fastlane SnapshotfileProtocol.swift
[37/44] Compiling Fastlane Matchfile.swift
[38/44] Compiling Fastlane MatchfileProtocol.swift
[39/44] Compiling Fastlane OptionalConfigValue.swift
[40/44] Compiling Fastlane Precheckfile.swift
[41/44] Compiling Fastlane Deliverfile.swift
[42/44] Compiling Fastlane DeliverfileProtocol.swift
[43/44] Compiling Fastlane Fastfile.swift
[44/44] Compiling Fastlane Fastlane.swift
Build complete! (8.54s)
Build complete.
Done.