Build Information
Successful build of AsyncParsableCommand, reference 0.0.3 (0d3eee), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 03:38:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christopherweems/_AsyncParsableCommand.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/christopherweems/_AsyncParsableCommand
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at 0d3eeed Conditionally compile async test on macOS only
Cloned https://github.com/christopherweems/_AsyncParsableCommand.git
Revision (git rev-parse @):
0d3eeed8056e8f135fa4c6cf067b07e0878c79a2
SUCCESS checkout https://github.com/christopherweems/_AsyncParsableCommand.git at 0.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/7] Emitting module ArgumentParserToolInfo
[7/7] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/46] Emitting module ArgumentParser
[9/50] Compiling ArgumentParser CommandConfiguration.swift
[10/50] Compiling ArgumentParser CommandGroup.swift
[11/50] Compiling ArgumentParser EnumerableFlag.swift
[12/50] Compiling ArgumentParser ExpressibleByArgument.swift
[13/50] Compiling ArgumentParser ParsableArguments.swift
[14/50] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/50] Compiling ArgumentParser ParsableCommand.swift
[16/50] Compiling ArgumentParser ArgumentDecoder.swift
[17/50] Compiling ArgumentParser NameSpecification.swift
[18/50] Compiling ArgumentParser Option.swift
[19/50] Compiling ArgumentParser OptionGroup.swift
[20/50] Compiling ArgumentParser AsyncParsableCommand.swift
[21/50] Compiling ArgumentParser InputOrigin.swift
[22/50] Compiling ArgumentParser Name.swift
[23/50] Compiling ArgumentParser Parsed.swift
[24/50] Compiling ArgumentParser ParsedValues.swift
[25/50] Compiling ArgumentParser ArgumentDefinition.swift
[26/50] Compiling ArgumentParser ArgumentSet.swift
[27/50] Compiling ArgumentParser CommandParser.swift
[28/50] Compiling ArgumentParser InputKey.swift
[29/50] Compiling ArgumentParser Platform.swift
[30/50] Compiling ArgumentParser SequenceExtensions.swift
[31/50] Compiling ArgumentParser StringExtensions.swift
[32/50] Compiling ArgumentParser Tree.swift
[33/50] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/50] Compiling ArgumentParser CompletionsGenerator.swift
[35/50] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/50] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/50] Compiling ArgumentParser Argument.swift
[38/50] Compiling ArgumentParser ArgumentHelp.swift
[39/50] Compiling ArgumentParser ArgumentVisibility.swift
[40/50] Compiling ArgumentParser CompletionKind.swift
[41/50] Compiling ArgumentParser Errors.swift
[42/50] Compiling ArgumentParser Flag.swift
[43/50] Compiling ArgumentParser ParserError.swift
[44/50] Compiling ArgumentParser SplitArguments.swift
[45/50] Compiling ArgumentParser DumpHelpGenerator.swift
[46/50] Compiling ArgumentParser HelpCommand.swift
[47/50] Compiling ArgumentParser HelpGenerator.swift
[48/50] Compiling ArgumentParser MessageInfo.swift
[49/50] Compiling ArgumentParser UsageGenerator.swift
[50/50] Compiling ArgumentParser CollectionExtensions.swift
[51/53] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:20:27: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
18 |
19 | do {
20 | try await taskState.command.run()
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |
22 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:14:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
12 | dispatchGroup.enter()
13 |
14 | let taskState = TaskState(command: self)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 |
16 | Task.detached(priority: .userInitiated) {
[52/53] Emitting module AsyncParsableCommand
[53/53] Compiling AsyncParsableCommand TaskState.swift
Build complete! (10.76s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.43s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.90s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "AsyncParsableCommand",
"name" : "AsyncParsableCommand",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "AsyncParsableCommand",
"targets" : [
"AsyncParsableCommand"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncParsableCommandTests",
"module_type" : "SwiftTarget",
"name" : "AsyncParsableCommandTests",
"path" : "Tests/AsyncParsableCommandTests",
"sources" : [
"AsyncParsableCommandTests.swift"
],
"target_dependencies" : [
"AsyncParsableCommand"
],
"type" : "test"
},
{
"c99name" : "AsyncParsableCommand",
"module_type" : "SwiftTarget",
"name" : "AsyncParsableCommand",
"path" : "Sources/AsyncParsableCommand",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"AsyncParsableCommand"
],
"sources" : [
"TaskState.swift",
"_AsyncParsableCommand.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.