Build Information
Successful build of FileUtils, reference master (596947
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 13:02:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/SwiftFileUtils.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/SwiftFileUtils
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 596947e ref2
Cloned https://github.com/nerzh/SwiftFileUtils.git
Revision (git rev-parse @):
596947ed909050f61fa0d342df4b5959bf48342c
SUCCESS checkout https://github.com/nerzh/SwiftFileUtils.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nerzh/SwiftFileUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling SwiftRegularExpression String+Regexp.swift
[5/5] Emitting module SwiftRegularExpression
[6/11] Compiling FileUtils WriteFile.swift
[7/11] Compiling FileUtils Mode.swift
[8/11] Compiling FileUtils FileUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/FileUtils/FileUtils.swift:133:16: warning: will never be executed
131 | guard
132 | let cStringPointer: UnsafeMutablePointer<Int8> = pointer
133 | else { throw fatalError("unknown error for path: \(path)\nPlease, check your path.\n") }
| | `- note: a call to a never-returning function
| `- warning: will never be executed
134 | defer { free(cStringPointer) }
135 |
[9/11] Compiling FileUtils ReadFile.swift
[10/11] Emitting module FileUtils
[11/11] Compiling FileUtils FileReader.swift
Build complete! (5.54s)
Fetching https://github.com/nerzh/swift-regular-expression.git
[1/61] Fetching swift-regular-expression
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (0.60s)
Computing version for https://github.com/nerzh/swift-regular-expression.git
Computed https://github.com/nerzh/swift-regular-expression.git at 0.2.4 (1.14s)
Creating working copy for https://github.com/nerzh/swift-regular-expression.git
Working copy of https://github.com/nerzh/swift-regular-expression.git resolved at 0.2.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-regular-expression",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerzh/swift-regular-expression.git"
}
],
"manifest_display_name" : "FileUtils",
"name" : "FileUtils",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FileUtils",
"targets" : [
"FileUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FileUtilsTests",
"module_type" : "SwiftTarget",
"name" : "FileUtilsTests",
"path" : "Tests/FileUtilsTests",
"sources" : [
"FileUtilsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FileUtils"
],
"type" : "test"
},
{
"c99name" : "FileUtils",
"module_type" : "SwiftTarget",
"name" : "FileUtils",
"path" : "Sources/FileUtils",
"product_dependencies" : [
"SwiftRegularExpression"
],
"product_memberships" : [
"FileUtils"
],
"sources" : [
"FileReader.swift",
"FileUtils.swift",
"Mode.swift",
"ReadFile.swift",
"WriteFile.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.