The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuzzyMatch, reference main (988f00), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 04:28:56 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/ordo-one/FuzzyMatch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/FuzzyMatch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 988f002 feat(patch): Add live parameter inspector to FuzzySearch example app
Cloned https://github.com/ordo-one/FuzzyMatch.git
Revision (git rev-parse @):
988f002a4785b1f1b65d7370965f400dd4fcff68
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/FuzzyMatch.git at main
========================================
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": "fuzzymatch",
      "name": "FuzzyMatch",
      "url": "https://github.com/ordo-one/FuzzyMatch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FuzzyMatch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ordo-one/FuzzyMatch.git
[1/866] Fetching fuzzymatch
Fetched https://github.com/ordo-one/FuzzyMatch.git from cache (1.20s)
Creating working copy for https://github.com/ordo-one/FuzzyMatch.git
Working copy of https://github.com/ordo-one/FuzzyMatch.git resolved at main (988f002)
warning: '.resolve-product-dependencies': dependency 'fuzzymatch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ordo-one/FuzzyMatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling FuzzyMatch FuzzyMatcher+SmithWaterman.swift
[4/21] Compiling FuzzyMatch FuzzyMatcher.swift
[5/21] Compiling FuzzyMatch ScoringBuffer.swift
[6/21] Compiling FuzzyMatch SmithWaterman.swift
[7/21] Compiling FuzzyMatch EditDistance.swift
[8/21] Compiling FuzzyMatch FuzzyMatcher+Convenience.swift
[9/21] Compiling FuzzyMatch SmithWatermanConfig.swift
[10/21] Compiling FuzzyMatch Trigrams.swift
[11/22] Compiling FuzzyMatch MatchKind.swift
[12/22] Compiling FuzzyMatch Prefilters.swift
[13/22] Compiling FuzzyMatch FuzzyQuery.swift
[14/22] Compiling FuzzyMatch EditDistancePositions.swift
[15/22] Compiling FuzzyMatch ScoredMatch.swift
[16/22] Compiling FuzzyMatch ScoringBonuses.swift
[17/22] Compiling FuzzyMatch SmithWatermanPositions.swift
[18/22] Compiling FuzzyMatch MatchConfig.swift
[19/22] Compiling FuzzyMatch WordBoundary.swift
[20/22] Emitting module FuzzyMatch
[21/22] Compiling FuzzyMatch FuzzyMatcher+AttributedString.swift
[22/22] Compiling FuzzyMatch FuzzyMatcher+Highlight.swift
Build complete! (4.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FuzzyMatch",
  "name" : "FuzzyMatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "FuzzyMatch",
      "targets" : [
        "FuzzyMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuzzyMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyMatchTests",
      "path" : "Tests/FuzzyMatchTests",
      "sources" : [
        "AcronymMatchTests.swift",
        "AdaptiveEditDistanceTests.swift",
        "AlgorithmBoundaryTests.swift",
        "BufferShrinkTests.swift",
        "CaseInsensitiveTests.swift",
        "CombiningMarkTests.swift",
        "ConcurrencyTests.swift",
        "ConfigTests.swift",
        "ConfusableNormalizationTests.swift",
        "ConvenienceAPITests.swift",
        "CoverageGapTests.swift",
        "DiacriticNormalizationTests.swift",
        "EdgeCaseTests.swift",
        "EditDistanceTests.swift",
        "ExactScoreVerificationTests.swift",
        "FuzzyMatcherTests.swift",
        "GreekCyrillicTests.swift",
        "HighlightTests.swift",
        "OptimalAlignmentTests.swift",
        "PrefilterTests.swift",
        "RankingQualityTests.swift",
        "ScoringBonusTests.swift",
        "SmithWatermanTests.swift",
        "TestHelpers.swift",
        "TinyQueryFastPathTests.swift",
        "TrigramTests.swift",
        "WordBoundaryTests.swift"
      ],
      "target_dependencies" : [
        "FuzzyMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuzzyMatch",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyMatch",
      "path" : "Sources/FuzzyMatch",
      "product_memberships" : [
        "FuzzyMatch"
      ],
      "sources" : [
        "EditDistance.swift",
        "FuzzyMatcher+Convenience.swift",
        "FuzzyMatcher+SmithWaterman.swift",
        "FuzzyMatcher.swift",
        "FuzzyQuery.swift",
        "Highlighting/EditDistancePositions.swift",
        "Highlighting/FuzzyMatcher+AttributedString.swift",
        "Highlighting/FuzzyMatcher+Highlight.swift",
        "Highlighting/SmithWatermanPositions.swift",
        "MatchConfig.swift",
        "MatchKind.swift",
        "Prefilters.swift",
        "ScoredMatch.swift",
        "ScoringBonuses.swift",
        "ScoringBuffer.swift",
        "SmithWaterman.swift",
        "SmithWatermanConfig.swift",
        "Trigrams.swift",
        "WordBoundary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/ordo-one/fuzzymatch/main
Repository:               ordo-one/FuzzyMatch
Swift version used:       6.3
Target:                   FuzzyMatch
Extracting symbol information for 'FuzzyMatch'...
Finished extracting symbol information for 'FuzzyMatch'. (28.85s)
Building documentation for 'FuzzyMatch'...
warning: 'lowercased' doesn't exist at '/FuzzyMatch/FuzzyQuery/original'
  --> ../FuzzyQuery.swift:69:49-69:59
67 |     ///
68 |     /// This preserves the original casing for display purposes, while matching
69 +     /// is performed case-insensitively using ``lowercased``.
70 |     public let original: String
71 |
warning: '1buqi' isn't a disambiguation for 'highlight(_:against:)' at '/FuzzyMatch/FuzzyMatcher'
  --> ../Highlighting/FuzzyMatcher+AttributedString.swift:20:69-20:75
18 |     /// Returns an `AttributedString` with matched character ranges styled by the caller's closure.
19 |     ///
20 +     /// This is a convenience wrapper around ``highlight(_:against:)-1buqi`` that eliminates the
   |                                                                     ├─suggestion: Replace '1buqi' with '(_,FuzzyQuery)' for 'func highlight(_ candidate: String, against query: FuzzyQuery) -> [Range<String.Index>]?'
   |                                                                     ╰─suggestion: Replace '1buqi' with '(_,String)' for 'func highlight(_ candidate: String, against query: String) -> [Range<String.Index>]?'
21 |     /// boilerplate of converting `[Range<String.Index>]` to styled `AttributedString` ranges.
22 |     /// Returns `nil` if the candidate doesn't match the query.
Finished building documentation for 'FuzzyMatch' (0.69s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/ordo-one/fuzzymatch/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.90s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Names.swift
[10/53] Compiling SymbolKit SPI.swift
[11/53] Compiling SymbolKit Snippet.swift
[12/53] Compiling SymbolKit Extension.swift
[13/57] Compiling SymbolKit DeclarationFragments.swift
[14/57] Compiling SymbolKit Fragment.swift
[15/57] Compiling SymbolKit FragmentKind.swift
[16/57] Compiling SymbolKit FunctionParameter.swift
[17/57] Compiling SymbolKit FunctionSignature.swift
[18/57] Compiling SymbolKit Mixin+Equals.swift
[19/57] Compiling SymbolKit Mixin+Hash.swift
[20/57] Compiling SymbolKit Mixin.swift
[21/57] Compiling SymbolKit LineList.swift
[22/57] Compiling SymbolKit Position.swift
[23/57] Compiling SymbolKit SourceRange.swift
[24/57] Compiling SymbolKit Metadata.swift
[25/57] Compiling SymbolKit Module.swift
[26/57] Compiling SymbolKit OperatingSystem.swift
[27/57] Compiling SymbolKit Platform.swift
[28/57] Emitting module SymbolKit
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit SemanticVersion.swift
[34/57] Compiling SymbolKit AccessControl.swift
[35/57] Compiling SymbolKit Availability.swift
[36/57] Compiling SymbolKit AvailabilityItem.swift
[37/57] Compiling SymbolKit Domain.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.41s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'FuzzyMatch' complete! (0.32s)
     348
3	/Users/admin/builder/spi-builder-workspace/.docs/ordo-one/fuzzymatch/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/ordo-one/fuzzymatch/main
File count: 348
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-ordo-one-fuzzymatch-main-b69b590b.zip to s3://spi-docs-inbox/prod-ordo-one-fuzzymatch-main-b69b590b.zip
Copying... [18%]
Copying... [26%]
Copying... [35%]
Copying... [44%]
Copying... [53%]
Copying... [61%]
Copying... [70%]
Copying... [88%]
Copying... [97%]
Copying... [100%]
Done.