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 AsyncSwiftGit with Swift 5.10 for tvOS using Xcode 15.4 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdewey/AsyncSwiftGit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bdewey/AsyncSwiftGit.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/bdewey/static-libgit2 (cached)
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.4.2 of package ‘swift-log’
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.4.2
  AsyncSwiftGit: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
resolved source packages: swift-log, AsyncSwiftGit, static-libgit2
objc[23579]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f0000e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f11c0e0). One of the two will be used. Which one is undefined.
{
  "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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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"
    ]
  }
}
objc[23849]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1126980e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1127b40e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  AsyncSwiftGit: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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.4.2
Prepare packages
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-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /bin/cat /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 36e1ae9b6d54a86da9d94ab4a04a320a
Build description path: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/36e1ae9b6d54a86da9d94ab4a04a320a.xcbuilddata
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'Initializer' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'static-libgit2' from project 'static-libgit2')
objc[23853]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e3500e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e4f80e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AsyncSwiftGit -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  static-libgit2: https://github.com/bdewey/static-libgit2 @ 0.5.0
  AsyncSwiftGit: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.4.2
Prepare packages
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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'static-libgit2' from project 'static-libgit2')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'AsyncSwiftGit' from project 'AsyncSwiftGit')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/static-libgit2/Clibgit2.xcframework'. (in target 'Initializer' from project 'AsyncSwiftGit')
objc[23957]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e7f40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110ff40e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS

Build Machine: Mac 7