Build Information
Successful build of swift-path-matcher, reference 0.2.5 (88d871), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:20:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.74s)
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
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
========================================
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": "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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sunghyun-k/swift-path-matcher.git
[1/339] Fetching swift-path-matcher
Fetched https://github.com/sunghyun-k/swift-path-matcher.git from cache (0.75s)
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.3
Building package at path: $PWD
https://github.com/sunghyun-k/swift-path-matcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/15] Compiling PathMatcher PathMatcher.swift
[6/15] Compiling PathMatcher PathMatcherBuilder.swift
[7/15] Compiling PathMatcher PathPattern.swift
[8/15] Compiling PathMatcher PathComponent.swift
[9/16] Compiling PathMatcher PathMatcherBuilderExtensions.swift
[10/16] Compiling PathMatcher Empty.swift
[11/16] Compiling PathMatcher Literal.swift
[12/16] Compiling PathMatcher OptionalParameter.swift
[13/16] Compiling PathMatcher Parameter.swift
[14/16] Emitting module PathMatcher
[15/16] Compiling PathMatcher PathMatcherFactory.swift
[16/16] Compiling PathMatcher PathRouter.swift
Build complete! (11.67s)
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.3
.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'. (28.01s)
Building documentation for 'PathMatcher'...
Finished building documentation for 'PathMatcher' (0.36s)
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
[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 GenericConstraint.swift
[10/53] Compiling SymbolKit GenericParameter.swift
[11/53] Compiling SymbolKit Generics.swift
[12/53] Compiling SymbolKit Namespace.swift
[13/57] Compiling SymbolKit Symbol.swift
[14/57] Compiling SymbolKit SymbolKind.swift
[15/57] Compiling SymbolKit SymbolGraph.swift
[16/57] Compiling SymbolKit GraphCollector.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Emitting module SymbolKit
[31/57] Compiling SymbolKit SemanticVersion.swift
[32/57] Compiling SymbolKit AccessControl.swift
[33/57] Compiling SymbolKit Availability.swift
[34/57] Compiling SymbolKit AvailabilityItem.swift
[35/57] Compiling SymbolKit Domain.swift
[36/57] Compiling SymbolKit SourceRange.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.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! (4.89s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'PathMatcher' complete! (0.26s)
162
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: 162
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-sunghyun-k-swift-path-matcher-0.2.5-14220284.zip to s3://spi-docs-inbox/prod-sunghyun-k-swift-path-matcher-0.2.5-14220284.zip
Copying... [13%]
Copying... [27%]
Copying... [40%]
Copying... [54%]
Copying... [67%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.