The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XPkg, reference main (24bce2), with Swift 6.1 for macOS (SPM) on 30 Mar 2026 23:28:35 UTC.

Swift 6 data race errors: 13

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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 24bce2c Added a deprecation notice
Cloned https://github.com/elegantchaos/Xpkg.git
Revision (git rev-parse @):
24bce2cf6b812c419c458fb71c53197b62ad156e
SUCCESS checkout https://github.com/elegantchaos/Xpkg.git at main
========================================
Build
========================================
Selected platform:         macosSpm
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.1",
            "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" : "xpkgpackage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XPkgPackage.git"
    },
    {
      "identity" : "versionator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Versionator.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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[0/7] Write sources
[2/7] Write VersionatorTool-tool-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Emitting module Runner
[6/9] Compiling Runner Runner.swift
[7/11] Compiling VersionatorTool VersionatorTool.swift
[8/11] Emitting module VersionatorTool
[8/11] Write Objects.LinkFileList
[9/11] Linking VersionatorTool-tool
[10/11] Applying VersionatorTool-tool
[1/1] Compiling plugin VersionatorPlugin
Building for debugging...
[1/22] Write sources
[11/22] Write xpkg-entitlement.plist
[11/22] Write sources
[14/22] Write swift-version-2F0A5646E1D333AE.txt
[15/60] Write Objects.LinkFileList
[17/60] Emitting module ArgumentParserToolInfo
[18/60] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/60] Linking VersionatorTool-tool
[19/95] Calculating Version
[20/95] Write sources
[22/95] Compiling Logger NSLogHandler.swift
[23/95] Compiling Files URL+General.swift
[24/96] Compiling Logger ManagerSettings.swift
[25/96] Compiling Expressions Substitution.swift
[26/96] Compiling ArgumentParser ExpressibleByArgument.swift
[27/96] Compiling ArgumentParser ParsableArguments.swift
[28/96] Emitting module Files
[29/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/96] Compiling ArgumentParser CompletionsGenerator.swift
[31/96] Emitting module SemanticVersion
[32/96] Compiling SemanticVersion SemanticVersion.swift
[33/96] Compiling SemanticVersion SemanticVersion+Comparabl.swift
[34/96] Compiling ArgumentParser Option.swift
[35/96] Compiling ArgumentParser OptionGroup.swift
[36/96] Compiling Expressions Expressions.swift
[37/96] Emitting module Expressions
[38/96] Compiling Logger UserDefaultsManagerSettings.swift
[39/96] Compiling Logger PrintHandler.swift
[40/96] Compiling ArgumentParser Flag.swift
[41/96] Compiling ArgumentParser NameSpecification.swift
[42/96] Compiling ArgumentParser CommandConfiguration.swift
[43/96] Compiling ArgumentParser EnumerableFlag.swift
[44/96] Compiling Logger Handler.swift
[45/96] Compiling Logger Manager.swift
[46/96] Compiling Logger Context.swift
[47/96] Compiling Logger Channel.swift
[48/96] Emitting module Logger
[49/96] Compiling ArgumentParser CompletionKind.swift
[50/96] Compiling ArgumentParser Errors.swift
[51/96] Compiling Logger OSLogHandler.swift
[52/96] Compiling ArgumentParser Argument.swift
[53/96] Compiling ArgumentParser ArgumentHelp.swift
[54/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/96] Emitting module Runner
[57/96] Compiling Runner Runner.swift
[58/96] Compiling Files URL+Security.swift
[63/107] Emitting module ArgumentParser
[76/107] Compiling ArgumentParser DumpHelpGenerator.swift
[77/107] Compiling ArgumentParser HelpCommand.swift
[78/107] Compiling ArgumentParser HelpGenerator.swift
[79/107] Compiling ArgumentParser MessageInfo.swift
[80/107] Compiling ArgumentParser UsageGenerator.swift
[81/107] Compiling ArgumentParser CollectionExtensions.swift
[82/107] Compiling ArgumentParser Parsed.swift
[83/107] Compiling ArgumentParser ParsedValues.swift
[84/107] Compiling ArgumentParser ParserError.swift
[85/107] Compiling ArgumentParser SplitArguments.swift
[86/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[87/107] Compiling ArgumentParser ParsableCommand.swift
[88/107] Compiling ArgumentParser ArgumentDecoder.swift
[89/107] Compiling ArgumentParser ArgumentDefinition.swift
[90/107] Compiling ArgumentParser ArgumentSet.swift
[91/107] Compiling ArgumentParser CommandParser.swift
[92/107] Compiling ArgumentParser InputOrigin.swift
[93/107] Compiling ArgumentParser Name.swift
[94/107] Compiling ArgumentParser SequenceExtensions.swift
[95/107] Compiling ArgumentParser StringExtensions.swift
[96/107] Compiling ArgumentParser Tree.swift
[97/111] Compiling CommandShell CommandShellOptions.swift
[98/111] Compiling CommandShell CommandShell.swift
[99/111] Compiling CommandShell CommandEngine.swift
[100/111] Emitting module CommandShell
[101/111] Compiling XPkgPackage ResolvedLink.swift
[102/111] Compiling XPkgPackage PackageError.swift
[103/111] Compiling XPkgPackage Action.swift
[104/111] Compiling XPkgPackage Package.swift
[105/111] Compiling XPkgPackage InstalledPackage.swift
[106/111] Compiling XPkgPackage ManifestLink.swift
[107/111] Compiling XPkgPackage FileExtensions.swift
[108/111] Emitting module XPkgPackage
[109/128] Compiling XPkgCore Failure.swift
[110/128] Compiling XPkgCore RemoveCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RemoveCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "remove",
19 |         abstract: "Remove a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RenameCommand.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | public struct RenameCommand: ParsableCommand {
10 |
11 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         commandName: "rename",
13 |         abstract: "Rename a package."
[111/128] Compiling XPkgCore RenameCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RemoveCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "remove",
19 |         abstract: "Remove a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RenameCommand.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | public struct RenameCommand: ParsableCommand {
10 |
11 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         commandName: "rename",
13 |         abstract: "Rename a package."
[112/128] Compiling XPkgCore ListCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ListCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "list",
20 |         abstract: "List the installed packages."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/PathCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "path",
20 |         abstract: "Show the path of a package."
[113/128] Compiling XPkgCore PathCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ListCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "list",
20 |         abstract: "List the installed packages."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/PathCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "path",
20 |         abstract: "Show the path of a package."
[114/128] Compiling XPkgCore RepairCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RepairCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "repair",
16 |         abstract: "Attempt to repair a corrupt manifest."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RevealCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reveal",
17 |         abstract: "Reveal a package in the finder."
[115/128] Compiling XPkgCore RevealCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RepairCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "repair",
16 |         abstract: "Attempt to repair a corrupt manifest."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RevealCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reveal",
17 |         abstract: "Reveal a package in the finder."
[116/128] Compiling XPkgCore CheckCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/CheckCommand.swift:12:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public struct CheckCommand: ParsableCommand {
12 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         commandName: "check",
14 |         abstract: "Check that an installed package is ok."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InitCommand.swift:13:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | public struct InitCommand: ParsableCommand {
 13 |     static public var configuration: CommandConfiguration = CommandConfiguration(
    |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         commandName: "init",
 15 |         abstract: "Create a new package."
[117/128] Compiling XPkgCore InitCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/CheckCommand.swift:12:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public struct CheckCommand: ParsableCommand {
12 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         commandName: "check",
14 |         abstract: "Check that an installed package is ok."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InitCommand.swift:13:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | public struct InitCommand: ParsableCommand {
 13 |     static public var configuration: CommandConfiguration = CommandConfiguration(
    |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         commandName: "init",
 15 |         abstract: "Create a new package."
[118/128] Emitting module XPkgCore
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/CheckCommand.swift:12:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public struct CheckCommand: ParsableCommand {
12 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |         commandName: "check",
14 |         abstract: "Check that an installed package is ok."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InitCommand.swift:13:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |
 12 | public struct InitCommand: ParsableCommand {
 13 |     static public var configuration: CommandConfiguration = CommandConfiguration(
    |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         commandName: "init",
 15 |         abstract: "Create a new package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InstallCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "install",
19 |         abstract: "Install a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/LinkCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "link",
19 |         abstract: "Link an existing folder as a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ListCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "list",
20 |         abstract: "List the installed packages."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/PathCommand.swift:18:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |     @OptionGroup() var common: CommandShellOptions
17 |
18 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         commandName: "path",
20 |         abstract: "Show the path of a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RebuildCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "rebuild",
16 |         abstract: "Rebuild XPkg itself."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ReinstallCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reinstall",
17 |         abstract: "Re-install the package. This is the equivalent of doing remove <package> followed by install <package>."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RemoveCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "remove",
19 |         abstract: "Remove a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RenameCommand.swift:11:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | public struct RenameCommand: ParsableCommand {
10 |
11 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         commandName: "rename",
13 |         abstract: "Rename a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RepairCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "repair",
16 |         abstract: "Attempt to repair a corrupt manifest."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RevealCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reveal",
17 |         abstract: "Reveal a package in the finder."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/UpdateCommand.swift:16:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     @OptionGroup() var common: CommandShellOptions
15 |
16 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         commandName: "update",
18 |         abstract: "Update a package to the latest version."
[119/128] Compiling XPkgCore InstallCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InstallCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "install",
19 |         abstract: "Install a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/LinkCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "link",
19 |         abstract: "Link an existing folder as a package."
[120/128] Compiling XPkgCore LinkCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/InstallCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "install",
19 |         abstract: "Install a package."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/LinkCommand.swift:17:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     @OptionGroup() var common: CommandShellOptions
16 |
17 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |         commandName: "link",
19 |         abstract: "Link an existing folder as a package."
[121/128] Compiling XPkgCore Package.swift
[122/129] Compiling XPkgCore UpdateCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/UpdateCommand.swift:16:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     @OptionGroup() var common: CommandShellOptions
15 |
16 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         commandName: "update",
18 |         abstract: "Update a package to the latest version."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:30:7: warning: mutation of captured var 'data' in concurrently-executing code
 28 |
 29 |     let dataTask = self.dataTask(with: request) {
 30 |       data = $0
    |       `- warning: mutation of captured var 'data' in concurrently-executing code
 31 |       response = $1
 32 |       error = $2
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:31:7: warning: mutation of captured var 'response' in concurrently-executing code
 29 |     let dataTask = self.dataTask(with: request) {
 30 |       data = $0
 31 |       response = $1
    |       `- warning: mutation of captured var 'response' in concurrently-executing code
 32 |       error = $2
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:32:7: warning: mutation of captured var 'error' in concurrently-executing code
 30 |       data = $0
 31 |       response = $1
 32 |       error = $2
    |       `- warning: mutation of captured var 'error' in concurrently-executing code
 33 |
 34 |       semaphore.signal()
[123/129] Compiling XPkgCore Engine.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/UpdateCommand.swift:16:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     @OptionGroup() var common: CommandShellOptions
15 |
16 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         commandName: "update",
18 |         abstract: "Update a package to the latest version."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:30:7: warning: mutation of captured var 'data' in concurrently-executing code
 28 |
 29 |     let dataTask = self.dataTask(with: request) {
 30 |       data = $0
    |       `- warning: mutation of captured var 'data' in concurrently-executing code
 31 |       response = $1
 32 |       error = $2
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:31:7: warning: mutation of captured var 'response' in concurrently-executing code
 29 |     let dataTask = self.dataTask(with: request) {
 30 |       data = $0
 31 |       response = $1
    |       `- warning: mutation of captured var 'response' in concurrently-executing code
 32 |       error = $2
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Engine.swift:32:7: warning: mutation of captured var 'error' in concurrently-executing code
 30 |       data = $0
 31 |       response = $1
 32 |       error = $2
    |       `- warning: mutation of captured var 'error' in concurrently-executing code
 33 |
 34 |       semaphore.signal()
[124/129] Compiling XPkgCore RebuildCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RebuildCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "rebuild",
16 |         abstract: "Rebuild XPkg itself."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ReinstallCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reinstall",
17 |         abstract: "Re-install the package. This is the equivalent of doing remove <package> followed by install <package>."
[125/129] Compiling XPkgCore ReinstallCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/RebuildCommand.swift:14:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     @OptionGroup() var common: CommandShellOptions
13 |
14 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         commandName: "rebuild",
16 |         abstract: "Rebuild XPkg itself."
/Users/admin/builder/spi-builder-workspace/Sources/XPkgCore/Commands/ReinstallCommand.swift:15:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |     @OptionGroup() var common: CommandShellOptions
14 |
15 |     static public var configuration: CommandConfiguration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |         commandName: "reinstall",
17 |         abstract: "Re-install the package. This is the equivalent of doing remove <package> followed by install <package>."
[126/129] Compiling XPkgCore URL+Extensions.swift
[127/132] Compiling XPkgCommand Version.generated.swift
[128/132] Compiling XPkgCommand main.swift
[129/132] Emitting module XPkgCommand
[129/132] Write Objects.LinkFileList
[130/132] Linking xpkg
[131/132] Applying xpkg
Build complete! (31.26s)
Fetching https://github.com/elegantchaos/Versionator.git
Fetching https://github.com/elegantchaos/Runner.git
Fetching https://github.com/elegantchaos/Expressions.git
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/XPkgPackage.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
Fetching https://github.com/elegantchaos/Files.git
[1/467] Fetching versionator
[104/1177] Fetching versionator, runner
[239/1375] Fetching versionator, runner, expressions
[329/3614] Fetching versionator, runner, expressions, logger
[441/3843] Fetching versionator, runner, expressions, logger, xpkgpackage
[694/4530] Fetching versionator, runner, expressions, logger, xpkgpackage, files
[747/4682] Fetching versionator, runner, expressions, logger, xpkgpackage, files, semanticversion
Fetched https://github.com/elegantchaos/Runner.git from cache (0.80s)
Fetched https://github.com/elegantchaos/Versionator.git from cache (0.80s)
Fetched https://github.com/elegantchaos/Expressions.git from cache (0.80s)
Fetching https://github.com/elegantchaos/CommandShell.git
[1684/3307] Fetching logger, xpkgpackage, files, semanticversion
Fetched https://github.com/elegantchaos/XPkgPackage.git from cache (0.97s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.97s)
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.97s)
Fetched https://github.com/elegantchaos/Files.git from cache (0.97s)
[1/354] Fetching commandshell
Fetched https://github.com/elegantchaos/CommandShell.git from cache (0.73s)
Computing version for https://github.com/elegantchaos/Versionator.git
Computed https://github.com/elegantchaos/Versionator.git at 1.0.3 (2.18s)
Computing version for https://github.com/elegantchaos/XPkgPackage.git
Computed https://github.com/elegantchaos/XPkgPackage.git at 1.2.0 (0.61s)
Computing version for https://github.com/elegantchaos/Files.git
Computed https://github.com/elegantchaos/Files.git at 1.2.2 (0.60s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.73s)
Computing version for https://github.com/elegantchaos/Expressions.git
Computed https://github.com/elegantchaos/Expressions.git at 1.1.1 (1.33s)
Computing version for https://github.com/elegantchaos/CommandShell.git
Computed https://github.com/elegantchaos/CommandShell.git at 2.1.5 (0.59s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.40s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.2 (2.01s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.3.3 (0.60s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.61s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (0.61s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/166] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.90s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.62s)
Creating working copy for https://github.com/elegantchaos/Versionator.git
Working copy of https://github.com/elegantchaos/Versionator.git resolved at 1.0.3
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.2
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at 1.3.3
Creating working copy for https://github.com/elegantchaos/XPkgPackage.git
Working copy of https://github.com/elegantchaos/XPkgPackage.git resolved at 1.2.0
Creating working copy for https://github.com/elegantchaos/CommandShell.git
Working copy of https://github.com/elegantchaos/CommandShell.git resolved at 2.1.5
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Files.git
Working copy of https://github.com/elegantchaos/Files.git resolved at 1.2.2
Creating working copy for https://github.com/elegantchaos/Expressions.git
Working copy of https://github.com/elegantchaos/Expressions.git resolved at 1.1.1
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Build complete.
{
  "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.1",
            "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" : "xpkgpackage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XPkgPackage.git"
    },
    {
      "identity" : "versionator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Versionator.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"
}
Done.