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 0.1.5 (92829e), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 20:22:46 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=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/Swiftlane.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/Swiftlane
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 92829e0 Generate plist for export options
Cloned https://github.com/onmyway133/Swiftlane.git
Revision (git rev-parse @):
92829e0b761e801cd48c2798c5c2390962183363
SUCCESS checkout https://github.com/onmyway133/Swiftlane.git at 0.1.5
========================================
Build
========================================
Selected platform:         tvOS
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" : "0.11.0",
            "upper_bound" : "1.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/onmyway133/AppStoreConnect
Fetching from https://github.com/tuist/xcbeautify
Fetching from https://github.com/ChargePoint/xcparse
Fetching from https://github.com/yahoojapan/SwiftyXMLParser
Fetching from https://github.com/kean/Get
Fetching from https://github.com/kean/NaiveDate
Fetching from https://github.com/vapor/jwt-kit
Fetching from https://github.com/kean/URLQueryEncoder
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 ‘Files’
Checking out 4.2.0 of package ‘Files’
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 ‘NaiveDate’
Checking out 1.1.0 of package ‘NaiveDate’
Creating working copy of package ‘xcbeautify’
Checking out 0.21.1 of package ‘xcbeautify’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
Creating working copy of package ‘xcparse’
Checking out 2.3.2 of package ‘xcparse’
Creating working copy of package ‘Colorizer’
Checking out 0.2.1 of package ‘Colorizer’
Creating working copy of package ‘URLQueryEncoder’
Checking out 0.2.1 of package ‘URLQueryEncoder’
Creating working copy of package ‘Get’
Checking out 0.8.0 of package ‘Get’
Creating working copy of package ‘AppStoreConnect’
Checking out 0.0.8 of package ‘AppStoreConnect’
Creating working copy of package ‘swift-system’
Checking out 1.1.1 of package ‘swift-system’
Creating working copy of package ‘jwt-kit’
Checking out 4.13.5 of package ‘jwt-kit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.2.3 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
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’
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  xcbeautify: https://github.com/tuist/xcbeautify @ 0.21.1
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  Get: https://github.com/kean/Get @ 0.8.0
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
resolved source packages: swift-crypto, swift-tools-support-core, swift-argument-parser, xcbeautify, Swiftlane, swift-asn1, jwt-kit, NaiveDate, Colorizer, SwiftyXMLParser, AppStoreConnect, Files, swift-system, URLQueryEncoder, xcparse, Get, XMLCoder
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.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=tvOS 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=tvOS "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:
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  Get: https://github.com/kean/Get @ 0.8.0
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  xcbeautify: https://github.com/tuist/xcbeautify @ 0.21.1
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 2d97101106b73e2e5079f7ecee7d1091
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2d97101106b73e2e5079f7ecee7d1091.xcbuilddata
error: The package product 'AppStoreConnect' requires minimum platform version 13.0 for the tvOS 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:
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  Files: https://github.com/JohnSundell/Files.git @ 4.2.0
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  Colorizer: https://github.com/getGuaka/Colorizer.git @ 0.2.1
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  Swiftlane: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  Get: https://github.com/kean/Get @ 0.8.0
  xcbeautify: https://github.com/tuist/xcbeautify @ 0.21.1
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
resolved source packages: swift-system, swift-argument-parser, Files, URLQueryEncoder, jwt-kit, swift-asn1, NaiveDate, Colorizer, SwiftyXMLParser, xcparse, Swiftlane, swift-crypto, Get, xcbeautify, swift-tools-support-core, AppStoreConnect, XMLCoder
{
  "dependencies" : [
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.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=tvOS
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=tvOS
Resolve Package Graph
Resolved source packages:
  Get: https://github.com/kean/Get @ 0.8.0
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  xcbeautify: https://github.com/tuist/xcbeautify @ 0.21.1
  AppStoreConnect: https://github.com/onmyway133/AppStoreConnect @ 0.0.8
  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
  xcparse: https://github.com/ChargePoint/xcparse @ 2.3.2
  jwt-kit: https://github.com/vapor/jwt-kit @ 4.13.5
  URLQueryEncoder: https://github.com/kean/URLQueryEncoder @ 0.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  NaiveDate: https://github.com/kean/NaiveDate @ 1.1.0
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ 0.3.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
  XMLCoder: https://github.com/MaxDesiatov/XMLCoder.git @ 0.17.1
  SwiftyXMLParser: https://github.com/yahoojapan/SwiftyXMLParser @ 5.6.0
  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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 75a4c04fbd3bc992175e2b64f82b22c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/75a4c04fbd3bc992175e2b64f82b22c9.xcbuilddata
error: The package product 'AppStoreConnect' requires minimum platform version 13.0 for the tvOS 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 tvOS