Build Information
Successful build of SwiftURLPattern, reference 1.0.1 (6d1265), with Swift 6.1 for macOS (SPM) on 21 Jun 2025 06:09:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/timi-wang/SwiftURLPattern.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timi-wang/SwiftURLPattern
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 6d12654 make options public
Cloned https://github.com/timi-wang/SwiftURLPattern.git
Revision (git rev-parse @):
6d12654c942300c14fe84d8229d2650eaa125d82
SUCCESS checkout https://github.com/timi-wang/SwiftURLPattern.git at 1.0.1
========================================
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": "swifturlpattern",
"name": "SwiftURLPattern",
"url": "https://github.com/timi-wang/SwiftURLPattern.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftURLPattern",
"dependencies": [
]
}
]
}
Fetching https://github.com/timi-wang/SwiftURLPattern.git
[2/48] Fetching swifturlpattern
Fetched https://github.com/timi-wang/SwiftURLPattern.git from cache (0.59s)
Creating working copy for https://github.com/timi-wang/SwiftURLPattern.git
Working copy of https://github.com/timi-wang/SwiftURLPattern.git resolved at 1.0.1 (6d12654)
warning: '.resolve-product-dependencies': dependency 'swifturlpattern' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/timi-wang/SwiftURLPattern.git
https://github.com/timi-wang/SwiftURLPattern.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftURLPattern",
"name" : "SwiftURLPattern",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "URLPattern",
"targets" : [
"URLPattern"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLPatternTests",
"module_type" : "SwiftTarget",
"name" : "URLPatternTests",
"path" : "Tests/URLPatternTests",
"sources" : [
"AST.swift",
"Errors.swift",
"Helpers.swift",
"MatchFixtures.swift",
"Misc.swift",
"Parser.swift",
"StringifyFixtures.swift",
"UsageExample.swift"
],
"target_dependencies" : [
"URLPattern"
],
"type" : "test"
},
{
"c99name" : "URLPattern",
"module_type" : "SwiftTarget",
"name" : "URLPattern",
"path" : "Sources/URLPattern",
"product_memberships" : [
"URLPattern"
],
"sources" : [
"AST.swift",
"Helpers.swift",
"Parser.swift",
"URLPattern.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling URLPattern Parser.swift
[4/7] Compiling URLPattern URLPattern.swift
[5/7] Compiling URLPattern Helpers.swift
[6/7] Emitting module URLPattern
[7/7] Compiling URLPattern AST.swift
Build complete! (5.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftURLPattern",
"name" : "SwiftURLPattern",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "URLPattern",
"targets" : [
"URLPattern"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLPatternTests",
"module_type" : "SwiftTarget",
"name" : "URLPatternTests",
"path" : "Tests/URLPatternTests",
"sources" : [
"AST.swift",
"Errors.swift",
"Helpers.swift",
"MatchFixtures.swift",
"Misc.swift",
"Parser.swift",
"StringifyFixtures.swift",
"UsageExample.swift"
],
"target_dependencies" : [
"URLPattern"
],
"type" : "test"
},
{
"c99name" : "URLPattern",
"module_type" : "SwiftTarget",
"name" : "URLPattern",
"path" : "Sources/URLPattern",
"product_memberships" : [
"URLPattern"
],
"sources" : [
"AST.swift",
"Helpers.swift",
"Parser.swift",
"URLPattern.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.