Build Information
Successful build of FileKit, reference develop (9006d2
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:58:56 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/nvzqz/FileKit.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nvzqz/FileKit
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 9006d28 Fix warning and update project with Xcode 14.2
Cloned https://github.com/nvzqz/FileKit.git
Revision (git rev-parse @):
9006d2888025fbe893c3c396327b2fe45a8c177b
SUCCESS checkout https://github.com/nvzqz/FileKit.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nvzqz/FileKit.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/35] Emitting module FileKit
/Users/admin/builder/spi-builder-workspace/Sources/Path.swift:1178:12: warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
1176 |
1177 | /// Initializes a path from the string interpolation paths.
1178 | public init(stringInterpolation paths: Path...) {
| |- warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
| |- note: candidate has non-matching type '(stringInterpolation: Path...)' [with StringInterpolation = DefaultStringInterpolation]
| `- note: move 'init(stringInterpolation:)' to another extension to silence this warning
1179 | self.init(paths.reduce("", { $0 + $1.rawValue }))
1180 | }
Swift.ExpressibleByStringInterpolation.init:2:1: note: requirement 'init(stringInterpolation:)' declared here
1 | protocol ExpressibleByStringInterpolation {
2 | init(stringInterpolation: Self.StringInterpolation)}
| `- note: requirement 'init(stringInterpolation:)' declared here
3 |
[4/38] Compiling FileKit Path.swift
/Users/admin/builder/spi-builder-workspace/Sources/Path.swift:1178:12: warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
1176 |
1177 | /// Initializes a path from the string interpolation paths.
1178 | public init(stringInterpolation paths: Path...) {
| |- warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
| |- note: candidate has non-matching type '(stringInterpolation: Path...)' [with StringInterpolation = DefaultStringInterpolation]
| `- note: move 'init(stringInterpolation:)' to another extension to silence this warning
1179 | self.init(paths.reduce("", { $0 + $1.rawValue }))
1180 | }
Swift.ExpressibleByStringInterpolation.init:2:1: note: requirement 'init(stringInterpolation:)' declared here
1 | protocol ExpressibleByStringInterpolation {
2 | init(stringInterpolation: Self.StringInterpolation)}
| `- note: requirement 'init(stringInterpolation:)' declared here
3 |
[5/38] Compiling FileKit Process+FileKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Path.swift:1178:12: warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
1176 |
1177 | /// Initializes a path from the string interpolation paths.
1178 | public init(stringInterpolation paths: Path...) {
| |- warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
| |- note: candidate has non-matching type '(stringInterpolation: Path...)' [with StringInterpolation = DefaultStringInterpolation]
| `- note: move 'init(stringInterpolation:)' to another extension to silence this warning
1179 | self.init(paths.reduce("", { $0 + $1.rawValue }))
1180 | }
Swift.ExpressibleByStringInterpolation.init:2:1: note: requirement 'init(stringInterpolation:)' declared here
1 | protocol ExpressibleByStringInterpolation {
2 | init(stringInterpolation: Self.StringInterpolation)}
| `- note: requirement 'init(stringInterpolation:)' declared here
3 |
[6/38] Compiling FileKit PropertyListType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Path.swift:1178:12: warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
1176 |
1177 | /// Initializes a path from the string interpolation paths.
1178 | public init(stringInterpolation paths: Path...) {
| |- warning: initializer 'init(stringInterpolation:)' nearly matches defaulted requirement 'init(stringInterpolation:)' of protocol 'ExpressibleByStringInterpolation'
| |- note: candidate has non-matching type '(stringInterpolation: Path...)' [with StringInterpolation = DefaultStringInterpolation]
| `- note: move 'init(stringInterpolation:)' to another extension to silence this warning
1179 | self.init(paths.reduce("", { $0 + $1.rawValue }))
1180 | }
Swift.ExpressibleByStringInterpolation.init:2:1: note: requirement 'init(stringInterpolation:)' declared here
1 | protocol ExpressibleByStringInterpolation {
2 | init(stringInterpolation: Self.StringInterpolation)}
| `- note: requirement 'init(stringInterpolation:)' declared here
3 |
[7/38] Compiling FileKit RelativePathType.swift
[8/38] Compiling FileKit String+FileKit.swift
[9/38] Compiling FileKit TextFile.swift
[10/38] Compiling FileKit DirectoryEnumerator.swift
[11/38] Compiling FileKit DispatchEvent.swift
[12/38] Compiling FileKit DispatchWatcher.swift
[13/38] Compiling FileKit File.swift
[14/38] Compiling FileKit NSArray+FileKit.swift
[15/38] Compiling FileKit NSData+FileKit.swift
[16/38] Compiling FileKit NSDataFile.swift
[17/38] Compiling FileKit FileSystemEvent.swift
[18/38] Compiling FileKit FileSystemEventStream.swift
[19/38] Compiling FileKit FileSystemWatcher.swift
[20/38] Compiling FileKit FileType.swift
[21/38] Compiling FileKit DataFile.swift
[22/38] Compiling FileKit DataType.swift
[23/38] Compiling FileKit Dictionary+File.swift
[24/38] Compiling FileKit DictionaryFile.swift
[25/38] Compiling FileKit NSDictionary+FileKit.swift
[26/38] Compiling FileKit NSString+FileKit.swift
[27/38] Compiling FileKit Operators.swift
[28/38] Compiling FileKit Array+File.swift
[29/38] Compiling FileKit ArrayFile.swift
[30/38] Compiling FileKit Bundle+FileKit.swift
[31/38] Compiling FileKit Data+FileKit.swift
[32/38] Compiling FileKit FileKit.swift
[33/38] Compiling FileKit FileKitError.swift
[34/38] Compiling FileKit FilePermissions.swift
[35/38] Compiling FileKit FileProtection.swift
[36/38] Compiling FileKit Image+FileKit.swift
[37/38] Compiling FileKit ImageFile.swift
[38/38] Compiling FileKit JSONType.swift
Build complete! (6.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FileKit",
"name" : "FileKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FileKit",
"targets" : [
"FileKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FileKitTests",
"module_type" : "SwiftTarget",
"name" : "FileKitTests",
"path" : "Tests",
"sources" : [
"FileKitTests.swift"
],
"target_dependencies" : [
"FileKit"
],
"type" : "test"
},
{
"c99name" : "FileKit",
"module_type" : "SwiftTarget",
"name" : "FileKit",
"path" : "Sources",
"product_memberships" : [
"FileKit"
],
"sources" : [
"Array+File.swift",
"ArrayFile.swift",
"Bundle+FileKit.swift",
"Data+FileKit.swift",
"DataFile.swift",
"DataType.swift",
"Dictionary+File.swift",
"DictionaryFile.swift",
"DirectoryEnumerator.swift",
"DispatchEvent.swift",
"DispatchWatcher.swift",
"File.swift",
"FileKit.swift",
"FileKitError.swift",
"FilePermissions.swift",
"FileProtection.swift",
"FileSystemEvent.swift",
"FileSystemEventStream.swift",
"FileSystemWatcher.swift",
"FileType.swift",
"Image+FileKit.swift",
"ImageFile.swift",
"JSONType.swift",
"NSArray+FileKit.swift",
"NSData+FileKit.swift",
"NSDataFile.swift",
"NSDictionary+FileKit.swift",
"NSString+FileKit.swift",
"Operators.swift",
"Path.swift",
"Process+FileKit.swift",
"PropertyListType.swift",
"RelativePathType.swift",
"String+FileKit.swift",
"TextFile.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.