The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ucf, reference 0.3.0 (c5bba8), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 Apr 2026 00:44:28 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/ucf.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rarestype/ucf
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at c5bba8f Merge pull request #5 from rarestype/adopt-typed-throws-internally
Cloned https://github.com/rarestype/ucf.git
Revision (git rev-parse @):
c5bba8f1adda82761fad81d980e2578e29881cb1
SUCCESS checkout https://github.com/rarestype/ucf.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rarestype/ucf.git
https://github.com/rarestype/ucf.git
{
  "dependencies" : [
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/dollup"
    },
    {
      "identity" : "gram",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/gram"
    }
  ],
  "manifest_display_name" : "ucf",
  "name" : "ucf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "help",
      "targets" : [
        "help"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "proposals",
      "targets" : [
        "proposals"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FNV1",
      "targets" : [
        "FNV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UCF",
      "targets" : [
        "UCF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "URI",
      "targets" : [
        "URI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Codelinks",
      "targets" : [
        "Codelinks"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "proposals",
      "module_type" : "SwiftTarget",
      "name" : "proposals",
      "path" : "Sources/proposals",
      "product_memberships" : [
        "proposals",
        "Codelinks"
      ],
      "sources" : [
        "SDWG-0000.swift",
        "SDWG-0001.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "help",
      "module_type" : "SwiftTarget",
      "name" : "help",
      "path" : "Sources/help",
      "product_memberships" : [
        "help",
        "Codelinks"
      ],
      "sources" : [
        "Codelinks.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "URITests",
      "module_type" : "SwiftTarget",
      "name" : "URITests",
      "path" : "Sources/URITests",
      "sources" : [
        "AbsoluteParsing.swift",
        "Array (ext).swift",
        "FragmentParsing.swift",
        "QueryEncodedFormParsing.swift",
        "RelativeParsing.swift"
      ],
      "target_dependencies" : [
        "URI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URI",
      "module_type" : "SwiftTarget",
      "name" : "URI",
      "path" : "Sources/URI",
      "product_dependencies" : [
        "Grammar"
      ],
      "product_memberships" : [
        "UCF",
        "URI",
        "Codelinks"
      ],
      "sources" : [
        "PercentEncoding/PercentEncodedByteRule.swift",
        "PercentEncoding/PercentEncodedStringRule.swift",
        "PercentEncoding/PercentEncodingSet.swift",
        "Rules/Fragments/URI.Fragment.EncodingSet.swift",
        "Rules/Fragments/URI.Fragment.swift",
        "Rules/Fragments/URI.FragmentRule.UnencodedByte.swift",
        "Rules/Fragments/URI.FragmentRule.swift",
        "Rules/Paths/URI.AbsolutePathRule.swift",
        "Rules/Paths/URI.PathComponentRule.UnencodedByte.swift",
        "Rules/Paths/URI.PathComponentRule.swift",
        "Rules/Paths/URI.PathElementRule.swift",
        "Rules/Paths/URI.PathSeparatorRule.swift",
        "Rules/Paths/URI.RelativePathRule.swift",
        "Rules/Queries/URI.QueryComponentRule.UnencodedByte.swift",
        "Rules/Queries/URI.QueryComponentRule.swift",
        "Rules/Queries/URI.QueryRule.Parameters.swift",
        "Rules/Queries/URI.QueryRule.swift",
        "Rules/Queries/URI.QuerySeparatorRule.swift",
        "Rules/URI.Rule.swift",
        "URI.Path.Component.EncodingSet.swift",
        "URI.Path.Component.swift",
        "URI.Path.ComponentConvertible.swift",
        "URI.Path.swift",
        "URI.Query.EncodingSet.swift",
        "URI.Query.swift",
        "URI.QueryEncodedForm.swift",
        "URI.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UCFTests",
      "module_type" : "SwiftTarget",
      "name" : "UCFTests",
      "path" : "Sources/UCFTests",
      "sources" : [
        "Anchors.swift",
        "CodelinkDisambiguators.swift",
        "CodelinkLegacyDocC.swift",
        "CodelinkNamespacing.swift",
        "CodelinkPaths.swift",
        "Doclinks.swift",
        "ParsingSuite.swift",
        "UCF.AnchorMangling (ext).swift",
        "UCF.Selector.Suffix (ext).swift"
      ],
      "target_dependencies" : [
        "UCF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UCF",
      "module_type" : "SwiftTarget",
      "name" : "UCF",
      "path" : "Sources/UCF",
      "product_memberships" : [
        "UCF",
        "Codelinks"
      ],
      "sources" : [
        "Codelinks/Grammar/UCF.ArrowRule.swift",
        "Codelinks/Grammar/UCF.BracketPatternRule.swift",
        "Codelinks/Grammar/UCF.DisambiguationSuffixRule.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.Clause.AlphanumericCodepoint.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.Clause.AlphanumericWord.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.Clause.AlphanumericWords.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.Clause.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.Clauses.swift",
        "Codelinks/Grammar/UCF.DisambiguatorRule.swift",
        "Codelinks/Grammar/UCF.FunctionPatternRule.swift",
        "Codelinks/Grammar/UCF.IdentifierError.swift",
        "Codelinks/Grammar/UCF.IdentifierRule.FirstCodepoint.swift",
        "Codelinks/Grammar/UCF.IdentifierRule.NextCodepoint.swift",
        "Codelinks/Grammar/UCF.IdentifierRule.RawCodepoint.swift",
        "Codelinks/Grammar/UCF.IdentifierRule.swift",
        "Codelinks/Grammar/UCF.NominalPatternRule.GenericArguments.swift",
        "Codelinks/Grammar/UCF.NominalPatternRule.PathComponent.swift",
        "Codelinks/Grammar/UCF.NominalPatternRule.swift",
        "Codelinks/Grammar/UCF.SignaturePattern.swift",
        "Codelinks/Grammar/UCF.SignaturePatternRule.swift",
        "Codelinks/Grammar/UCF.SignatureSuffixRule.swift",
        "Codelinks/Grammar/UCF.SpaceRule.swift",
        "Codelinks/Grammar/UCF.TuplePatternRule.swift",
        "Codelinks/Grammar/UCF.TypeElement.swift",
        "Codelinks/Grammar/UCF.TypeElementRule.PostfixMetatype.swift",
        "Codelinks/Grammar/UCF.TypeElementRule.PostfixOperator.swift",
        "Codelinks/Grammar/UCF.TypeElementRule.PostfixOperatorCodepoint.swift",
        "Codelinks/Grammar/UCF.TypeElementRule.swift",
        "Codelinks/Grammar/UCF.TypeOperand.swift",
        "Codelinks/Grammar/UCF.TypeOperandRule.swift",
        "Codelinks/Grammar/UCF.TypeOperator.swift",
        "Codelinks/Grammar/UCF.TypePattern.swift",
        "Codelinks/Grammar/UCF.TypePatternRule.swift",
        "Codelinks/Grammar/UCF.TypeSigil.swift",
        "Codelinks/UCF.Condition.swift",
        "Codelinks/UCF.ConditionFilter.swift",
        "Codelinks/UCF.Disambiguator.swift",
        "Codelinks/UCF.LegacyFilter.swift",
        "Codelinks/UCF.Selector.Base.swift",
        "Codelinks/UCF.Selector.Path.swift",
        "Codelinks/UCF.Selector.PathComponent.IdentifierHead.swift",
        "Codelinks/UCF.Selector.PathComponent.OperatorHead.swift",
        "Codelinks/UCF.Selector.PathComponent.swift",
        "Codelinks/UCF.Selector.Seal.swift",
        "Codelinks/UCF.Selector.Suffix.swift",
        "Codelinks/UCF.Selector.swift",
        "Codelinks/UCF.SignatureFilter.swift",
        "Doclinks/Doclink.swift",
        "UCF.AnchorMangling.swift",
        "UCF.swift"
      ],
      "target_dependencies" : [
        "FNV1",
        "URI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FNV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "FNV1Tests",
      "path" : "Sources/FNV1Tests",
      "sources" : [
        "USR.swift"
      ],
      "target_dependencies" : [
        "FNV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FNV1",
      "module_type" : "SwiftTarget",
      "name" : "FNV1",
      "path" : "Sources/FNV1",
      "product_memberships" : [
        "FNV1",
        "UCF",
        "Codelinks"
      ],
      "sources" : [
        "FNV24.Extended.swift",
        "FNV24.swift",
        "FNV32.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Codelinks",
      "module_type" : "SwiftTarget",
      "name" : "Codelinks",
      "path" : "Snippets",
      "product_memberships" : [
        "Codelinks"
      ],
      "sources" : [
        "Codelinks.swift"
      ],
      "target_dependencies" : [
        "proposals",
        "help",
        "URI",
        "UCF",
        "FNV1"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ordo-one/dollup
Fetching from https://github.com/rarestype/gram
Resolve Package Graph
Updating from https://github.com/ordo-one/dollup
Updating from https://github.com/rarestype/gram
Resolve Package Graph
Updating from https://github.com/rarestype/gram
Updating from https://github.com/ordo-one/dollup
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-21 17:44:27.020 xcodebuild[521:2944] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-21-04_17-44-0027.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/ordo-one/dollup
Updating from https://github.com/rarestype/gram
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-21 17:44:28.177 xcodebuild[752:4179] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-21-04_17-44-0028.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
BUILD FAILURE 6.1 macosXcodebuild