The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Swiftlane, reference main (61d9fb), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 20:22:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swiftlane -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/Swiftlane.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/Swiftlane
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61d9fbb Merge pull request #65 from donnywdavis/main
Cloned https://github.com/onmyway133/Swiftlane.git
Revision (git rev-parse @):
61d9fbb3b910b7728f7d8878f7e6f3f09f9ad452
SUCCESS checkout https://github.com/onmyway133/Swiftlane.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/onmyway133/Swiftlane.git
https://github.com/onmyway133/Swiftlane.git
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcbeautify"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "xcparse",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChargePoint/xcparse"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "appstoreconnect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onmyway133/AppStoreConnect"
    }
  ],
  "manifest_display_name" : "Swiftlane",
  "name" : "Swiftlane",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Swiftlane",
      "targets" : [
        "Swiftlane"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlaneTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlaneTests",
      "path" : "Tests/SwiftlaneTests",
      "sources" : [
        "SwiftlaneTests.swift"
      ],
      "target_dependencies" : [
        "Swiftlane"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiftlane",
      "module_type" : "SwiftTarget",
      "name" : "Swiftlane",
      "path" : "Sources",
      "product_dependencies" : [
        "XCParseCore",
        "XcbeautifyLib",
        "Files",
        "AppStoreConnect",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "Swiftlane"
      ],
      "sources" : [
        "Swiftlane/Actions/File/Download.swift",
        "Swiftlane/Actions/File/MoveFile.swift",
        "Swiftlane/Actions/Standard/AppCenter.swift",
        "Swiftlane/Actions/Standard/PrintWorkingDirectory.swift",
        "Swiftlane/Actions/Standard/RunScript.swift",
        "Swiftlane/Actions/Standard/Slack.swift",
        "Swiftlane/Actions/iOS/ASC.swift",
        "Swiftlane/Actions/iOS/Archive.swift",
        "Swiftlane/Actions/iOS/Build.swift",
        "Swiftlane/Actions/iOS/ExportArchive.swift",
        "Swiftlane/Actions/iOS/GetBuildSettings.swift",
        "Swiftlane/Actions/iOS/Keychain.swift",
        "Swiftlane/Actions/iOS/Project.swift",
        "Swiftlane/Actions/iOS/Screenshot.swift",
        "Swiftlane/Actions/iOS/Test.swift",
        "Swiftlane/Actions/iOS/UploadASC.swift",
        "Swiftlane/Actions/iOS/Xcode.swift",
        "Swiftlane/Actions/macOS/Notarize.swift",
        "Swiftlane/Library/Core/Args.swift",
        "Swiftlane/Library/Core/CommandLine/CommandLine.swift",
        "Swiftlane/Library/Core/CommandLine/ProcessHandler.swift",
        "Swiftlane/Library/Core/CommandLine/XcodebuildProcessHandler.swift",
        "Swiftlane/Library/Core/Console.swift",
        "Swiftlane/Library/Core/Environment.swift",
        "Swiftlane/Library/Core/FileSystem.swift",
        "Swiftlane/Library/Core/PlistBuilder.swift",
        "Swiftlane/Library/Core/Settings.swift",
        "Swiftlane/Library/Core/SwiftlaneError.swift",
        "Swiftlane/Library/Core/Workflow.swift",
        "Swiftlane/Library/Extensions/Bool+extensions.swift",
        "Swiftlane/Library/Extensions/Data+extensions.swift",
        "Swiftlane/Library/Extensions/String+extensions.swift",
        "Swiftlane/Library/Extensions/URL+extension.swift",
        "Swiftlane/Library/Tools/ALTool.swift",
        "Swiftlane/Library/Tools/Xcodebuild.swift",
        "Swiftlane/Library/Vendor/XCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/JohnSundell/Files.git
Fetching from https://github.com/ChargePoint/xcparse
Fetching from https://github.com/yahoojapan/SwiftyXMLParser
Fetching from https://github.com/onmyway133/AppStoreConnect
Fetching from https://github.com/tuist/xcbeautify
Fetching from https://github.com/kean/Get
Fetching from https://github.com/kean/URLQueryEncoder
Fetching from https://github.com/kean/NaiveDate
Fetching from https://github.com/vapor/jwt-kit
Fetching from https://github.com/apple/swift-tools-support-core.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/MaxDesiatov/XMLCoder.git (cached)
Fetching from https://github.com/getGuaka/Colorizer.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘Get’
Checking out 0.8.0 of package ‘Get’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘SwiftyXMLParser’
Checking out 5.6.0 of package ‘SwiftyXMLParser’
Creating working copy of package ‘AppStoreConnect’
Checking out 0.0.8 of package ‘AppStoreConnect’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.3.1 of package ‘swift-argument-parser’
Creating working copy of package ‘NaiveDate’
Checking out 1.1.0 of package ‘NaiveDate’
Creating working copy of package ‘swift-tools-support-core’
Checking out 0.3.0 of package ‘swift-tools-support-core’
Creating working copy of package ‘Colorizer’
Checking out 0.2.1 of package ‘Colorizer’
Creating working copy of package ‘Files’
Checking out 4.2.0 of package ‘Files’
Creating working copy of package ‘URLQueryEncoder’
Checking out 0.2.1 of package ‘URLQueryEncoder’
Creating working copy of package ‘jwt-kit’
Checking out 4.13.5 of package ‘jwt-kit’
Creating working copy of package ‘swift-system’
Checking out 1.1.1 of package ‘swift-system’
Creating working copy of package ‘xcparse’
Checking out 2.3.2 of package ‘xcparse’
Creating working copy of package ‘xcbeautify’
Checking out 1.7.0 of package ‘xcbeautify’
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  Get: https://github.com/kean/Get @ 0.8.0
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  xcbeautify: https://github.com/tuist/xcbeautify @ 1.7.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.3.1
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
resolved source packages: swift-crypto, NaiveDate, Colorizer, Get, Swiftlane, AppStoreConnect, xcbeautify, swift-argument-parser, Files, swift-asn1, jwt-kit, XMLCoder, SwiftyXMLParser, swift-system, swift-tools-support-core, URLQueryEncoder, xcparse
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcbeautify"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "xcparse",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChargePoint/xcparse"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "appstoreconnect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onmyway133/AppStoreConnect"
    }
  ],
  "manifest_display_name" : "Swiftlane",
  "name" : "Swiftlane",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Swiftlane",
      "targets" : [
        "Swiftlane"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlaneTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlaneTests",
      "path" : "Tests/SwiftlaneTests",
      "sources" : [
        "SwiftlaneTests.swift"
      ],
      "target_dependencies" : [
        "Swiftlane"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiftlane",
      "module_type" : "SwiftTarget",
      "name" : "Swiftlane",
      "path" : "Sources",
      "product_dependencies" : [
        "XCParseCore",
        "XcbeautifyLib",
        "Files",
        "AppStoreConnect",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "Swiftlane"
      ],
      "sources" : [
        "Swiftlane/Actions/File/Download.swift",
        "Swiftlane/Actions/File/MoveFile.swift",
        "Swiftlane/Actions/Standard/AppCenter.swift",
        "Swiftlane/Actions/Standard/PrintWorkingDirectory.swift",
        "Swiftlane/Actions/Standard/RunScript.swift",
        "Swiftlane/Actions/Standard/Slack.swift",
        "Swiftlane/Actions/iOS/ASC.swift",
        "Swiftlane/Actions/iOS/Archive.swift",
        "Swiftlane/Actions/iOS/Build.swift",
        "Swiftlane/Actions/iOS/ExportArchive.swift",
        "Swiftlane/Actions/iOS/GetBuildSettings.swift",
        "Swiftlane/Actions/iOS/Keychain.swift",
        "Swiftlane/Actions/iOS/Project.swift",
        "Swiftlane/Actions/iOS/Screenshot.swift",
        "Swiftlane/Actions/iOS/Test.swift",
        "Swiftlane/Actions/iOS/UploadASC.swift",
        "Swiftlane/Actions/iOS/Xcode.swift",
        "Swiftlane/Actions/macOS/Notarize.swift",
        "Swiftlane/Library/Core/Args.swift",
        "Swiftlane/Library/Core/CommandLine/CommandLine.swift",
        "Swiftlane/Library/Core/CommandLine/ProcessHandler.swift",
        "Swiftlane/Library/Core/CommandLine/XcodebuildProcessHandler.swift",
        "Swiftlane/Library/Core/Console.swift",
        "Swiftlane/Library/Core/Environment.swift",
        "Swiftlane/Library/Core/FileSystem.swift",
        "Swiftlane/Library/Core/PlistBuilder.swift",
        "Swiftlane/Library/Core/Settings.swift",
        "Swiftlane/Library/Core/SwiftlaneError.swift",
        "Swiftlane/Library/Core/Workflow.swift",
        "Swiftlane/Library/Extensions/Bool+extensions.swift",
        "Swiftlane/Library/Extensions/Data+extensions.swift",
        "Swiftlane/Library/Extensions/String+extensions.swift",
        "Swiftlane/Library/Extensions/URL+extension.swift",
        "Swiftlane/Library/Tools/ALTool.swift",
        "Swiftlane/Library/Tools/Xcodebuild.swift",
        "Swiftlane/Library/Vendor/XCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swiftlane"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swiftlane -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Swiftlane -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  Get: https://github.com/kean/Get @ 0.8.0
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  xcbeautify: https://github.com/tuist/xcbeautify @ 1.7.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.3.1
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (36 targets)
    Target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'SwiftyXMLParser' in project 'SwiftyXMLParser' (no dependencies)
    Target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'CJWTKitBoringSSL' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'CJWTKitBoringSSL' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'CJWTKitBoringSSL' in project 'jwt-kit' (no dependencies)
    Target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
    Target 'URLQueryEncoder' in project 'URLQueryEncoder' (no dependencies)
    Target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
    Target 'NaiveDate' in project 'NaiveDate' (no dependencies)
    Target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'Get' in project 'Get'
    Target 'Get' in project 'Get' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
    Target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
    Target 'Colorizer' in project 'Colorizer' (no dependencies)
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
    Target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 7ffc90123b5b68dee8a4bb663f50f006
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7ffc90123b5b68dee8a4bb663f50f006.xcbuilddata
error: The package product 'AppStoreConnect' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Swiftlane' from project 'Swiftlane')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Swiftlane
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  xcbeautify: https://github.com/tuist/xcbeautify @ 1.7.0
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.3.1
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  Get: https://github.com/kean/Get @ 0.8.0
resolved source packages: xcbeautify, URLQueryEncoder, swift-crypto, xcparse, Colorizer, swift-argument-parser, Swiftlane, NaiveDate, swift-asn1, swift-tools-support-core, SwiftyXMLParser, Files, swift-system, jwt-kit, AppStoreConnect, XMLCoder, Get
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcbeautify"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "xcparse",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChargePoint/xcparse"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    },
    {
      "identity" : "appstoreconnect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onmyway133/AppStoreConnect"
    }
  ],
  "manifest_display_name" : "Swiftlane",
  "name" : "Swiftlane",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Swiftlane",
      "targets" : [
        "Swiftlane"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftlaneTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlaneTests",
      "path" : "Tests/SwiftlaneTests",
      "sources" : [
        "SwiftlaneTests.swift"
      ],
      "target_dependencies" : [
        "Swiftlane"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiftlane",
      "module_type" : "SwiftTarget",
      "name" : "Swiftlane",
      "path" : "Sources",
      "product_dependencies" : [
        "XCParseCore",
        "XcbeautifyLib",
        "Files",
        "AppStoreConnect",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "Swiftlane"
      ],
      "sources" : [
        "Swiftlane/Actions/File/Download.swift",
        "Swiftlane/Actions/File/MoveFile.swift",
        "Swiftlane/Actions/Standard/AppCenter.swift",
        "Swiftlane/Actions/Standard/PrintWorkingDirectory.swift",
        "Swiftlane/Actions/Standard/RunScript.swift",
        "Swiftlane/Actions/Standard/Slack.swift",
        "Swiftlane/Actions/iOS/ASC.swift",
        "Swiftlane/Actions/iOS/Archive.swift",
        "Swiftlane/Actions/iOS/Build.swift",
        "Swiftlane/Actions/iOS/ExportArchive.swift",
        "Swiftlane/Actions/iOS/GetBuildSettings.swift",
        "Swiftlane/Actions/iOS/Keychain.swift",
        "Swiftlane/Actions/iOS/Project.swift",
        "Swiftlane/Actions/iOS/Screenshot.swift",
        "Swiftlane/Actions/iOS/Test.swift",
        "Swiftlane/Actions/iOS/UploadASC.swift",
        "Swiftlane/Actions/iOS/Xcode.swift",
        "Swiftlane/Actions/macOS/Notarize.swift",
        "Swiftlane/Library/Core/Args.swift",
        "Swiftlane/Library/Core/CommandLine/CommandLine.swift",
        "Swiftlane/Library/Core/CommandLine/ProcessHandler.swift",
        "Swiftlane/Library/Core/CommandLine/XcodebuildProcessHandler.swift",
        "Swiftlane/Library/Core/Console.swift",
        "Swiftlane/Library/Core/Environment.swift",
        "Swiftlane/Library/Core/FileSystem.swift",
        "Swiftlane/Library/Core/PlistBuilder.swift",
        "Swiftlane/Library/Core/Settings.swift",
        "Swiftlane/Library/Core/SwiftlaneError.swift",
        "Swiftlane/Library/Core/Workflow.swift",
        "Swiftlane/Library/Extensions/Bool+extensions.swift",
        "Swiftlane/Library/Extensions/Data+extensions.swift",
        "Swiftlane/Library/Extensions/String+extensions.swift",
        "Swiftlane/Library/Extensions/URL+extension.swift",
        "Swiftlane/Library/Tools/ALTool.swift",
        "Swiftlane/Library/Tools/Xcodebuild.swift",
        "Swiftlane/Library/Vendor/XCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swiftlane"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swiftlane -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Swiftlane -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  xcbeautify: https://github.com/tuist/xcbeautify @ 1.7.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.3.1
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  Get: https://github.com/kean/Get @ 0.8.0
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (36 targets)
    Target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'Swiftlane' in project 'Swiftlane'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
        ➜ Explicit dependency on target 'SwiftyXMLParser' in project 'SwiftyXMLParser'
    Target 'SwiftyXMLParser' in project 'SwiftyXMLParser' (no dependencies)
    Target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'AppStoreConnect' in project 'AppStoreConnect'
        ➜ Explicit dependency on target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'CJWTKitBoringSSL' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'CJWTKitBoringSSL' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
    Target 'CJWTKitBoringSSL' in project 'jwt-kit' (no dependencies)
    Target 'URLQueryEncoder' in project 'URLQueryEncoder'
        ➜ Explicit dependency on target 'URLQueryEncoder' in project 'URLQueryEncoder'
    Target 'URLQueryEncoder' in project 'URLQueryEncoder' (no dependencies)
    Target 'NaiveDate' in project 'NaiveDate'
        ➜ Explicit dependency on target 'NaiveDate' in project 'NaiveDate'
    Target 'NaiveDate' in project 'NaiveDate' (no dependencies)
    Target 'Get' in project 'Get'
        ➜ Explicit dependency on target 'Get' in project 'Get'
    Target 'Get' in project 'Get' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XcbeautifyLib' in project 'xcbeautify'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder'
        ➜ Explicit dependency on target 'XMLCoder' in project 'XMLCoder'
    Target 'XMLCoder' in project 'XMLCoder' (no dependencies)
    Target 'Colorizer' in project 'Colorizer'
        ➜ Explicit dependency on target 'Colorizer' in project 'Colorizer'
    Target 'Colorizer' in project 'Colorizer' (no dependencies)
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
    Target 'SwiftToolsSupport-auto' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 417b17e53ef64642fc5b371cab806d5c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/417b17e53ef64642fc5b371cab806d5c.xcbuilddata
error: The package product 'AppStoreConnect' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'Swiftlane' from project 'Swiftlane')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Swiftlane
(1 failure)
BUILD FAILURE 6.1 iOS