Build Information
Successful build of Files, reference master (ccb417
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:53:39 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/elegantchaos/Files.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Files
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ccb417b stop testing on Linux for now
Cloned https://github.com/elegantchaos/Files.git
Revision (git rev-parse @):
ccb417b5b4f2d473964594a7c906a50a62c8530c
SUCCESS checkout https://github.com/elegantchaos/Files.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/Files.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/21] Compiling Files ItemName.swift
[5/21] Compiling Files NonThrowingFile.swift
[6/22] Compiling Files FileManager+Directories.swift
[7/22] Compiling Files FileManager+General.swift
[8/22] Emitting module Files
[9/22] Compiling Files ThrowingManager.swift
[10/22] Compiling Files ThrowingReference.swift
[11/22] Compiling Files NonThrowingManager.swift
[12/22] Compiling Files ThrowingFile.swift
[13/22] Compiling Files FolderManager.swift
[14/22] Compiling Files Item.swift
[15/22] Compiling Files URL+General.swift
[16/22] Compiling Files ThrowingFolder.swift
[17/22] Compiling Files ThrowingItem.swift
[18/22] Compiling Files NonThrowingFolder.swift
[19/22] Compiling Files NonThrowingItem.swift
[20/22] Compiling Files ItemContainer.swift
[21/22] Compiling Files ItemLocation.swift
[22/22] Compiling Files URL+Security.swift
[23/24] Compiling FilesKit FolderItem+Desktop.swift
[24/24] Emitting module FilesKit
Build complete! (11.93s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.69s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (1.22s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.65s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.17s)
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Build complete.
{
"dependencies" : [
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "Files",
"name" : "Files",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Files",
"targets" : [
"Files"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FilesKit",
"targets" : [
"FilesKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FilesTests",
"module_type" : "SwiftTarget",
"name" : "FilesTests",
"path" : "Tests/FilesTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"FileManagerTests.swift",
"FolderManagerTests.swift",
"NoThrowFolderManagerTests.swift",
"URLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Files"
],
"type" : "test"
},
{
"c99name" : "FilesKit",
"module_type" : "SwiftTarget",
"name" : "FilesKit",
"path" : "Sources/FilesKit",
"product_memberships" : [
"FilesKit"
],
"sources" : [
"FolderItem+Desktop.swift"
],
"target_dependencies" : [
"Files"
],
"type" : "library"
},
{
"c99name" : "Files",
"module_type" : "SwiftTarget",
"name" : "Files",
"path" : "Sources/Files",
"product_memberships" : [
"Files",
"FilesKit"
],
"sources" : [
"FileManager+Directories.swift",
"FileManager+General.swift",
"FolderManager.swift",
"Item.swift",
"ItemContainer.swift",
"ItemLocation.swift",
"ItemName.swift",
"NonThrowing/NonThrowingFile.swift",
"NonThrowing/NonThrowingFolder.swift",
"NonThrowing/NonThrowingItem.swift",
"NonThrowing/NonThrowingManager.swift",
"Throwing/ThrowingFile.swift",
"Throwing/ThrowingFolder.swift",
"Throwing/ThrowingItem.swift",
"Throwing/ThrowingManager.swift",
"Throwing/ThrowingReference.swift",
"URL+General.swift",
"URL+Security.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.