This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build XPkg with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/elegantchaos/Xpkg.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[2/7] Write VersionatorTool-entitlement.plist
[3/7] Write swift-version-6F35C1178C84523A.txt
[5/9] Compiling Runner Runner.swift
[6/9] Emitting module Runner
[7/11] Emitting module VersionatorTool
[8/11] Compiling VersionatorTool VersionatorTool.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking VersionatorTool
[10/11] Applying VersionatorTool
Build of product 'VersionatorTool' complete! (19.97s)
[1/1] Compiling plugin VersionatorPlugin
Building for debugging...
[1/18] Write sources
[5/18] Write xpkg-entitlement.plist
[5/18] Write sources
[12/18] Write swift-version-6F35C1178C84523A.txt
[13/55] Calculating Version
[14/55] Write sources
[16/55] Compiling SemanticVersion SemanticVersion.swift
[17/55] Emitting module SemanticVersion
[18/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/55] Emitting module ArgumentParserToolInfo
[20/90] Compiling Logger OSLogHandler.swift
[21/90] Compiling ArgumentParser Flag.swift
[22/90] Compiling ArgumentParser NameSpecification.swift
[23/90] Compiling ArgumentParser Option.swift
[24/90] Compiling ArgumentParser OptionGroup.swift
[25/93] Emitting module ArgumentParser
[26/93] Compiling ArgumentParser Argument.swift
[27/93] Compiling ArgumentParser ArgumentHelp.swift
[28/93] Compiling ArgumentParser CompletionKind.swift
[29/93] Compiling ArgumentParser Errors.swift
[30/93] Compiling ArgumentParser ArgumentSet.swift
[31/93] Compiling ArgumentParser CommandParser.swift
[32/93] Compiling ArgumentParser InputOrigin.swift
[33/93] Compiling ArgumentParser Name.swift
[34/93] Compiling ArgumentParser SequenceExtensions.swift
[35/93] Compiling ArgumentParser StringExtensions.swift
[36/93] Compiling ArgumentParser Tree.swift
[37/93] Compiling Expressions Expressions.swift
[38/93] Compiling Files URL+General.swift
[39/94] Compiling Logger Channel.swift
[40/94] Compiling Logger Handler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/94] Compiling Logger NSLogHandler.swift
[42/94] Compiling Logger Context.swift
[43/94] Emitting module Logger
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:41:48: error: 'ID' is only available in macOS 10.15 or newer
 21 | /// whether or not they should share a single settings object.
 22 |
 23 | public class Manager {
    |              `- note: add @available attribute to enclosing class
 24 |     typealias AssociatedChannelData = [Channel: Any]
 25 |     typealias AssociatedHandlerData = [Handler: AssociatedChannelData]
    :
 39 |      */
 40 |
 41 |     let channelsEnabledInSettings: Set<Channel.ID>
    |                                                `- error: 'ID' is only available in macOS 10.15 or newer
 42 |
 43 |     required init(settings: ManagerSettings) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/ManagerSettings.swift:15:40: error: 'ID' is only available in macOS 10.15 or newer
11 | /// inject settings during testing.
12 |
13 | public protocol ManagerSettings {
   |                 `- note: add @available attribute to enclosing protocol
14 |     /// The identifiers of the channels that should be enabled.
15 |     var enabledChannelIDs: Set<Channel.ID> { get }
   |         |                              `- error: 'ID' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
16 |
17 |     /// Store the identifiers of the channels that should be enabled.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/ManagerSettings.swift:18:51: error: 'ID' is only available in macOS 10.15 or newer
11 | /// inject settings during testing.
12 |
13 | public protocol ManagerSettings {
   |                 `- note: add @available attribute to enclosing protocol
14 |     /// The identifiers of the channels that should be enabled.
15 |     var enabledChannelIDs: Set<Channel.ID> { get }
16 |
17 |     /// Store the identifiers of the channels that should be enabled.
18 |     func saveEnabledChannelIDs(_ ids: Set<Channel.ID>)
   |          |                                        `- error: 'ID' is only available in macOS 10.15 or newer
   |          `- note: add @available attribute to enclosing instance method
19 |
20 |     /// Strip any settings-related command line arguments.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:57:56: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 |                                      `- error: 'ID' is only available in macOS 10.15 or newer
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:57:113: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 |                                                                                               `- error: 'ID' is only available in macOS 10.15 or newer
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:86:40: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 84 |     }
 85 |
 86 |     var enabledChannelIDs: Set<Channel.ID> {
    |         |                              `- error: 'ID' is only available in macOS 10.15 or newer
    |         `- note: add @available attribute to enclosing property
 87 |         let s = defaults.string(forKey: .persistentLogsKey)?.split(separator: ",").map { String($0) }
 88 |         return Set(s ?? [])
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:91:51: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 89 |     }
 90 |
 91 |     func saveEnabledChannelIDs(_ ids: Set<Channel.ID>) {
    |          |                                        `- error: 'ID' is only available in macOS 10.15 or newer
    |          `- note: add @available attribute to enclosing instance method
 92 |         let sortedIDs = ids.sorted().joined(separator: ",")
 93 |         defaults.set(sortedIDs, forKey: .persistentLogsKey)
[44/94] Compiling Logger ManagerSettings.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/ManagerSettings.swift:15:40: error: 'ID' is only available in macOS 10.15 or newer
11 | /// inject settings during testing.
12 |
13 | public protocol ManagerSettings {
   |                 `- note: add @available attribute to enclosing protocol
14 |     /// The identifiers of the channels that should be enabled.
15 |     var enabledChannelIDs: Set<Channel.ID> { get }
   |         |                              `- error: 'ID' is only available in macOS 10.15 or newer
   |         `- note: add @available attribute to enclosing property
16 |
17 |     /// Store the identifiers of the channels that should be enabled.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/ManagerSettings.swift:18:51: error: 'ID' is only available in macOS 10.15 or newer
11 | /// inject settings during testing.
12 |
13 | public protocol ManagerSettings {
   |                 `- note: add @available attribute to enclosing protocol
14 |     /// The identifiers of the channels that should be enabled.
15 |     var enabledChannelIDs: Set<Channel.ID> { get }
16 |
17 |     /// Store the identifiers of the channels that should be enabled.
18 |     func saveEnabledChannelIDs(_ ids: Set<Channel.ID>)
   |          |                                        `- error: 'ID' is only available in macOS 10.15 or newer
   |          `- note: add @available attribute to enclosing instance method
19 |
20 |     /// Strip any settings-related command line arguments.
[45/94] Compiling Logger Manager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:41:48: error: 'ID' is only available in macOS 10.15 or newer
 21 | /// whether or not they should share a single settings object.
 22 |
 23 | public class Manager {
    |              `- note: add @available attribute to enclosing class
 24 |     typealias AssociatedChannelData = [Channel: Any]
 25 |     typealias AssociatedHandlerData = [Handler: AssociatedChannelData]
    :
 39 |      */
 40 |
 41 |     let channelsEnabledInSettings: Set<Channel.ID>
    |                                                `- error: 'ID' is only available in macOS 10.15 or newer
 42 |
 43 |     required init(settings: ManagerSettings) {
[46/94] Compiling Runner Runner.swift
[47/94] Emitting module Runner
[48/94] Compiling Logger PrintHandler.swift
[49/94] Compiling Logger UserDefaultsManagerSettings.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:57:56: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 |                                      `- error: 'ID' is only available in macOS 10.15 or newer
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:57:113: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 |                                                                                               `- error: 'ID' is only available in macOS 10.15 or newer
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:86:40: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 84 |     }
 85 |
 86 |     var enabledChannelIDs: Set<Channel.ID> {
    |         |                              `- error: 'ID' is only available in macOS 10.15 or newer
    |         `- note: add @available attribute to enclosing property
 87 |         let s = defaults.string(forKey: .persistentLogsKey)?.split(separator: ",").map { String($0) }
 88 |         return Set(s ?? [])
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:91:51: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 89 |     }
 90 |
 91 |     func saveEnabledChannelIDs(_ ids: Set<Channel.ID>) {
    |          |                                        `- error: 'ID' is only available in macOS 10.15 or newer
    |          `- note: add @available attribute to enclosing instance method
 92 |         let sortedIDs = ids.sorted().joined(separator: ",")
 93 |         defaults.set(sortedIDs, forKey: .persistentLogsKey)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:60:36: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
 60 |         var newItems = Set<Channel.ID>()
    |                                    |- error: 'ID' is only available in macOS 10.15 or newer
    |                                    `- note: add 'if #available' version check
 61 |         for item in modifiers.split(separator: ",").map({ $0.trimmingCharacters(in: .whitespaces) }) {
 62 |             if let first = item.first {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:65:49: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
    :
 63 |                 switch first {
 64 |                     case "=":
 65 |                         newItems.insert(Channel.ID(item.dropFirst()))
    |                                                 |- error: 'ID' is only available in macOS 10.15 or newer
    |                                                 `- note: add 'if #available' version check
 66 |                         onlyDeltas = false
 67 |                     case "-":
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:68:56: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
    :
 66 |                         onlyDeltas = false
 67 |                     case "-":
 68 |                         updatedChannels.remove(Channel.ID(item.dropFirst()))
    |                                                        |- error: 'ID' is only available in macOS 10.15 or newer
    |                                                        `- note: add 'if #available' version check
 69 |                     case "+":
 70 |                         newItems.insert(Channel.ID(item.dropFirst()))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:70:49: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
    :
 68 |                         updatedChannels.remove(Channel.ID(item.dropFirst()))
 69 |                     case "+":
 70 |                         newItems.insert(Channel.ID(item.dropFirst()))
    |                                                 |- error: 'ID' is only available in macOS 10.15 or newer
    |                                                 `- note: add 'if #available' version check
 71 |                     default:
 72 |                         newItems.insert(Channel.ID(item))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/UserDefaultsManagerSettings.swift:72:49: error: 'ID' is only available in macOS 10.15 or newer
 10 | /// settings, and in normal situations it should be all you need.
 11 |
 12 | struct UserDefaultsManagerSettings: ManagerSettings {
    |        `- note: add @available attribute to enclosing struct
 13 |     let defaults: UserDefaults
 14 |
    :
 55 |      */
 56 |
 57 |     static func updateChannels(_ channels: Set<Channel.ID>, applyingModifiers modifiers: String) -> Set<Channel.ID> {
    |                 `- note: add @available attribute to enclosing static method
 58 |         var updatedChannels = channels
 59 |         var onlyDeltas = true
    :
 70 |                         newItems.insert(Channel.ID(item.dropFirst()))
 71 |                     default:
 72 |                         newItems.insert(Channel.ID(item))
    |                                                 |- error: 'ID' is only available in macOS 10.15 or newer
    |                                                 `- note: add 'if #available' version check
 73 |                 }
 74 |             }
[50/94] Emitting module Expressions
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/elegantchaos/Files.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
Fetching https://github.com/elegantchaos/XPkgPackage.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/elegantchaos/Expressions.git
[1/687] Fetching files
[8/885] Fetching files, expressions
[126/1114] Fetching files, expressions, xpkgpackage
[140/1266] Fetching files, expressions, xpkgpackage, semanticversion
[159/1379] Fetching files, expressions, xpkgpackage, semanticversion, matchable
[540/3226] Fetching files, expressions, xpkgpackage, semanticversion, matchable, logger
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.94s)
Fetching https://github.com/elegantchaos/Versionator.git
Fetched https://github.com/elegantchaos/XPkgPackage.git from cache (0.94s)
Fetching https://github.com/elegantchaos/Runner.git
Fetched https://github.com/elegantchaos/Expressions.git from cache (0.94s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[777/2647] Fetching files, matchable, logger
[1023/14326] Fetching files, matchable, logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Matchable.git from cache (1.14s)
Fetching https://github.com/elegantchaos/CommandShell.git
Fetched https://github.com/elegantchaos/Logger.git from cache (1.14s)
Fetched https://github.com/elegantchaos/Files.git from cache (1.14s)
[234/11679] Fetching swift-argument-parser
[11680/11967] Fetching swift-argument-parser, runner
[11701/12532] Fetching swift-argument-parser, runner, xctestextensions
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
[85/949] Fetching runner, xctestextensions, versionator
Fetched https://github.com/elegantchaos/Versionator.git from cache (0.75s)
[333/853] Fetching runner, xctestextensions
Fetched https://github.com/elegantchaos/Runner.git from cache (0.83s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.83s)
[1/354] Fetching commandshell
Fetched https://github.com/elegantchaos/CommandShell.git from cache (0.85s)
Computing version for https://github.com/elegantchaos/XPkgPackage.git
Computed https://github.com/elegantchaos/XPkgPackage.git at 1.1.1 (0.72s)
Computing version for https://github.com/elegantchaos/Versionator.git
Computed https://github.com/elegantchaos/Versionator.git at 1.0.3 (0.66s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.67s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 1.3.2 (0.64s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.67s)
Computing version for https://github.com/elegantchaos/Files.git
Computed https://github.com/elegantchaos/Files.git at 1.2.2 (0.68s)
Computing version for https://github.com/elegantchaos/Expressions.git
Computed https://github.com/elegantchaos/Expressions.git at 1.1.1 (0.66s)
Computing version for https://github.com/elegantchaos/CommandShell.git
Computed https://github.com/elegantchaos/CommandShell.git at 2.1.5 (0.66s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.9 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.67s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.66s)
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at 1.3.2
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/XPkgPackage.git
Working copy of https://github.com/elegantchaos/XPkgPackage.git resolved at 1.1.1
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/CommandShell.git
Working copy of https://github.com/elegantchaos/CommandShell.git resolved at 2.1.5
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/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.0
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/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.1
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.4.9
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.