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 ConventionalCommitsKit with Swift 5.9 for watchOS using Xcode 15.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexanderwe/ConventionalCommitsKit.git
Reference: v2.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/ConventionalCommitsKit
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at 2304425 chore(documentation): Generate documentation
Cloned https://github.com/alexanderwe/ConventionalCommitsKit.git
Revision (git rev-parse @):
2304425683199316103ddb4440e192a52d3496f0
SUCCESS checkout https://github.com/alexanderwe/ConventionalCommitsKit.git at v2.0.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.9
Building package at path:  $PWD/checkout
Command line invocation:
    /Applications/Xcode-15.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin (cached)
Fetching from https://github.com/pointfreeco/swift-case-paths (cached)
Fetching from https://github.com/pointfreeco/swift-parsing (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Creating working copy of package ‘swift-case-paths’
Checking out 0.8.1 of package ‘swift-case-paths’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.0.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-parsing’
Checking out 0.9.2 of package ‘swift-parsing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 0.2.1 of package ‘xctest-dynamic-overlay’
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.2.1
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.9.2
  ConventionalCommitsKit: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 0.8.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.0.0
resolved source packages: xctest-dynamic-overlay, swift-parsing, ConventionalCommitsKit, swift-case-paths, SwiftDocCPlugin
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "CasePaths",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-case-paths-benchmark",
      "swift-case-paths-Package",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "_URLRouting",
      "CasePaths",
      "ConventionalCommitsKit",
      "Parsing",
      "Parsing_watchOS",
      "swift-case-paths-benchmark",
      "swift-case-paths-Package",
      "swift-parsing-benchmark",
      "swift-parsing-Package",
      "variadics-generator"
    ]
  }
}
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "exact" : [
          "0.9.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ConventionalCommitsKit",
  "name" : "ConventionalCommitsKit",
  "path" : "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ConventionalCommitsKit",
      "targets" : [
        "ConventionalCommitsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConventionalCommitsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKitTests",
      "path" : "Tests",
      "sources" : [
        "ConventionalCommitsFooterTests.swift",
        "ConventionalCommitsHeaderTests.swift",
        "ConventionalCommitsTests.swift"
      ],
      "target_dependencies" : [
        "ConventionalCommitsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConventionalCommitsKit",
      "module_type" : "SwiftTarget",
      "name" : "ConventionalCommitsKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "ConventionalCommitsKit"
      ],
      "sources" : [
        "ConventionalCommit.swift",
        "Extensions/Parsing+Regex.swift",
        "Footer.swift",
        "Header.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Schemes found:
  _URLRouting
  CasePaths
  ConventionalCommitsKit
  Parsing
  Parsing_watchOS
  swift-case-paths-benchmark
  swift-case-paths-Package
  swift-parsing-benchmark
  swift-parsing-Package
  variadics-generator
GENERIC FAILURE 5.9 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.