Build Information
Successful build of FileScanKit with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/filescankit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yutailang0119/filescankit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28ca61d Fix typo
Cloned https://github.com/yutailang0119/filescankit.git
Revision (git rev-parse @):
28ca61dc86b36bd4adaa45d119f476c468c2fde3
SUCCESS checkout https://github.com/yutailang0119/filescankit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/yutailang0119/filescankit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Emitting module PathKit
[5/5] Compiling PathKit PathKit.swift
[6/10] Compiling FileScanKit Recursion.swift
[7/10] Compiling FileScanKit Option.swift
[8/10] Compiling FileScanKit FileScanner.swift
[9/10] Compiling FileScanKit FileExtension.swift
[10/10] Emitting module FileScanKit
Build complete! (24.35s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1411] Fetching pathkit
[199/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.98s)
Fetched https://github.com/kylef/Spectre.git from cache (0.98s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (2.58s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.65s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "FileScanKit",
"name" : "FileScanKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FileScanKit",
"targets" : [
"FileScanKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FileScanKitTests",
"module_type" : "SwiftTarget",
"name" : "FileScanKitTests",
"path" : "Tests/FileScanKitTests",
"sources" : [
"FileScanKitTests.swift",
"Utilities/Project.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FileScanKit"
],
"type" : "test"
},
{
"c99name" : "FileScanKit",
"module_type" : "SwiftTarget",
"name" : "FileScanKit",
"path" : "Sources/FileScanKit",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"FileScanKit"
],
"sources" : [
"FileExtension.swift",
"FileScanner.swift",
"Option.swift",
"Recursion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.