Build Information
Successful build of SwiftyTree 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/jjotaum/SwiftyTree.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jjotaum/SwiftyTree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd4d5e6 Merge pull request #1 from jjotaum/release/1.1.0
Cloned https://github.com/jjotaum/SwiftyTree.git
Revision (git rev-parse @):
cd4d5e67aa2b1e083b45043e6e9da813cc0bf004
SUCCESS checkout https://github.com/jjotaum/SwiftyTree.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/jjotaum/SwiftyTree.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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[4/9] Write SwiftyTree-entitlement.plist
[5/9] Write swift-version-6F35C1178C84523A.txt
[7/11] Emitting module ArgumentParserToolInfo
[8/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/49] Compiling ArgumentParser InputOrigin.swift
[10/49] Compiling ArgumentParser Name.swift
[11/49] Compiling ArgumentParser Parsed.swift
[12/49] Compiling ArgumentParser ParsedValues.swift
[13/53] Compiling ArgumentParser ArgumentHelp.swift
[14/53] Compiling ArgumentParser ArgumentVisibility.swift
[15/53] Compiling ArgumentParser CompletionKind.swift
[16/53] Compiling ArgumentParser Errors.swift
[17/53] Compiling ArgumentParser AsyncParsableCommand.swift
[18/53] Compiling ArgumentParser CommandConfiguration.swift
[19/53] Compiling ArgumentParser EnumerableFlag.swift
[20/53] Compiling ArgumentParser ExpressibleByArgument.swift
[21/53] Emitting module ArgumentParser
[22/53] Compiling ArgumentParser Flag.swift
[23/53] Compiling ArgumentParser NameSpecification.swift
[24/53] Compiling ArgumentParser Option.swift
[25/53] Compiling ArgumentParser OptionGroup.swift
[26/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/53] Compiling ArgumentParser CompletionsGenerator.swift
[28/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/53] Compiling ArgumentParser Argument.swift
[31/53] Compiling ArgumentParser ParsableArguments.swift
[32/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/53] Compiling ArgumentParser ParsableCommand.swift
[34/53] Compiling ArgumentParser ArgumentDecoder.swift
[35/53] Compiling ArgumentParser Platform.swift
[36/53] Compiling ArgumentParser SequenceExtensions.swift
[37/53] Compiling ArgumentParser StringExtensions.swift
[38/53] Compiling ArgumentParser Tree.swift
[39/53] Compiling ArgumentParser ArgumentDefinition.swift
[40/53] Compiling ArgumentParser ArgumentSet.swift
[41/53] Compiling ArgumentParser CommandParser.swift
[42/53] Compiling ArgumentParser InputKey.swift
[43/53] Compiling ArgumentParser HelpGenerator.swift
[44/53] Compiling ArgumentParser MessageInfo.swift
[45/53] Compiling ArgumentParser UsageGenerator.swift
[46/53] Compiling ArgumentParser CollectionExtensions.swift
[47/53] Compiling ArgumentParser ParserError.swift
[48/53] Compiling ArgumentParser SplitArguments.swift
[49/53] Compiling ArgumentParser DumpHelpGenerator.swift
[50/53] Compiling ArgumentParser HelpCommand.swift
[51/57] Compiling SwiftyTree TreeGenerator.swift
[52/57] Compiling SwiftyTree main.swift
[53/57] Compiling SwiftyTree SwiftyTree.swift
[54/57] Emitting module SwiftyTree
[54/57] Write Objects.LinkFileList
[55/57] Linking SwiftyTree
[56/57] Applying SwiftyTree
Build complete! (28.73s)
Fetching https://github.com/apple/swift-argument-parser
[1/11679] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (1.05s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftyTree",
"name" : "SwiftyTree",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftyTree",
"targets" : [
"SwiftyTree"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftyTreeTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyTreeTests",
"path" : "Tests/SwiftyTreeTests",
"sources" : [
"SwiftyTreeTests.swift"
],
"target_dependencies" : [
"SwiftyTree"
],
"type" : "test"
},
{
"c99name" : "SwiftyTree",
"module_type" : "SwiftTarget",
"name" : "SwiftyTree",
"path" : "Sources/SwiftyTree",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"SwiftyTree"
],
"sources" : [
"SwiftyTree.swift",
"TreeGenerator.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.