The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ProgressLine, reference 0.2.4 (3bf0ac), with Swift 6.3 for iOS using Xcode 26.4 on 15 Apr 2026 14:26:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kattouf/ProgressLine.git
Reference: 0.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kattouf/ProgressLine
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 3bf0ac6 chore(release): Bump version to 0.2.4
Cloned https://github.com/kattouf/ProgressLine.git
Revision (git rev-parse @):
3bf0ac693493d6a682243a42238f4e9061e38fb2
SUCCESS checkout https://github.com/kattouf/ProgressLine.git at 0.2.4
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kattouf/ProgressLine.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/pointfreeco/swift-tagged.git
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 1.3.2 of package ‘swift-concurrency-extras’
Creating working copy of package ‘swift-tagged’
Checking out 0.10.0 of package ‘swift-tagged’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-tagged: https://github.com/pointfreeco/swift-tagged.git @ 0.10.0
  ProgressLine: /Users/admin/builder/spi-builder-workspace
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.3.2
resolved source packages: swift-argument-parser, swift-tagged, ProgressLine, swift-concurrency-extras
2026-04-15 10:26:31.738 xcodebuild[529:3068] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "ProgressLine",
  "name" : "ProgressLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "progressline",
      "targets" : [
        "progressline"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "progressline",
      "module_type" : "SwiftTarget",
      "name" : "progressline",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "TaggedTime",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "progressline"
      ],
      "sources" : [
        "ANSI.swift",
        "ActivityIndicator+CommandArgument.swift",
        "ActivityIndicator.swift",
        "ErrorMessage.swift",
        "FileHandler+AsyncStream.swift",
        "LogAllController.swift",
        "MatchesController.swift",
        "OriginalLogController.swift",
        "Printer.swift",
        "PrintersHolder.swift",
        "ProgressLine.swift",
        "ProgressLineController.swift",
        "ProgressLineFormatter.swift",
        "ProgressTracker.swift",
        "String+ANSI.swift",
        "Task+Periodic.swift",
        "UnderProgressLineLogger.swift",
        "Version.swift",
        "WindowSizeObserver.swift",
        "isTTY.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ProgressLine"
    ]
  }
}
2026-04-15 10:26:41.560 xcodebuild[756:4411] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressLine -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.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 ProgressLine -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  ProgressLine: /Users/admin/builder/spi-builder-workspace
  swift-tagged: https://github.com/pointfreeco/swift-tagged.git @ 0.10.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.3.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'progressline' in project 'ProgressLine'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
    Target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'Tagged' in project 'swift-tagged'
    Target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'Tagged' in project 'swift-tagged'
    Target 'Tagged' in project 'swift-tagged' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a8a8f9b3fa740dc5eb3e6c8a5908a113
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8a8f9b3fa740dc5eb3e6c8a5908a113.xcbuilddata
error: The package product 'ConcurrencyExtras' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'progressline' from project 'ProgressLine')
2026-04-15 10:26:45.433 xcodebuild[778:4540] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ProgressLine
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ProgressLine: /Users/admin/builder/spi-builder-workspace
  swift-tagged: https://github.com/pointfreeco/swift-tagged.git @ 0.10.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.3.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: ProgressLine, swift-tagged, swift-concurrency-extras, swift-argument-parser
2026-04-15 10:26:49.936 xcodebuild[878:5158] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "ProgressLine",
  "name" : "ProgressLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "progressline",
      "targets" : [
        "progressline"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "progressline",
      "module_type" : "SwiftTarget",
      "name" : "progressline",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "TaggedTime",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "progressline"
      ],
      "sources" : [
        "ANSI.swift",
        "ActivityIndicator+CommandArgument.swift",
        "ActivityIndicator.swift",
        "ErrorMessage.swift",
        "FileHandler+AsyncStream.swift",
        "LogAllController.swift",
        "MatchesController.swift",
        "OriginalLogController.swift",
        "Printer.swift",
        "PrintersHolder.swift",
        "ProgressLine.swift",
        "ProgressLineController.swift",
        "ProgressLineFormatter.swift",
        "ProgressTracker.swift",
        "String+ANSI.swift",
        "Task+Periodic.swift",
        "UnderProgressLineLogger.swift",
        "Version.swift",
        "WindowSizeObserver.swift",
        "isTTY.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ProgressLine"
    ]
  }
}
2026-04-15 10:26:52.025 xcodebuild[903:5295] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressLine -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.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 ProgressLine -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  ProgressLine: /Users/admin/builder/spi-builder-workspace
  swift-tagged: https://github.com/pointfreeco/swift-tagged.git @ 0.10.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras.git @ 1.3.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'progressline' in project 'ProgressLine'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
    Target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'Tagged' in project 'swift-tagged'
    Target 'TaggedTime' in project 'swift-tagged'
        ➜ Explicit dependency on target 'Tagged' in project 'swift-tagged'
    Target 'Tagged' in project 'swift-tagged' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a8a8f9b3fa740dc5eb3e6c8a5908a113
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a8a8f9b3fa740dc5eb3e6c8a5908a113.xcbuilddata
error: The package product 'ConcurrencyExtras' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'progressline' from project 'ProgressLine')
2026-04-15 10:26:53.830 xcodebuild[921:5399] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ProgressLine
(1 failure)
BUILD FAILURE 6.3 iOS