Build Information
Successful build of Path.swift, reference 1.6.0 (74ec90), with Swift 6.2 for macOS (SPM) on 7 Apr 2026 11:07:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/path.swift.git
Reference: 1.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/path.swift
* tag 1.6.0 -> FETCH_HEAD
HEAD is now at 74ec90b Merge pull request #103 from guillaumealgis/sendable-path
Cloned https://github.com/mxcl/path.swift.git
Revision (git rev-parse @):
74ec90bbe50a3376e399286fed48b60db9b91bb1
SUCCESS checkout https://github.com/mxcl/path.swift.git at 1.6.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",
"dependencies": [
{
"identity": "path.swift",
"name": "Path.swift",
"url": "https://github.com/mxcl/path.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/path.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/mxcl/path.swift.git
[1/1220] Fetching path.swift
Fetched https://github.com/mxcl/path.swift.git from cache (0.86s)
Creating working copy for https://github.com/mxcl/path.swift.git
Working copy of https://github.com/mxcl/path.swift.git resolved at 1.6.0 (74ec90b)
warning: '.resolve-product-dependencies': dependency 'path.swift' 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/mxcl/path.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling Path Path+StringConvertibles.swift
[4/12] Compiling Path Path+FileManager.swift
[5/12] Compiling Path Extensions.swift
[6/12] Compiling Path Path+Attributes.swift
[7/12] Compiling Path Path+CommonDirectories.swift
[8/12] Compiling Path Path+Codable.swift
[9/12] Compiling Path Path.swift
[10/12] Emitting module Path
[11/12] Compiling Path PathToBool.swift
[12/12] Compiling Path Path+ls.swift
[13/13] Compiling Path Pathish.swift
Build complete! (4.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Path.swift",
"name" : "Path.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Path",
"targets" : [
"Path"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "PathTests",
"module_type" : "SwiftTarget",
"name" : "PathTests",
"path" : "Tests/PathTests",
"sources" : [
"PathTests+ls().swift",
"PathTests.swift",
"TemporaryDirectory.swift",
"XCTestManifests.swift",
"etc.swift"
],
"target_dependencies" : [
"Path"
],
"type" : "test"
},
{
"c99name" : "Path",
"module_type" : "SwiftTarget",
"name" : "Path",
"path" : "Sources",
"product_memberships" : [
"Path"
],
"sources" : [
"Extensions.swift",
"Path+Attributes.swift",
"Path+Codable.swift",
"Path+CommonDirectories.swift",
"Path+FileManager.swift",
"Path+StringConvertibles.swift",
"Path+ls.swift",
"Path.swift",
"PathToBool.swift",
"Pathish.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.