Build Information
Successful build of Commander, reference 0.6.3 (7791c4
), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 05:28:51 UTC.
Swift 6 data race errors: 28
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Commander-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devedbox/commander.git
Reference: 0.6.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devedbox/commander
* tag 0.6.3 -> FETCH_HEAD
HEAD is now at 7791c48 feat: Updates the type alias for subcommands.
Cloned https://github.com/devedbox/commander.git
Revision (git rev-parse @):
7791c480a2e508229a14275630612bfea3d3c0b2
SUCCESS checkout https://github.com/devedbox/commander.git at 0.6.3
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/devedbox/commander.git
https://github.com/devedbox/commander.git
{
"dependencies" : [
],
"manifest_display_name" : "Commander",
"name" : "Commander",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Commander",
"targets" : [
"Commander"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "commander-sample",
"targets" : [
"commander-sample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "commander_sample",
"module_type" : "SwiftTarget",
"name" : "commander-sample",
"path" : "Sources/commander-sample",
"product_memberships" : [
"commander-sample"
],
"sources" : [
"SampleCommand.swift",
"main.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "executable"
},
{
"c99name" : "UtilityTests",
"module_type" : "SwiftTarget",
"name" : "UtilityTests",
"path" : "Tests/UtilityTests",
"sources" : [
"Bool+Tests.swift",
"CommandLineTests.swift",
"Optional+Tests.swift",
"String+Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "test"
},
{
"c99name" : "Utility",
"module_type" : "SwiftTarget",
"name" : "Utility",
"path" : "Sources/Utility",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Bool+.swift",
"Collection+.swift",
"CommandLine.swift",
"Optional+.swift",
"String+.swift"
],
"type" : "library"
},
{
"c99name" : "CommanderTests",
"module_type" : "SwiftTarget",
"name" : "CommanderTests",
"path" : "Tests/CommanderTests",
"sources" : [
"CommandPathTests.swift",
"CommandTests.swift",
"CommanderTests.swift",
"GlobalOptionsTests.swift",
"OptionsDecoderTests.swift",
"WrappedCommandTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "test"
},
{
"c99name" : "Commander",
"module_type" : "SwiftTarget",
"name" : "Commander",
"path" : "Sources/Commander",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Built-Ins/BuiltIn.swift",
"Built-Ins/Commands/Complete.swift",
"Built-Ins/Commands/Help.swift",
"Commander.swift",
"Commands/CommandDescriber.swift",
"Commands/CommandPath.swift",
"Commands/CommandRepresentable.swift",
"Error.swift",
"Options/DefaultOptions.swift",
"Options/Option.swift",
"Options/OptionDescription.swift",
"Options/OptionsDecoder.swift",
"Options/OptionsRepresentable.swift",
"Shell.swift",
"misc.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "Commander",
"name" : "Commander",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Commander",
"targets" : [
"Commander"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "commander-sample",
"targets" : [
"commander-sample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "commander_sample",
"module_type" : "SwiftTarget",
"name" : "commander-sample",
"path" : "Sources/commander-sample",
"product_memberships" : [
"commander-sample"
],
"sources" : [
"SampleCommand.swift",
"main.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "executable"
},
{
"c99name" : "UtilityTests",
"module_type" : "SwiftTarget",
"name" : "UtilityTests",
"path" : "Tests/UtilityTests",
"sources" : [
"Bool+Tests.swift",
"CommandLineTests.swift",
"Optional+Tests.swift",
"String+Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "test"
},
{
"c99name" : "Utility",
"module_type" : "SwiftTarget",
"name" : "Utility",
"path" : "Sources/Utility",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Bool+.swift",
"Collection+.swift",
"CommandLine.swift",
"Optional+.swift",
"String+.swift"
],
"type" : "library"
},
{
"c99name" : "CommanderTests",
"module_type" : "SwiftTarget",
"name" : "CommanderTests",
"path" : "Tests/CommanderTests",
"sources" : [
"CommandPathTests.swift",
"CommandTests.swift",
"CommanderTests.swift",
"GlobalOptionsTests.swift",
"OptionsDecoderTests.swift",
"WrappedCommandTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "test"
},
{
"c99name" : "Commander",
"module_type" : "SwiftTarget",
"name" : "Commander",
"path" : "Sources/Commander",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Built-Ins/BuiltIn.swift",
"Built-Ins/Commands/Complete.swift",
"Built-Ins/Commands/Help.swift",
"Commander.swift",
"Commands/CommandDescriber.swift",
"Commands/CommandPath.swift",
"Commands/CommandRepresentable.swift",
"Error.swift",
"Options/DefaultOptions.swift",
"Options/Option.swift",
"Options/OptionDescription.swift",
"Options/OptionsDecoder.swift",
"Options/OptionsRepresentable.swift",
"Shell.swift",
"misc.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Commander",
"schemes" : [
"Commander-Package",
"commander-sample"
],
"targets" : [
"Commander",
"CommanderPackageDescription",
"CommanderPackageTests",
"CommanderTests",
"Utility",
"UtilityTests",
"commander-sample"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Commander",
"Commander-Package",
"commander-sample"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Commander-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Commander-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
Commander: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'commander-sample' in project 'Commander'
➜ Explicit dependency on target 'Utility' in project 'Commander'
➜ Explicit dependency on target 'Commander' in project 'Commander'
Target 'Commander' in project 'Commander'
➜ Explicit dependency on target 'Commander' in project 'Commander'
➜ Explicit dependency on target 'Utility' in project 'Commander'
Target 'Commander' in project 'Commander'
➜ Explicit dependency on target 'Utility' in project 'Commander'
Target 'Utility' in project 'Commander' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 19071cec895b055fb062fd292133bbd2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/19071cec895b055fb062fd292133bbd2.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/commander-sample.DependencyMetadataFileList (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/commander-sample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.modulemap (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyStaticMetadataFileList (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/commander-sample.DependencyStaticMetadataFileList (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/commander-sample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample-OutputFileMap.json (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.LinkFileList (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_const_extract_protocols.json (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyMetadataFileList (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.SwiftFileList (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_const_extract_protocols.json (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftConstValuesFileList (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.LinkFileList (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-OutputFileMap.json (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftConstValuesFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.modulemap (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Utility.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.modulemap (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.LinkFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyStaticMetadataFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyMetadataFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commander.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.modulemap (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Utility normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Utility -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Bool+.swift /Users/admin/builder/spi-builder-workspace/Sources/Utility/Bool+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utility/Bool+.swift (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Utility (in target 'Utility' from project 'Commander')
EmitSwiftModule normal arm64 (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CommandLine.swift /Users/admin/builder/spi-builder-workspace/Sources/Utility/CommandLine.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utility/CommandLine.swift (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String+.swift /Users/admin/builder/spi-builder-workspace/Sources/Utility/String+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utility/String+.swift (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Collection+.swift /Users/admin/builder/spi-builder-workspace/Sources/Utility/Collection+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utility/Collection+.swift (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Optional+.swift /Users/admin/builder/spi-builder-workspace/Sources/Utility/Optional+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utility/Optional+.swift (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Utility (in target 'Utility' from project 'Commander')
SwiftDriver\ Compilation\ Requirements Utility normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Utility -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Utility-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-Swift.h (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Utility-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.abi.json (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftdoc (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftsourceinfo (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ OptionsRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: warning: var '_ArgumentsStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: convert '_ArgumentsStorage' to a 'let' constant to make 'Sendable' shared state immutable
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: add '@MainActor' to make var '_ArgumentsStorage' part of global actor 'MainActor'
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ Commander (in target 'Commander' from project 'Commander')
EmitSwiftModule normal arm64 (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
public static var errorHandler: ((Swift.Error) throws -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: warning: static property 'outputHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var outputHandler: ((String) -> Void)?
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: convert 'outputHandler' to a 'let' constant to make 'Sendable' shared state immutable
public static var outputHandler: ((String) -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: add '@MainActor' to make static property 'outputHandler' part of global actor 'MainActor'
public static var outputHandler: ((String) -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var outputHandler: ((String) -> Void)?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var commands: [CommandDispatchable.Type] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
public static var commands: [CommandDispatchable.Type] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
public static var commands: [CommandDispatchable.Type] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var commands: [CommandDispatchable.Type] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: warning: static property 'usage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var usage: String = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: convert 'usage' to a 'let' constant to make 'Sendable' shared state immutable
public static var usage: String = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: add '@MainActor' to make static property 'usage' part of global actor 'MainActor'
public static var usage: String = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var usage: String = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: warning: static property 'help' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) static var help: CommandDispatchable.Type = Help.self
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: convert 'help' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) static var help: CommandDispatchable.Type = Help.self
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: add '@MainActor' to make static property 'help' part of global actor 'MainActor'
public private(set) static var help: CommandDispatchable.Type = Help.self
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) static var help: CommandDispatchable.Type = Help.self
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) static var commands: [CommandDispatchable.Type] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) static var commands: [CommandDispatchable.Type] = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
public private(set) static var commands: [CommandDispatchable.Type] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) static var commands: [CommandDispatchable.Type] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: warning: static property 'descriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: convert 'descriptions' to a 'let' constant to make 'Sendable' shared state immutable
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: warning: static property 'path' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var path: CommandPath!
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: convert 'path' to a 'let' constant to make 'Sendable' shared state immutable
internal static var path: CommandPath!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: add '@MainActor' to make static property 'path' part of global actor 'MainActor'
internal static var path: CommandPath!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var path: CommandPath!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: warning: static property 'symbol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var symbol: String = "help"
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: convert 'symbol' to a 'let' constant to make 'Sendable' shared state immutable
internal static var symbol: String = "help"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: add '@MainActor' to make static property 'symbol' part of global actor 'MainActor'
internal static var symbol: String = "help"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var symbol: String = "help"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: warning: static property 'usage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: convert 'usage' to a 'let' constant to make 'Sendable' shared state immutable
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: add '@MainActor' to make static property 'usage' part of global actor 'MainActor'
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) var logger: TextOutputStream!
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) var logger: TextOutputStream!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
public private(set) var logger: TextOutputStream!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) var logger: TextOutputStream!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:33:18: warning: stored property 'path' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
internal let path: CommandPath
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:37:18: warning: stored property 'decoded' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'any Decodable'; this is an error in the Swift 6 language mode
internal let decoded: Decodable
^
Swift.Decodable:1:17: note: protocol 'Decodable' does not conform to the 'Sendable' protocol
public protocol Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:39:18: warning: stored property 'decoder' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
internal let decoder: Decoder
^
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
public protocol Decoder {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: warning: static property 'running' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var running: RunningContext = RunningContext()
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: convert 'running' to a 'let' constant to make 'Sendable' shared state immutable
internal static var running: RunningContext = RunningContext()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: add '@MainActor' to make static property 'running' part of global actor 'MainActor'
internal static var running: RunningContext = RunningContext()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var running: RunningContext = RunningContext()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift:42:8: warning: associated value 'unrecognizedOptions(_:path:underlyingError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], path: CommandPath?, underlyingError: Swift.Error?)
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift:67:8: warning: associated value 'needsHelp(path:)' of 'Sendable'-conforming enum 'InternalError' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
case needsHelp(path: CommandPath)
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var allCases: [EmptyOptionKeys] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
public static var allCases: [EmptyOptionKeys] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
public static var allCases: [EmptyOptionKeys] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var allCases: [EmptyOptionKeys] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: warning: static property 'keys' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.None.OptionKeys : Character]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, Character>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let keys: [OptionKeys : Character] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: note: add '@MainActor' to make static property 'keys' part of global actor 'MainActor'
public static let keys: [OptionKeys : Character] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keys: [OptionKeys : Character] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: warning: static property 'descriptions' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.None.OptionKeys : OptionDescription]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, OptionDescription>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift:32:15: note: consider making struct 'OptionDescription' conform to the 'Sendable' protocol
public struct OptionDescription {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: warning: static property 'keys' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.Empty.OptionKeys : Character]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, Character>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let keys: [OptionKeys : Character] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: note: add '@MainActor' to make static property 'keys' part of global actor 'MainActor'
public static let keys: [OptionKeys : Character] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keys: [OptionKeys : Character] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: warning: static property 'descriptions' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.Empty.OptionKeys : OptionDescription]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, OptionDescription>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift:32:15: note: consider making struct 'OptionDescription' conform to the 'Sendable' protocol
public struct OptionDescription {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:82:10: warning: associated value 'unrecognizedArguments' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case unrecognizedArguments([Any])
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:83:10: warning: associated value 'unrecognizedOptions(_:decoded:decoder:decodeError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any Decodable'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], decoded: Decodable?, decoder: Decoder?, decodeError: Swift.Error?)
^
Swift.Decodable:1:17: note: protocol 'Decodable' does not conform to the 'Sendable' protocol
public protocol Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:83:10: warning: associated value 'unrecognizedOptions(_:decoded:decoder:decodeError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], decoded: Decodable?, decoder: Decoder?, decodeError: Swift.Error?)
^
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
public protocol Decoder {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: warning: static property 'optionsFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: convert 'optionsFormat' to a 'let' constant to make 'Sendable' shared state immutable
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: add '@MainActor' to make static property 'optionsFormat' part of global actor 'MainActor'
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: warning: static property 'objectFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: convert 'objectFormat' to a 'let' constant to make 'Sendable' shared state immutable
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: add '@MainActor' to make static property 'objectFormat' part of global actor 'MainActor'
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: warning: var '_ArgumentsStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: convert '_ArgumentsStorage' to a 'let' constant to make 'Sendable' shared state immutable
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: add '@MainActor' to make var '_ArgumentsStorage' part of global actor 'MainActor'
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsRepresentable.swift:214:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _ArgumentsStorage: [AnyHashable: Any] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift:78:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift:78:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftCompile normal arm64 Compiling\ Help.swift,\ Commander.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: warning: static property 'descriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: convert 'descriptions' to a 'let' constant to make 'Sendable' shared state immutable
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:44:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var descriptions: [Options.OptionKeys: OptionDescription] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: warning: static property 'path' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var path: CommandPath!
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: convert 'path' to a 'let' constant to make 'Sendable' shared state immutable
internal static var path: CommandPath!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: add '@MainActor' to make static property 'path' part of global actor 'MainActor'
internal static var path: CommandPath!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var path: CommandPath!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: warning: static property 'symbol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var symbol: String = "help"
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: convert 'symbol' to a 'let' constant to make 'Sendable' shared state immutable
internal static var symbol: String = "help"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: add '@MainActor' to make static property 'symbol' part of global actor 'MainActor'
internal static var symbol: String = "help"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var symbol: String = "help"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: warning: static property 'usage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: convert 'usage' to a 'let' constant to make 'Sendable' shared state immutable
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: add '@MainActor' to make static property 'usage' part of global actor 'MainActor'
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Help.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var usage: String = "Prints the help message of the command. Usage: [help [COMMANDS]]"
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: warning: var 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) var logger: TextOutputStream!
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) var logger: TextOutputStream!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: add '@MainActor' to make var 'logger' part of global actor 'MainActor'
public private(set) var logger: TextOutputStream!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commander.swift:32:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) var logger: TextOutputStream!
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ misc.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift:78:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/misc.swift:78:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftCompile normal arm64 Compiling\ OptionsDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:82:10: warning: associated value 'unrecognizedArguments' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case unrecognizedArguments([Any])
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:83:10: warning: associated value 'unrecognizedOptions(_:decoded:decoder:decodeError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any Decodable'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], decoded: Decodable?, decoder: Decoder?, decodeError: Swift.Error?)
^
Swift.Decodable:1:17: note: protocol 'Decodable' does not conform to the 'Sendable' protocol
public protocol Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:83:10: warning: associated value 'unrecognizedOptions(_:decoded:decoder:decodeError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], decoded: Decodable?, decoder: Decoder?, decodeError: Swift.Error?)
^
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
public protocol Decoder {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: warning: static property 'optionsFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: convert 'optionsFormat' to a 'let' constant to make 'Sendable' shared state immutable
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: add '@MainActor' to make static property 'optionsFormat' part of global actor 'MainActor'
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:372:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var optionsFormat = OptionsFormat.format("--", short: "-")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: warning: static property 'objectFormat' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: convert 'objectFormat' to a 'let' constant to make 'Sendable' shared state immutable
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: add '@MainActor' to make static property 'objectFormat' part of global actor 'MainActor'
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionsDecoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var objectFormat = ObjectFormat.flatContainer(splitter: ",", keyValuePairsSplitter: "=")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OptionDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Bool+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 Compiling\ DefaultOptions.swift,\ Option.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/Option.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var allCases: [EmptyOptionKeys] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
public static var allCases: [EmptyOptionKeys] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
public static var allCases: [EmptyOptionKeys] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var allCases: [EmptyOptionKeys] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: warning: static property 'keys' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.None.OptionKeys : Character]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, Character>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let keys: [OptionKeys : Character] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: note: add '@MainActor' to make static property 'keys' part of global actor 'MainActor'
public static let keys: [OptionKeys : Character] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keys: [OptionKeys : Character] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: warning: static property 'descriptions' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.None.OptionKeys : OptionDescription]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, OptionDescription>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift:32:15: note: consider making struct 'OptionDescription' conform to the 'Sendable' protocol
public struct OptionDescription {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: warning: static property 'keys' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.Empty.OptionKeys : Character]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, Character>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let keys: [OptionKeys : Character] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: note: add '@MainActor' to make static property 'keys' part of global actor 'MainActor'
public static let keys: [OptionKeys : Character] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keys: [OptionKeys : Character] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: warning: static property 'descriptions' is not concurrency-safe because non-'Sendable' type '[DefaultOptions.Empty.OptionKeys : OptionDescription]' (aka 'Dictionary<DefaultOptions.EmptyOptionKeys, OptionDescription>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:14:17: note: consider making struct 'EmptyOptionKeys' conform to the 'Sendable' protocol
public struct EmptyOptionKeys: OptionKeysRepresentable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/OptionDescription.swift:32:15: note: consider making struct 'OptionDescription' conform to the 'Sendable' protocol
public struct OptionDescription {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: note: add '@MainActor' to make static property 'descriptions' part of global actor 'MainActor'
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/DefaultOptions.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let descriptions: [OptionKeys : OptionDescription] = [:]
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Options/Option.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Optional+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 Compiling\ CommandRepresentable.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandRepresentable.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift:42:8: warning: associated value 'unrecognizedOptions(_:path:underlyingError:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
case unrecognizedOptions([String], path: CommandPath?, underlyingError: Swift.Error?)
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Error.swift:67:8: warning: associated value 'needsHelp(path:)' of 'Sendable'-conforming enum 'InternalError' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
case needsHelp(path: CommandPath)
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
SwiftDriverJobDiscovery normal arm64 Compiling CommandLine.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 Compiling\ BuiltIn.swift,\ Complete.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Complete.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
public static var errorHandler: ((Swift.Error) throws -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var errorHandler: ((Swift.Error) throws -> Void)?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: warning: static property 'outputHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var outputHandler: ((String) -> Void)?
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: convert 'outputHandler' to a 'let' constant to make 'Sendable' shared state immutable
public static var outputHandler: ((String) -> Void)?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: add '@MainActor' to make static property 'outputHandler' part of global actor 'MainActor'
public static var outputHandler: ((String) -> Void)?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var outputHandler: ((String) -> Void)?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var commands: [CommandDispatchable.Type] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
public static var commands: [CommandDispatchable.Type] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
public static var commands: [CommandDispatchable.Type] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var commands: [CommandDispatchable.Type] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: warning: static property 'usage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var usage: String = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: convert 'usage' to a 'let' constant to make 'Sendable' shared state immutable
public static var usage: String = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: add '@MainActor' to make static property 'usage' part of global actor 'MainActor'
public static var usage: String = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var usage: String = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: warning: static property 'help' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) static var help: CommandDispatchable.Type = Help.self
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: convert 'help' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) static var help: CommandDispatchable.Type = Help.self
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: add '@MainActor' to make static property 'help' part of global actor 'MainActor'
public private(set) static var help: CommandDispatchable.Type = Help.self
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:72:34: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) static var help: CommandDispatchable.Type = Help.self
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public private(set) static var commands: [CommandDispatchable.Type] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
public private(set) static var commands: [CommandDispatchable.Type] = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
public private(set) static var commands: [CommandDispatchable.Type] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/BuiltIn.swift:74:34: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public private(set) static var commands: [CommandDispatchable.Type] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Built-Ins/Commands/Complete.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling String+.swift (in target 'Utility' from project 'Commander')
SwiftCompile normal arm64 Compiling\ Shell.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Shell.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Shell.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Collection+.swift (in target 'Utility' from project 'Commander')
SwiftDriver\ Compilation Utility normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Utility -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Shell.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 Compiling\ CommandDescriber.swift,\ CommandPath.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandDescriber.swift /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift (in target 'Commander' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandDescriber.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:33:18: warning: stored property 'path' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'CommandPath'; this is an error in the Swift 6 language mode
internal let path: CommandPath
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:29:15: note: consider making struct 'CommandPath' conform to the 'Sendable' protocol
public struct CommandPath {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:37:18: warning: stored property 'decoded' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'any Decodable'; this is an error in the Swift 6 language mode
internal let decoded: Decodable
^
Swift.Decodable:1:17: note: protocol 'Decodable' does not conform to the 'Sendable' protocol
public protocol Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:39:18: warning: stored property 'decoder' of 'Sendable'-conforming struct 'Dispatcher' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
internal let decoder: Decoder
^
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
public protocol Decoder {
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: warning: static property 'running' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal static var running: RunningContext = RunningContext()
^
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: convert 'running' to a 'let' constant to make 'Sendable' shared state immutable
internal static var running: RunningContext = RunningContext()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: add '@MainActor' to make static property 'running' part of global actor 'MainActor'
internal static var running: RunningContext = RunningContext()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Commander/Commands/CommandPath.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal static var running: RunningContext = RunningContext()
^
nonisolated(unsafe)
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.o normal (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.o
SwiftDriverJobDiscovery normal arm64 Compiling CommandRepresentable.swift, Error.swift (in target 'Commander' from project 'Commander')
ExtractAppIntentsMetadata (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Utility --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Utility --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Utility.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 22:28:49.643 appintentsmetadataprocessor[742:4076] Starting appintentsmetadataprocessor export
2025-04-25 22:28:49.692 appintentsmetadataprocessor[742:4076] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling BuiltIn.swift, Complete.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Compiling OptionDescription.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultOptions.swift, Option.swift (in target 'Commander' from project 'Commander')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.o (in target 'Utility' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Utility.o
SwiftDriverJobDiscovery normal arm64 Compiling OptionsRepresentable.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Emitting module for Commander (in target 'Commander' from project 'Commander')
SwiftDriver\ Compilation\ Requirements Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commander-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commander-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.abi.json (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftdoc (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftsourceinfo (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver commander-sample normal arm64 com.apple.xcode.tools.swift.compiler (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name commander_sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ commander_sample (in target 'commander-sample' from project 'Commander')
EmitSwiftModule normal arm64 (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: warning: static property 'symbol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var symbol: String = "set-args"
^
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: convert 'symbol' to a 'let' constant to make 'Sendable' shared state immutable
public static var symbol: String = "set-args"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: add '@MainActor' to make static property 'symbol' part of global actor 'MainActor'
public static var symbol: String = "set-args"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var symbol: String = "set-args"
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/commander-sample/main.swift (in target 'commander-sample' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/commander-sample/main.swift (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SampleCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift (in target 'commander-sample' from project 'Commander')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: warning: static property 'symbol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var symbol: String = "set-args"
^
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: convert 'symbol' to a 'let' constant to make 'Sendable' shared state immutable
public static var symbol: String = "set-args"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: add '@MainActor' to make static property 'symbol' part of global actor 'MainActor'
public static var symbol: String = "set-args"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/commander-sample/SampleCommand.swift:73:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var symbol: String = "set-args"
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling CommandDescriber.swift, CommandPath.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Emitting module for commander_sample (in target 'commander-sample' from project 'Commander')
SwiftDriver\ Compilation\ Requirements commander-sample normal arm64 com.apple.xcode.tools.swift.compiler (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name commander_sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.abi.json (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftdoc (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftsourceinfo (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander_sample.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SampleCommand.swift (in target 'commander-sample' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Compiling misc.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Compiling Help.swift, Commander.swift (in target 'Commander' from project 'Commander')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'commander-sample' from project 'Commander')
SwiftDriver\ Compilation commander-sample normal arm64 com.apple.xcode.tools.swift.compiler (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name commander_sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OptionsDecoder.swift (in target 'Commander' from project 'Commander')
SwiftDriver\ Compilation Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.o normal (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.o
ExtractAppIntentsMetadata (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Commander --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Commander --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Commander.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 22:28:50.390 appintentsmetadataprocessor[754:4116] Starting appintentsmetadataprocessor export
2025-04-25 22:28:50.423 appintentsmetadataprocessor[754:4116] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.o (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commander.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander-sample normal (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander-sample_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/commander-sample.build/Objects-normal/arm64/commander_sample.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander-sample -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Utility.build/Objects-normal/arm64/Utility.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander-sample (in target 'commander-sample' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/commander-sample
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Commander",
"name" : "Commander",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Commander",
"targets" : [
"Commander"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "commander-sample",
"targets" : [
"commander-sample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "commander_sample",
"module_type" : "SwiftTarget",
"name" : "commander-sample",
"path" : "Sources/commander-sample",
"product_memberships" : [
"commander-sample"
],
"sources" : [
"SampleCommand.swift",
"main.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "executable"
},
{
"c99name" : "UtilityTests",
"module_type" : "SwiftTarget",
"name" : "UtilityTests",
"path" : "Tests/UtilityTests",
"sources" : [
"Bool+Tests.swift",
"CommandLineTests.swift",
"Optional+Tests.swift",
"String+Tests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "test"
},
{
"c99name" : "Utility",
"module_type" : "SwiftTarget",
"name" : "Utility",
"path" : "Sources/Utility",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Bool+.swift",
"Collection+.swift",
"CommandLine.swift",
"Optional+.swift",
"String+.swift"
],
"type" : "library"
},
{
"c99name" : "CommanderTests",
"module_type" : "SwiftTarget",
"name" : "CommanderTests",
"path" : "Tests/CommanderTests",
"sources" : [
"CommandPathTests.swift",
"CommandTests.swift",
"CommanderTests.swift",
"GlobalOptionsTests.swift",
"OptionsDecoderTests.swift",
"WrappedCommandTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "test"
},
{
"c99name" : "Commander",
"module_type" : "SwiftTarget",
"name" : "Commander",
"path" : "Sources/Commander",
"product_memberships" : [
"Commander",
"commander-sample"
],
"sources" : [
"Built-Ins/BuiltIn.swift",
"Built-Ins/Commands/Complete.swift",
"Built-Ins/Commands/Help.swift",
"Commander.swift",
"Commands/CommandDescriber.swift",
"Commands/CommandPath.swift",
"Commands/CommandRepresentable.swift",
"Error.swift",
"Options/DefaultOptions.swift",
"Options/Option.swift",
"Options/OptionDescription.swift",
"Options/OptionsDecoder.swift",
"Options/OptionsRepresentable.swift",
"Shell.swift",
"misc.swift"
],
"target_dependencies" : [
"Utility"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.