The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncSwiftGit, reference main (2ced14), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 12:08:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdewey/AsyncSwiftGit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdewey/AsyncSwiftGit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ced14c [BREAKING] Compile with Swift strict concurrency checking (#4)
Cloned https://github.com/bdewey/AsyncSwiftGit.git
Revision (git rev-parse @):
2ced14cdf816cea694a0faae4c54f80da2a70eda
SUCCESS checkout https://github.com/bdewey/AsyncSwiftGit.git at main
Fetching https://github.com/bdewey/static-libgit2
Fetching https://github.com/apple/swift-log.git
[1/6561] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
[1/731] Fetching static-libgit2
Fetched https://github.com/bdewey/static-libgit2 from cache (7.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.2 (8.60s)
Computing version for https://github.com/bdewey/static-libgit2
Computed https://github.com/bdewey/static-libgit2 at 0.5.0 (0.67s)
Creating working copy for https://github.com/bdewey/static-libgit2
Working copy of https://github.com/bdewey/static-libgit2 resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "asyncswiftgit",
      "name": "AsyncSwiftGit",
      "url": "https://github.com/bdewey/AsyncSwiftGit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncSwiftGit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "static-libgit2",
          "name": "static-libgit2",
          "url": "https://github.com/bdewey/static-libgit2",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/static-libgit2",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdewey/AsyncSwiftGit.git
[1/588] Fetching asyncswiftgit
Fetched https://github.com/bdewey/AsyncSwiftGit.git from cache (0.81s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/bdewey/static-libgit2 from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetched https://github.com/bdewey/static-libgit2 from cache (0.49s)
Computing version for https://github.com/bdewey/static-libgit2
Computed https://github.com/bdewey/static-libgit2 at 0.5.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.58s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/bdewey/AsyncSwiftGit.git
Working copy of https://github.com/bdewey/AsyncSwiftGit.git resolved at main (2ced14c)
Creating working copy for https://github.com/bdewey/static-libgit2
Working copy of https://github.com/bdewey/static-libgit2 resolved at 0.5.0
warning: '.resolve-product-dependencies': dependency 'asyncswiftgit' is not used by any target
Found 2 product dependencies
  - static-libgit2
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bdewey/AsyncSwiftGit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying libgit2_all.a
[0/6] Write sources
[4/6] Write swift-version--6988338F2F200930.txt
[6/12] Compiling Logging Logging.swift
[7/12] Compiling Logging LogHandler.swift
[8/12] Compiling Logging Locks.swift
[9/12] Emitting module Logging
[10/12] Emitting module LinkerConfigurator
[11/12] Compiling LinkerConfigurator Dummy.swift
[11/12] Compiling Initializer git_initialize.m
[13/36] Compiling AsyncSwiftGit StatusEntry.swift
[14/36] Compiling AsyncSwiftGit SyncSettingsForm.swift
[15/38] Compiling AsyncSwiftGit SerializedGitConnectionSettings.swift
[16/38] Compiling AsyncSwiftGit Signature.swift
[17/38] Emitting module AsyncSwiftGit
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
 7 |
 8 | extension git_checkout_strategy_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |
10 | /// Factory methods to create `git_checkout_options`
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 | extension git_merge_file_flag_t: OptionSet {}
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
 7 | extension git_merge_file_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |
 9 | struct MergeOptions {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   5 | import Logging
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   8 | extension git_merge_preference_t: OptionSet {}
   9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
   8 | extension git_merge_preference_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   9 |
  10 | private extension Logger {
[18/38] Compiling AsyncSwiftGit Reference.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   5 | import Logging
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   8 | extension git_merge_preference_t: OptionSet {}
   9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
   8 | extension git_merge_preference_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   9 |
  10 | private extension Logger {
[19/38] Compiling AsyncSwiftGit Repository.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   5 | import Logging
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   8 | extension git_merge_preference_t: OptionSet {}
   9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   6 |
   7 | extension git_merge_analysis_t: OptionSet {}
   8 | extension git_merge_preference_t: OptionSet {}
     | |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   9 |
  10 | private extension Logger {
[20/38] Compiling AsyncSwiftGit ObjectType.swift
[21/38] Compiling AsyncSwiftGit PushOptions.swift
[22/38] Compiling AsyncSwiftGit Commit.swift
[23/38] Compiling AsyncSwiftGit ConflictError.swift
[24/38] Compiling AsyncSwiftGit Credentials.swift
[25/38] Compiling AsyncSwiftGit BranchType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
 7 |
 8 | extension git_checkout_strategy_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |
10 | /// Factory methods to create `git_checkout_options`
[26/38] Compiling AsyncSwiftGit CheckoutOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
 7 |
 8 | extension git_checkout_strategy_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |
10 | /// Factory methods to create `git_checkout_options`
[27/38] Compiling AsyncSwiftGit CloneOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
 7 |
 8 | extension git_checkout_strategy_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 9 |
10 | /// Factory methods to create `git_checkout_options`
[28/38] Compiling AsyncSwiftGit Diff.swift
[29/38] Compiling AsyncSwiftGit FetchOptions.swift
[30/38] Compiling AsyncSwiftGit GitConnectionSettings.swift
[31/38] Compiling AsyncSwiftGit Index.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 | extension git_merge_file_flag_t: OptionSet {}
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
 7 | extension git_merge_file_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |
 9 | struct MergeOptions {
[32/38] Compiling AsyncSwiftGit MergeOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 | extension git_merge_file_flag_t: OptionSet {}
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
 7 | extension git_merge_file_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |
 9 | struct MergeOptions {
[33/38] Compiling AsyncSwiftGit ObjectID.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 | extension git_merge_file_flag_t: OptionSet {}
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
 5 |
 6 | extension git_merge_flag_t: OptionSet {}
 7 | extension git_merge_file_flag_t: OptionSet {}
   | |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |
 9 | struct MergeOptions {
[34/38] Compiling AsyncSwiftGit GitConnectionSettingsDocument.swift
[35/38] Compiling AsyncSwiftGit GitError.swift
[36/38] Compiling AsyncSwiftGit Index+Entry.swift
[37/38] Compiling AsyncSwiftGit Tree.swift
[38/38] Compiling AsyncSwiftGit TreeEntry.swift
Build complete! (13.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "static-libgit2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdewey/static-libgit2"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "AsyncSwiftGit",
  "name" : "AsyncSwiftGit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncSwiftGit",
      "targets" : [
        "AsyncSwiftGit",
        "Initializer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Initializer",
      "module_type" : "ClangTarget",
      "name" : "Initializer",
      "path" : "Sources/Initializer",
      "product_dependencies" : [
        "static-libgit2"
      ],
      "product_memberships" : [
        "AsyncSwiftGit"
      ],
      "sources" : [
        "git_initialize.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncSwiftGitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSwiftGitTests",
      "path" : "Tests/AsyncSwiftGitTests",
      "sources" : [
        "RepositoryTests.swift",
        "SerializedGitConectionSettingsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncSwiftGit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncSwiftGit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSwiftGit",
      "path" : "Sources/AsyncSwiftGit",
      "product_dependencies" : [
        "static-libgit2",
        "Logging"
      ],
      "product_memberships" : [
        "AsyncSwiftGit"
      ],
      "sources" : [
        "BranchType.swift",
        "CheckoutOptions.swift",
        "CloneOptions.swift",
        "Commit.swift",
        "ConflictError.swift",
        "Credentials.swift",
        "Diff.swift",
        "FetchOptions.swift",
        "GitConnectionSettings.swift",
        "GitConnectionSettingsDocument.swift",
        "GitError.swift",
        "Index+Entry.swift",
        "Index.swift",
        "MergeOptions.swift",
        "ObjectID.swift",
        "ObjectType.swift",
        "PushOptions.swift",
        "Reference.swift",
        "Repository.swift",
        "SerializedGitConnectionSettings.swift",
        "Signature.swift",
        "StatusEntry.swift",
        "SyncSettingsForm.swift",
        "Tree.swift",
        "TreeEntry.swift"
      ],
      "target_dependencies" : [
        "Initializer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.