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

Successful build of Fastlane, reference 2.222.0 (e1ab95), with Swift 5.10 for macOS (SPM) on 26 Jul 2024 21:51:49 UTC.

Build Command

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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell from cache (1.77s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.10s)
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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fastlane",
      "name": "Fastlane",
      "url": "https://github.com/fastlane/fastlane.git",
      "version": "unspecified",
      "path": "/Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fastlane/fastlane.git
[1/228413] Fetching fastlane
Fetched https://github.com/fastlane/fastlane.git from cache (6.84s)
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell from cache (0.53s)
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
Creating working copy for https://github.com/fastlane/fastlane.git
Working copy of https://github.com/fastlane/fastlane.git resolved at 2.222.0 (e1ab951)
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:  $PWD
https://github.com/fastlane/fastlane.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/13] Compiling SwiftShell Array.swift
[5/13] Compiling SwiftShell Context.swift
[6/13] Compiling SwiftShell Process.swift
[7/13] Compiling SwiftShell Command.swift
[8/13] Compiling SwiftShell Bash.swift
[9/13] Emitting module SwiftShell
[10/13] Compiling SwiftShell Lazy-split.swift
[11/13] Compiling SwiftShell String.swift
[12/13] Compiling SwiftShell Files.swift
[13/13] Compiling SwiftShell Stream.swift
[14/41] Compiling Fastlane Appfile.swift
[15/41] Compiling Fastlane ArgumentProcessor.swift
[16/41] Compiling Fastlane Atomic.swift
[17/44] Compiling Fastlane Matchfile.swift
[18/44] Compiling Fastlane MatchfileProtocol.swift
[19/44] Compiling Fastlane OptionalConfigValue.swift
[20/44] Compiling Fastlane RubyCommandable.swift
/Users/admin/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/admin/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 {
                                ^
[21/44] Compiling Fastlane Runner.swift
/Users/admin/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/admin/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 {
                                ^
[22/44] Compiling Fastlane RunnerArgument.swift
/Users/admin/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/admin/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/44] Compiling Fastlane ScreengrabfileProtocol.swift
[24/44] Compiling Fastlane Snapshotfile.swift
[25/44] Compiling Fastlane SnapshotfileProtocol.swift
[26/44] Emitting module Fastlane
[27/44] Compiling Fastlane ControlCommand.swift
[28/44] Compiling Fastlane Deliverfile.swift
[29/44] Compiling Fastlane DeliverfileProtocol.swift
[30/44] Compiling Fastlane GymfileProtocol.swift
[31/44] Compiling Fastlane LaneFileProtocol.swift
[32/44] Compiling Fastlane MainProcess.swift
[33/44] Compiling Fastlane Scanfile.swift
[34/44] Compiling Fastlane ScanfileProtocol.swift
[35/44] Compiling Fastlane Screengrabfile.swift
[36/44] Compiling Fastlane Precheckfile.swift
[37/44] Compiling Fastlane PrecheckfileProtocol.swift
[38/44] Compiling Fastlane RubyCommand.swift
[39/44] Compiling Fastlane SocketClient.swift
[40/44] Compiling Fastlane SocketClientDelegateProtocol.swift
[41/44] Compiling Fastlane SocketResponse.swift
[42/44] Compiling Fastlane Fastfile.swift
[43/44] Compiling Fastlane Fastlane.swift
[44/44] Compiling Fastlane Gymfile.swift
Build complete! (10.00s)
Build complete.
Done.