The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-path-matcher, reference 0.2.5 (88d871), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 13:30:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sunghyun-k/swift-path-matcher.git
Reference: 0.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sunghyun-k/swift-path-matcher
 * tag               0.2.5      -> FETCH_HEAD
HEAD is now at 88d871c 문서 개선
Cloned https://github.com/sunghyun-k/swift-path-matcher.git
Revision (git rev-parse @):
88d871c555f180a5872dfe231988a6615e4736d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sunghyun-k/swift-path-matcher.git at 0.2.5
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2158] Fetching swift-docc-plugin
[217/5739] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.68s)
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.5
========================================
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",
  "dependencies": [
    {
      "identity": "swift-path-matcher",
      "name": "swift-path-matcher",
      "url": "https://github.com/sunghyun-k/swift-path-matcher.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-path-matcher",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sunghyun-k/swift-path-matcher.git
[1/326] Fetching swift-path-matcher
Fetched https://github.com/sunghyun-k/swift-path-matcher.git from cache (0.80s)
Creating working copy for https://github.com/sunghyun-k/swift-path-matcher.git
Working copy of https://github.com/sunghyun-k/swift-path-matcher.git resolved at 0.2.5 (88d871c)
warning: '.resolve-product-dependencies': dependency 'swift-path-matcher' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sunghyun-k/swift-path-matcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/15] Compiling PathMatcher PathMatcher.swift
[6/15] Compiling PathMatcher PathPattern.swift
[7/15] Compiling PathMatcher PathMatcherBuilder.swift
[8/16] Compiling PathMatcher PathComponent.swift
[9/16] Compiling PathMatcher PathMatcherBuilderExtensions.swift
[10/16] Compiling PathMatcher Empty.swift
[11/16] Compiling PathMatcher Parameter.swift
[12/16] Emitting module PathMatcher
[13/16] Compiling PathMatcher Literal.swift
[14/16] Compiling PathMatcher OptionalParameter.swift
[15/16] Compiling PathMatcher PathMatcherFactory.swift
[16/16] Compiling PathMatcher PathRouter.swift
Build complete! (14.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-path-matcher",
  "name" : "swift-path-matcher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PathMatcher",
      "targets" : [
        "PathMatcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathMatcherTests",
      "module_type" : "SwiftTarget",
      "name" : "PathMatcherTests",
      "path" : "Tests/PathMatcherTests",
      "sources" : [
        "PathMatcherTests.swift",
        "PathRouterTests.swift"
      ],
      "target_dependencies" : [
        "PathMatcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathMatcher",
      "module_type" : "SwiftTarget",
      "name" : "PathMatcher",
      "path" : "Sources/PathMatcher",
      "product_memberships" : [
        "PathMatcher"
      ],
      "sources" : [
        "Components/Literal.swift",
        "Components/OptionalParameter.swift",
        "Components/Parameter.swift",
        "Internal/Empty.swift",
        "Internal/PathMatcherBuilderExtensions.swift",
        "Internal/PathMatcherFactory.swift",
        "PathComponent.swift",
        "PathMatcher.swift",
        "PathMatcherBuilder.swift",
        "PathPattern.swift",
        "PathRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/sunghyun-k/swift-path-matcher/0.2.5
Repository:               sunghyun-k/swift-path-matcher
Swift version used:       6.2
        .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.0"),
Target:                   PathMatcher
Extracting symbol information for 'PathMatcher'...
Finished extracting symbol information for 'PathMatcher'. (1.80s)
Building documentation for 'PathMatcher'...
Finished building documentation for 'PathMatcher' (0.17s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/sunghyun-k/swift-path-matcher/0.2.5
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit Names.swift
[24/57] Compiling SymbolKit SPI.swift
[25/57] Compiling SymbolKit Snippet.swift
[26/57] Compiling SymbolKit Extension.swift
[27/57] Compiling SymbolKit SemanticVersion.swift
[28/57] Compiling SymbolKit AccessControl.swift
[29/57] Compiling SymbolKit Availability.swift
[30/57] Compiling SymbolKit AvailabilityItem.swift
[31/57] Compiling SymbolKit Domain.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit GenericConstraint.swift
[43/57] Compiling SymbolKit GenericParameter.swift
[44/57] Compiling SymbolKit Generics.swift
[45/57] Compiling SymbolKit Namespace.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.45s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'PathMatcher' complete! (0.21s)
     160
2	/Users/admin/builder/spi-builder-workspace/.docs/sunghyun-k/swift-path-matcher/0.2.5
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/sunghyun-k/swift-path-matcher/0.2.5
File count: 160
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-sunghyun-k-swift-path-matcher-0.2.5-a2979d88.zip to s3://spi-docs-inbox/prod-sunghyun-k-swift-path-matcher-0.2.5-a2979d88.zip
Copying... [14%]
Copying... [28%]
Copying... [43%]
Copying... [57%]
Copying... [71%]
Copying... [85%]
Copying... [99%]
Copying... [100%]
Done.