The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncSwiftGit, reference 0.5.0 (2ced14), with Swift 6.2 for tvOS using Xcode 26.3 on 21 Jun 2025 11:00:06 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdewey/AsyncSwiftGit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdewey/AsyncSwiftGit
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bdewey/AsyncSwiftGit.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/bdewey/static-libgit2
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘static-libgit2’
Checking out 0.5.0 of package ‘static-libgit2’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  AsyncSwiftGit: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
resolved source packages: AsyncSwiftGit, swift-log, static-libgit2
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncSwiftGit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  AsyncSwiftGit: /Users/admin/builder/spi-builder-workspace
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
    Target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'LinkerConfigurator' in project 'static-libgit2'
    Target 'LinkerConfigurator' in project 'static-libgit2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: ab90eacae49214de34a0699cf15a5f6c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ab90eacae49214de34a0699cf15a5f6c.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'static-libgit2' from project 'static-libgit2')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'Initializer' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AsyncSwiftGit
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  AsyncSwiftGit: /Users/admin/builder/spi-builder-workspace
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
resolved source packages: AsyncSwiftGit, static-libgit2, swift-log
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AsyncSwiftGit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
  AsyncSwiftGit: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'AsyncSwiftGit' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Initializer' in project 'AsyncSwiftGit'
        ➜ Explicit dependency on target 'static-libgit2' in project 'static-libgit2'
    Target 'static-libgit2' in project 'static-libgit2'
        ➜ Explicit dependency on target 'LinkerConfigurator' in project 'static-libgit2'
    Target 'LinkerConfigurator' in project 'static-libgit2' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'Initializer' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'static-libgit2' from project 'static-libgit2')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AsyncSwiftGit
(1 failure)
BUILD FAILURE 6.2 tvOS