Build Information
Successful build of PathTemplate, reference master (96a97a), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 07:14:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gjeck/PathTemplate.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gjeck/PathTemplate.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 96a97a5 Merge pull request #5 from gjeck/5-1
Cloned https://github.com/gjeck/PathTemplate.swift.git
Revision (git rev-parse @):
96a97a56d729197606c4dd25e764e9f54bd85edc
SUCCESS checkout https://github.com/gjeck/PathTemplate.swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/gjeck/PathTemplate.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling PathTemplate Token.swift
[4/6] Compiling PathTemplate PathTemplate.swift
[5/6] Emitting module PathTemplate
[6/6] Compiling PathTemplate OrderedPathRegexFactory.swift
Build complete! (3.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PathTemplate",
"name" : "PathTemplate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PathTemplate",
"targets" : [
"PathTemplate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathTemplateTests",
"module_type" : "SwiftTarget",
"name" : "PathTemplateTests",
"path" : "Tests/PathTemplateTests",
"sources" : [
"OrderedPathRegexFactoryTests.swift",
"PathTemplateTests.swift"
],
"target_dependencies" : [
"PathTemplate"
],
"type" : "test"
},
{
"c99name" : "PathTemplate",
"module_type" : "SwiftTarget",
"name" : "PathTemplate",
"path" : "Sources/PathTemplate",
"product_memberships" : [
"PathTemplate"
],
"sources" : [
"OrderedPathRegexFactory.swift",
"PathTemplate.swift",
"Token.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.