The Swift Package Index logo.Swift Package Index

Build Information

Successful build of quickly, reference v0.0.1 (b3c9f6), with Swift 6.1 for macOS (SPM) on 5 Feb 2026 01:19:58 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atpugvaraa/quickly.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atpugvaraa/quickly
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at b3c9f64 quickly manages your packages
Cloned https://github.com/atpugvaraa/quickly.git
Revision (git rev-parse @):
b3c9f649b97ab02b9a0a8229401cd9b967bc42cb
SUCCESS checkout https://github.com/atpugvaraa/quickly.git at v0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/atpugvaraa/quickly.git
https://github.com/atpugvaraa/quickly.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "quickly",
  "name" : "quickly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "quickly",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IO",
      "module_type" : "SwiftTarget",
      "name" : "IO",
      "path" : "Sources/IO",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "CatalogService.swift",
        "Downloader.swift",
        "Extractor.swift",
        "Git.swift",
        "Installer.swift",
        "Linker.swift",
        "ManifestParser.swift",
        "PackageLinker.swift",
        "ProjectDetector.swift",
        "Relocator.swift",
        "Store.swift",
        "SystemInfo.swift",
        "WorkspaceGenerator.swift",
        "XcodeController.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Enums/PackageError.swift",
        "Models/BrewFormula.swift",
        "Models/SwiftPackage.swift",
        "NetworkClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "Core",
        "IO",
        "Bob"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Bob",
      "module_type" : "SwiftTarget",
      "name" : "Bob",
      "path" : "Sources/Bob",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "C-Bridger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[7/13] Write quickly-entitlement.plist
[8/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/22] Emitting module ArgumentParserToolInfo
[12/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/69] Emitting module ArgumentParser
[14/74] Compiling ArgumentParser ArgumentHelp.swift
[15/74] Compiling ArgumentParser ArgumentVisibility.swift
[16/74] Compiling ArgumentParser CompletionKind.swift
[17/74] Compiling ArgumentParser Errors.swift
[18/74] Compiling ArgumentParser Flag.swift
[19/74] Compiling ArgumentParser CodingKeyValidator.swift
[20/74] Compiling ArgumentParser NonsenseFlagsValidator.swift
[21/74] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/74] Compiling ArgumentParser PositionalArgumentsValidator.swift
[23/74] Compiling ArgumentParser UniqueNamesValidator.swift
[24/74] Compiling Bob C-Bridger.swift
[25/74] Emitting module Bob
[26/74] Compiling Core NetworkClient.swift
[27/74] Compiling Core SwiftPackage.swift
[28/74] Compiling Core PackageError.swift
[29/74] Emitting module Core
[30/74] Compiling Core BrewFormula.swift
[31/74] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/74] Compiling ArgumentParser CompletionsGenerator.swift
[33/74] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/74] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/74] Compiling ArgumentParser Argument.swift
[36/74] Compiling ArgumentParser ArgumentDiscussion.swift
[37/88] Compiling ArgumentParser InputKey.swift
[38/88] Compiling ArgumentParser InputOrigin.swift
[39/88] Compiling ArgumentParser Name.swift
[40/88] Compiling ArgumentParser Parsed.swift
[41/88] Compiling ArgumentParser ParsedValues.swift
[42/88] Compiling ArgumentParser ParserError.swift
[43/88] Compiling ArgumentParser SplitArguments.swift
[44/88] Compiling ArgumentParser DumpHelpGenerator.swift
[45/88] Compiling ArgumentParser HelpCommand.swift
[46/88] Compiling ArgumentParser HelpGenerator.swift
[47/88] Compiling ArgumentParser Platform.swift
[48/88] Compiling ArgumentParser SequenceExtensions.swift
[49/88] Compiling ArgumentParser StringExtensions.swift
[50/88] Compiling ArgumentParser SwiftExtensions.swift
[51/88] Compiling ArgumentParser Tree.swift
[52/88] Compiling ArgumentParser NameSpecification.swift
[53/88] Compiling ArgumentParser Option.swift
[54/88] Compiling ArgumentParser OptionGroup.swift
[55/88] Compiling ArgumentParser ParentCommand.swift
[56/88] Compiling ArgumentParser AsyncParsableCommand.swift
[57/88] Compiling IO ManifestParser.swift
[58/88] Compiling IO PackageLinker.swift
[59/88] Compiling ArgumentParser EnumerableFlag.swift
[60/88] Compiling ArgumentParser ExpressibleByArgument.swift
[61/88] Compiling ArgumentParser ParsableArguments.swift
[62/88] Compiling ArgumentParser ParsableCommand.swift
[63/88] Compiling ArgumentParser ArgumentDecoder.swift
[64/88] Compiling ArgumentParser ArgumentDefinition.swift
[65/88] Compiling ArgumentParser ArgumentSet.swift
[66/88] Compiling ArgumentParser CommandParser.swift
[67/88] Compiling IO Extractor.swift
[68/88] Compiling IO Git.swift
[69/88] Emitting module IO
[70/89] Compiling ArgumentParser MessageInfo.swift
[71/89] Compiling ArgumentParser UsageGenerator.swift
[72/89] Compiling ArgumentParser CollectionExtensions.swift
[73/89] Compiling ArgumentParser Foundation.swift
[74/89] Compiling ArgumentParser Mutex.swift
[75/89] Compiling IO SystemInfo.swift
[78/89] Compiling IO ProjectDetector.swift
[79/89] Compiling IO Relocator.swift
[80/89] Compiling IO Installer.swift
[81/89] Compiling IO Linker.swift
[82/89] Compiling IO Store.swift
[83/89] Compiling IO WorkspaceGenerator.swift
[84/89] Compiling IO CatalogService.swift
[85/89] Compiling IO Downloader.swift
[86/89] Compiling IO XcodeController.swift
[87/91] Compiling CLI Main.swift
[88/91] Emitting module CLI
[88/91] Write Objects.LinkFileList
[89/91] Linking quickly
[90/91] Applying quickly
Build complete! (13.33s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.32s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.89s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "quickly",
  "name" : "quickly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "quickly",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IO",
      "module_type" : "SwiftTarget",
      "name" : "IO",
      "path" : "Sources/IO",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "CatalogService.swift",
        "Downloader.swift",
        "Extractor.swift",
        "Git.swift",
        "Installer.swift",
        "Linker.swift",
        "ManifestParser.swift",
        "PackageLinker.swift",
        "ProjectDetector.swift",
        "Relocator.swift",
        "Store.swift",
        "SystemInfo.swift",
        "WorkspaceGenerator.swift",
        "XcodeController.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Enums/PackageError.swift",
        "Models/BrewFormula.swift",
        "Models/SwiftPackage.swift",
        "NetworkClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "Core",
        "IO",
        "Bob"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Bob",
      "module_type" : "SwiftTarget",
      "name" : "Bob",
      "path" : "Sources/Bob",
      "product_memberships" : [
        "quickly"
      ],
      "sources" : [
        "C-Bridger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.