Build Information
Successful build of CommandLineKit, reference master (513a95
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 09:14:04 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandLineKit-Package -destination generic/platform=tvOS 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/objecthub/swift-commandlinekit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-commandlinekit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 513a953 Migrate to Xcode 15. Simplify implementation of CommandLineKitDemo.
Cloned https://github.com/objecthub/swift-commandlinekit.git
Revision (git rev-parse @):
513a953b4483fd0bb686e06eabd076a8e72625da
SUCCESS checkout https://github.com/objecthub/swift-commandlinekit.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/objecthub/swift-commandlinekit.git
https://github.com/objecthub/swift-commandlinekit.git
{
"dependencies" : [
],
"manifest_display_name" : "CommandLineKit",
"name" : "CommandLineKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CommandLineKit",
"targets" : [
"CommandLineKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandLineKitDemo",
"targets" : [
"CommandLineKitDemo"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CommandLineKitTests",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitTests",
"path" : "Tests/CommandLineKitTests",
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"FlagTests.swift",
"LineReaderHistoryTests.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "test"
},
{
"c99name" : "CommandLineKitDemo",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitDemo",
"path" : "Sources/CommandLineKitDemo",
"product_memberships" : [
"CommandLineKitDemo"
],
"sources" : [
"LinuxMain.swift",
"main.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "executable"
},
{
"c99name" : "CommandLineKit",
"module_type" : "SwiftTarget",
"name" : "CommandLineKit",
"path" : "Sources/CommandLineKit",
"product_memberships" : [
"CommandLineKit",
"CommandLineKitDemo"
],
"sources" : [
"AnsiCodes.swift",
"BackgroundColor.swift",
"Command.swift",
"ControlCharacters.swift",
"ConvertibleFromString.swift",
"EditState.swift",
"Flag.swift",
"FlagError.swift",
"FlagWrapper.swift",
"Flags.swift",
"LineReader.swift",
"LineReaderError.swift",
"LineReaderHistory.swift",
"Terminal.swift",
"TextColor.swift",
"TextProperties.swift",
"TextStyle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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" : "CommandLineKit",
"name" : "CommandLineKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CommandLineKit",
"targets" : [
"CommandLineKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandLineKitDemo",
"targets" : [
"CommandLineKitDemo"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CommandLineKitTests",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitTests",
"path" : "Tests/CommandLineKitTests",
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"FlagTests.swift",
"LineReaderHistoryTests.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "test"
},
{
"c99name" : "CommandLineKitDemo",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitDemo",
"path" : "Sources/CommandLineKitDemo",
"product_memberships" : [
"CommandLineKitDemo"
],
"sources" : [
"LinuxMain.swift",
"main.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "executable"
},
{
"c99name" : "CommandLineKit",
"module_type" : "SwiftTarget",
"name" : "CommandLineKit",
"path" : "Sources/CommandLineKit",
"product_memberships" : [
"CommandLineKit",
"CommandLineKitDemo"
],
"sources" : [
"AnsiCodes.swift",
"BackgroundColor.swift",
"Command.swift",
"ControlCharacters.swift",
"ConvertibleFromString.swift",
"EditState.swift",
"Flag.swift",
"FlagError.swift",
"FlagWrapper.swift",
"Flags.swift",
"LineReader.swift",
"LineReaderError.swift",
"LineReaderHistory.swift",
"Terminal.swift",
"TextColor.swift",
"TextProperties.swift",
"TextStyle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "CommandLineKit",
"schemes" : [
"CommandLineKit",
"CommandLineKitDemo"
],
"targets" : [
"CommandLineKit",
"CommandLineKitTests",
"CommandLineKitDemo"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CommandLineKit",
"CommandLineKit-Package",
"CommandLineKitDemo"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandLineKit-Package -destination generic/platform=tvOS 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 CommandLineKit-Package -destination generic/platform=tvOS "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:
CommandLineKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'CommandLineKitDemo' in project 'CommandLineKit'
➜ Explicit dependency on target 'CommandLineKit' in project 'CommandLineKit'
Target 'CommandLineKit' in project 'CommandLineKit'
➜ Explicit dependency on target 'CommandLineKit' in project 'CommandLineKit'
Target 'CommandLineKit' in project 'CommandLineKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b6d62104657e0bc094ffa1f0779b68dd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b6d62104657e0bc094ffa1f0779b68dd.xcbuilddata
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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
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/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyMetadataFileList (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyStaticMetadataFileList (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.SwiftFileList (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftConstValuesFileList (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-OutputFileMap.json (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftFileList (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.LinkFileList (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.LinkFileList (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-OutputFileMap.json (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.modulemap (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyStaticMetadataFileList (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyMetadataFileList (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CommandLineKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.modulemap (in target 'CommandLineKit' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver CommandLineKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKit' from project 'CommandLineKit')
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 CommandLineKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ConvertibleFromString.swift,\ EditState.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/ConvertibleFromString.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/EditState.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/ConvertibleFromString.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/EditState.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Command.swift,\ ControlCharacters.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Command.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Command.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FlagWrapper.swift,\ Flags.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagWrapper.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Flag.swift,\ FlagError.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flag.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flag.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:53:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'FlagError' has non-sendable type 'FlagError.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:44:15: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:57:14: warning: stored property 'flag' of 'Sendable'-conforming struct 'FlagError' has non-sendable type 'Flag?'; this is an error in the Swift 6 language mode
public let flag: Flag?
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flag.swift:46:14: note: class 'Flag' does not conform to the 'Sendable' protocol
public class Flag {
^
SwiftCompile normal arm64 Compiling\ LineReaderHistory.swift,\ Terminal.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReaderHistory.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReaderHistory.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnsiCodes.swift,\ BackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/AnsiCodes.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/BackgroundColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/AnsiCodes.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/BackgroundColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LineReader.swift,\ LineReaderError.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReader.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReader.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
EmitSwiftModule normal arm64 (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:53:14: warning: stored property 'kind' of 'Sendable'-conforming struct 'FlagError' has non-sendable type 'FlagError.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:44:15: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/FlagError.swift:57:14: warning: stored property 'flag' of 'Sendable'-conforming struct 'FlagError' has non-sendable type 'Flag?'; this is an error in the Swift 6 language mode
public let flag: Flag?
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/Flag.swift:46:14: note: class 'Flag' does not conform to the 'Sendable' protocol
public class Flag {
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'TextProperties' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = TextProperties()
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:41:15: note: consider making struct 'TextProperties' conform to the 'Sendable' protocol
public struct TextProperties: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = TextProperties()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = TextProperties()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TextStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'TextProperties' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = TextProperties()
^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:41:15: note: consider making struct 'TextProperties' conform to the 'Sendable' protocol
public struct TextProperties: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = TextProperties()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = TextProperties()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TextColor.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKit' from project 'CommandLineKit')
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 CommandLineKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CommandLineKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CommandLineKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule (in target 'CommandLineKit' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftdoc (in target 'CommandLineKit' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.abi.json (in target 'CommandLineKit' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftsourceinfo (in target 'CommandLineKit' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver CommandLineKitDemo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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 CommandLineKitDemo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.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\ CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
EmitSwiftModule normal arm64 (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LineReaderHistory.swift, Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64 Compiling\ LinuxMain.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LineReader.swift, LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling AnsiCodes.swift, BackgroundColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKitDemo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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 CommandLineKitDemo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.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 ConvertibleFromString.swift, EditState.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling Command.swift, ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling Flag.swift, FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling FlagWrapper.swift, Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKit' from project 'CommandLineKit')
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 CommandLineKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.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/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h -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-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftdoc (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftmodule (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.abi.json (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftsourceinfo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.o normal (in target 'CommandLineKit' from project 'CommandLineKit')
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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.o
ExtractAppIntentsMetadata (in target 'CommandLineKit' from project 'CommandLineKit')
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 CommandLineKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.CommandLineKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/CommandLineKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:03.584 appintentsmetadataprocessor[721:4063] Starting appintentsmetadataprocessor export
2025-04-27 02:14:03.621 appintentsmetadataprocessor[721:4063] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKitDemo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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 CommandLineKitDemo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.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/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.o (in target 'CommandLineKit' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo normal (in target 'CommandLineKitDemo' from project 'CommandLineKit')
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-tvos12.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-appletvos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CommandLineKitDemo
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CommandLineKit",
"name" : "CommandLineKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CommandLineKit",
"targets" : [
"CommandLineKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandLineKitDemo",
"targets" : [
"CommandLineKitDemo"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CommandLineKitTests",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitTests",
"path" : "Tests/CommandLineKitTests",
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"FlagTests.swift",
"LineReaderHistoryTests.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "test"
},
{
"c99name" : "CommandLineKitDemo",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitDemo",
"path" : "Sources/CommandLineKitDemo",
"product_memberships" : [
"CommandLineKitDemo"
],
"sources" : [
"LinuxMain.swift",
"main.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "executable"
},
{
"c99name" : "CommandLineKit",
"module_type" : "SwiftTarget",
"name" : "CommandLineKit",
"path" : "Sources/CommandLineKit",
"product_memberships" : [
"CommandLineKit",
"CommandLineKitDemo"
],
"sources" : [
"AnsiCodes.swift",
"BackgroundColor.swift",
"Command.swift",
"ControlCharacters.swift",
"ConvertibleFromString.swift",
"EditState.swift",
"Flag.swift",
"FlagError.swift",
"FlagWrapper.swift",
"Flags.swift",
"LineReader.swift",
"LineReaderError.swift",
"LineReaderHistory.swift",
"Terminal.swift",
"TextColor.swift",
"TextProperties.swift",
"TextStyle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.