The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build XPkg, reference main (56068d), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 03:06:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Xpkg.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Xpkg
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 56068d1 Added better version output, and --about command.
Cloned https://github.com/elegantchaos/Xpkg.git
Revision (git rev-parse @):
56068d160f173316a367666ab79a91af02701198
SUCCESS checkout https://github.com/elegantchaos/Xpkg.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/Xpkg.git
https://github.com/elegantchaos/Xpkg.git
{
  "dependencies" : [
    {
      "identity" : "commandshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/CommandShell.git"
    },
    {
      "identity" : "expressions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Expressions.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "runner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Runner.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "versionator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Versionator.git"
    },
    {
      "identity" : "xpkgpackage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XPkgPackage.git"
    }
  ],
  "manifest_display_name" : "XPkg",
  "name" : "XPkg",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xpkg",
      "targets" : [
        "XPkgCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XPkgTests",
      "module_type" : "SwiftTarget",
      "name" : "XPkgTests",
      "path" : "Tests/XPkgTests",
      "sources" : [
        "XCTestManifests.swift",
        "XPkgTests.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XPkgCore",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCore",
      "path" : "Sources/XPkgCore",
      "product_dependencies" : [
        "CommandShell",
        "Expressions",
        "Files",
        "Logger",
        "Runner",
        "SemanticVersion",
        "XPkgPackage"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "Commands/CheckCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/LinkCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/PathCommand.swift",
        "Commands/RebuildCommand.swift",
        "Commands/ReinstallCommand.swift",
        "Commands/RemoveCommand.swift",
        "Commands/RenameCommand.swift",
        "Commands/RepairCommand.swift",
        "Commands/RevealCommand.swift",
        "Commands/UpdateCommand.swift",
        "Engine.swift",
        "Failure.swift",
        "Package.swift",
        "URL+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XPkgCommand",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCommand",
      "path" : "Sources/XPkgCommand",
      "product_dependencies" : [
        "VersionatorPlugin"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
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/elegantchaos/XPkgPackage.git
Fetching from https://github.com/elegantchaos/Versionator.git
Fetching from https://github.com/elegantchaos/Logger.git
Fetching from https://github.com/elegantchaos/SemanticVersion.git
Fetching from https://github.com/elegantchaos/Runner.git
Fetching from https://github.com/elegantchaos/Files.git
Fetching from https://github.com/elegantchaos/Expressions.git
Fetching from https://github.com/elegantchaos/CommandShell.git
Fetching from https://github.com/elegantchaos/XCTestExtensions.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/elegantchaos/Matchable.git
Creating working copy of package ‘SemanticVersion’
Checking out 1.1.2 of package ‘SemanticVersion’
Creating working copy of package ‘Versionator’
Checking out 1.0.3 of package ‘Versionator’
Creating working copy of package ‘Matchable’
Checking out 1.0.7 of package ‘Matchable’
Creating working copy of package ‘Logger’
Checking out 1.8.2 of package ‘Logger’
Creating working copy of package ‘XPkgPackage’
Checking out 1.2.0 of package ‘XPkgPackage’
Creating working copy of package ‘Expressions’
Checking out 1.1.1 of package ‘Expressions’
Creating working copy of package ‘swift-argument-parser’
Checking out 0.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘CommandShell’
Checking out 2.1.5 of package ‘CommandShell’
Creating working copy of package ‘Files’
Checking out 1.2.2 of package ‘Files’
Creating working copy of package ‘Runner’
Checking out 1.3.3 of package ‘Runner’
Creating working copy of package ‘XCTestExtensions’
Checking out 1.5.1 of package ‘XCTestExtensions’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  CommandShell: https://github.com/elegantchaos/CommandShell.git @ 2.1.5
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Versionator: https://github.com/elegantchaos/Versionator.git @ 1.0.3
  Expressions: https://github.com/elegantchaos/Expressions.git @ 1.1.1
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  XPkgPackage: https://github.com/elegantchaos/XPkgPackage.git @ 1.2.0
  Runner: https://github.com/elegantchaos/Runner.git @ 1.3.3
  XPkg: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, Matchable, XCTestExtensions, CommandShell, Files, Versionator, Expressions, Logger, SemanticVersion, XPkgPackage, Runner, XPkg
{
  "dependencies" : [
    {
      "identity" : "commandshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/CommandShell.git"
    },
    {
      "identity" : "expressions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Expressions.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "runner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Runner.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "versionator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Versionator.git"
    },
    {
      "identity" : "xpkgpackage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XPkgPackage.git"
    }
  ],
  "manifest_display_name" : "XPkg",
  "name" : "XPkg",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xpkg",
      "targets" : [
        "XPkgCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XPkgTests",
      "module_type" : "SwiftTarget",
      "name" : "XPkgTests",
      "path" : "Tests/XPkgTests",
      "sources" : [
        "XCTestManifests.swift",
        "XPkgTests.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XPkgCore",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCore",
      "path" : "Sources/XPkgCore",
      "product_dependencies" : [
        "CommandShell",
        "Expressions",
        "Files",
        "Logger",
        "Runner",
        "SemanticVersion",
        "XPkgPackage"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "Commands/CheckCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/LinkCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/PathCommand.swift",
        "Commands/RebuildCommand.swift",
        "Commands/ReinstallCommand.swift",
        "Commands/RemoveCommand.swift",
        "Commands/RenameCommand.swift",
        "Commands/RepairCommand.swift",
        "Commands/RevealCommand.swift",
        "Commands/UpdateCommand.swift",
        "Engine.swift",
        "Failure.swift",
        "Package.swift",
        "URL+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XPkgCommand",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCommand",
      "path" : "Sources/XPkgCommand",
      "product_dependencies" : [
        "VersionatorPlugin"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CommandShell",
      "Configure",
      "Expressions",
      "Files",
      "Files-Package",
      "FilesKit",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "Runner",
      "VersionatorPlugin",
      "XCTestExtensions",
      "xpkg",
      "XPkg",
      "XPkg-Package",
      "XPkgPackage"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XPkg-Package -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 XPkg-Package -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:
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  XPkg: /Users/admin/builder/spi-builder-workspace
  CommandShell: https://github.com/elegantchaos/CommandShell.git @ 2.1.5
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Runner: https://github.com/elegantchaos/Runner.git @ 1.3.3
  Expressions: https://github.com/elegantchaos/Expressions.git @ 1.1.1
  XPkgPackage: https://github.com/elegantchaos/XPkgPackage.git @ 1.2.0
  Versionator: https://github.com/elegantchaos/Versionator.git @ 1.0.3
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “VersionatorPlugin” in package “versionator”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/VersionatorPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 7e3936e01b87e06205f9f595494fa2797c8fcdef3468bb1481a10cffca3cbda2
Apply build tool plug-in “VersionatorPlugin” to target “XPkgCommand” in package “spi-builder-workspace”
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x12df18be0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: XPkgCommand
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Calculating Version"), executable: "/${BUILD_DIR}/${CONFIGURATION}/VersionatorTool", arguments: ["/Users/admin/builder/spi-builder-workspace", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'XPkgCommand' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'XPkgTests' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'xpkg' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
    Target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'VersionatorTool' in project 'Versionator'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'VersionatorTool' in project 'Versionator'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner' (no dependencies)
    Target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
    Target 'Expressions' in project 'Expressions' (no dependencies)
    Target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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)
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
    Target 'Logger' in project 'Logger' (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 -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0947af2505fa68276eb1b74a314c6fd4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0947af2505fa68276eb1b74a314c6fd4.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CommandShell' from project 'CommandShell')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'xpkg' from project 'XPkg')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'XPkgCore' from project 'XPkg')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'XPkgCommand' from project 'XPkg')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XPkg-Package
(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:
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  Versionator: https://github.com/elegantchaos/Versionator.git @ 1.0.3
  CommandShell: https://github.com/elegantchaos/CommandShell.git @ 2.1.5
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Runner: https://github.com/elegantchaos/Runner.git @ 1.3.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  XPkgPackage: https://github.com/elegantchaos/XPkgPackage.git @ 1.2.0
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  XPkg: /Users/admin/builder/spi-builder-workspace
  Expressions: https://github.com/elegantchaos/Expressions.git @ 1.1.1
resolved source packages: SemanticVersion, Versionator, CommandShell, Matchable, XCTestExtensions, Files, Runner, swift-argument-parser, XPkgPackage, Logger, XPkg, Expressions
{
  "dependencies" : [
    {
      "identity" : "commandshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/CommandShell.git"
    },
    {
      "identity" : "expressions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Expressions.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "runner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Runner.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "versionator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Versionator.git"
    },
    {
      "identity" : "xpkgpackage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XPkgPackage.git"
    }
  ],
  "manifest_display_name" : "XPkg",
  "name" : "XPkg",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xpkg",
      "targets" : [
        "XPkgCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XPkgTests",
      "module_type" : "SwiftTarget",
      "name" : "XPkgTests",
      "path" : "Tests/XPkgTests",
      "sources" : [
        "XCTestManifests.swift",
        "XPkgTests.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XPkgCore",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCore",
      "path" : "Sources/XPkgCore",
      "product_dependencies" : [
        "CommandShell",
        "Expressions",
        "Files",
        "Logger",
        "Runner",
        "SemanticVersion",
        "XPkgPackage"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "Commands/CheckCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/LinkCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/PathCommand.swift",
        "Commands/RebuildCommand.swift",
        "Commands/ReinstallCommand.swift",
        "Commands/RemoveCommand.swift",
        "Commands/RenameCommand.swift",
        "Commands/RepairCommand.swift",
        "Commands/RevealCommand.swift",
        "Commands/UpdateCommand.swift",
        "Engine.swift",
        "Failure.swift",
        "Package.swift",
        "URL+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XPkgCommand",
      "module_type" : "SwiftTarget",
      "name" : "XPkgCommand",
      "path" : "Sources/XPkgCommand",
      "product_dependencies" : [
        "VersionatorPlugin"
      ],
      "product_memberships" : [
        "xpkg"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XPkgCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CommandShell",
      "Configure",
      "Expressions",
      "Files",
      "Files-Package",
      "FilesKit",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "Runner",
      "VersionatorPlugin",
      "XCTestExtensions",
      "xpkg",
      "XPkg",
      "XPkg-Package",
      "XPkgPackage"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XPkg-Package -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 XPkg-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  XPkgPackage: https://github.com/elegantchaos/XPkgPackage.git @ 1.2.0
  XPkg: /Users/admin/builder/spi-builder-workspace
  Expressions: https://github.com/elegantchaos/Expressions.git @ 1.1.1
  Runner: https://github.com/elegantchaos/Runner.git @ 1.3.3
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  CommandShell: https://github.com/elegantchaos/CommandShell.git @ 2.1.5
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 0.5.0
  Versionator: https://github.com/elegantchaos/Versionator.git @ 1.0.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “VersionatorPlugin” in package “versionator”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/VersionatorPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 7e3936e01b87e06205f9f595494fa2797c8fcdef3468bb1481a10cffca3cbda2
Apply build tool plug-in “VersionatorPlugin” to target “XPkgCommand” in package “spi-builder-workspace”
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x11b8068c0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: XPkgCommand
        prebuildCommandOutputPaths: []
        buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Calculating Version"), executable: "/${BUILD_DIR}/${CONFIGURATION}/VersionatorTool", arguments: ["/Users/admin/builder/spi-builder-workspace", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift"], environment: [:], workingDir: nil, inputPaths: [], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/XPkgCommand/VersionatorPlugin/GeneratedSources/Version.generated.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'XPkgCommand' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'XPkgTests' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'xpkg' in project 'XPkg'
        ➜ Explicit dependency on target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'VersionatorPlugin' in project 'Versionator'
    Target 'VersionatorPlugin' in project 'Versionator'
        ➜ Explicit dependency on target 'VersionatorTool' in project 'Versionator'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'VersionatorTool' in project 'Versionator'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner' (no dependencies)
    Target 'XPkgCore' in project 'XPkg'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
    Target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'XPkgPackage' in project 'XPkgPackage'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner'
        ➜ Explicit dependency on target 'Runner' in project 'Runner'
    Target 'Runner' in project 'Runner' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'Expressions' in project 'Expressions'
        ➜ Explicit dependency on target 'Expressions' in project 'Expressions'
    Target 'Expressions' in project 'Expressions' (no dependencies)
    Target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'CommandShell' in project 'CommandShell'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    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)
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
    Target 'Logger' in project 'Logger' (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 -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cf6d916ac518f90995450b1593fcd558
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cf6d916ac518f90995450b1593fcd558.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CommandShell' from project 'CommandShell')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'XPkgCommand' from project 'XPkg')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'XPkgCore' from project 'XPkg')
error: The package product 'Logger' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'xpkg' from project 'XPkg')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XPkg-Package
(1 failure)
BUILD FAILURE 6.1 iOS