The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CommandLineKit, reference master (513a95), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 09:14:56 UTC.

Swift 6 data race errors: 9

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=watchOS 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

        "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=watchOS 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=watchOS "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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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: 14c677e0fd359411f19391076d3a608e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/14c677e0fd359411f19391076d3a608e.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/CommandLineKitDemo.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/CommandLineKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/CommandLineKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/CommandLineKit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CommandLineKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/CommandLineKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver CommandLineKit normal armv7k 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-watchos/CommandLineKit.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CommandLineKit normal arm64_32 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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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\ 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

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)
SwiftEmitModule normal armv7k Emitting\ module\ for\ CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
EmitSwiftModule normal armv7k (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\ 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\ 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

SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
EmitSwiftModule normal arm64_32 (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 armv7k Compiling\ TextProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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 armv7k Compiling\ TextColor.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k /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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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 armv7k Emitting module for CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 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_32 /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_32 /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

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 {
             ^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for CommandLineKit (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKit normal armv7k 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-watchos/CommandLineKit.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling LineReader.swift, LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKit normal arm64_32 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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CommandLineKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CommandLineKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Flag.swift, FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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\ 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_32 Compiling\ TextStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling FlagWrapper.swift, Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal arm64 Compiling TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 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_32 /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_32 /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 {
             ^
SwiftDriverJobDiscovery normal armv7k Compiling TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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

SwiftDriverJobDiscovery normal armv7k Compiling TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal armv7k Compiling FlagWrapper.swift, Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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

SwiftDriverJobDiscovery normal arm64_32 Compiling AnsiCodes.swift, BackgroundColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 Compiling\ TextColor.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 /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 Compiling AnsiCodes.swift, BackgroundColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling Command.swift, ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal arm64_32 Compiling TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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

SwiftDriverJobDiscovery normal arm64 Compiling TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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

SwiftDriverJobDiscovery normal arm64_32 Compiling TextColor.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 Compiling\ TextProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 /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)
SwiftDriverJobDiscovery normal armv7k Compiling Flag.swift, FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k Compiling\ TextStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKit/TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k /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

SwiftDriverJobDiscovery normal armv7k Compiling ConvertibleFromString.swift, EditState.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal arm64_32 Compiling Flag.swift, FlagError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal armv7k Compiling LineReaderHistory.swift, Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal arm64_32 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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling Command.swift, ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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

SwiftDriverJobDiscovery normal arm64_32 Compiling FlagWrapper.swift, Flags.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal armv7k Compiling TextStyle.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver CommandLineKitDemo normal armv7k 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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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 armv7k Emitting\ module\ for\ CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
EmitSwiftModule normal armv7k (in target 'CommandLineKitDemo' from project 'CommandLineKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling LineReaderHistory.swift, Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver CommandLineKitDemo normal arm64_32 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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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 LineReader.swift, LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k Compiling\ LinuxMain.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal armv7k /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 armv7k Compiling AnsiCodes.swift, BackgroundColor.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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
EmitSwiftModule normal arm64_32 (in target 'CommandLineKitDemo' from project 'CommandLineKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling TextProperties.swift (in target 'CommandLineKit' from project 'CommandLineKit')
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_32 Compiling LineReaderHistory.swift, Terminal.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftCompile normal armv7k Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal armv7k /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 armv7k Emitting module for CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKitDemo normal armv7k 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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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 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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal arm64_32 /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

SwiftCompile normal arm64_32 Compiling\ LinuxMain.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftCompile normal arm64_32 /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 armv7k Compiling Command.swift, ControlCharacters.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal armv7k Compiling LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for CommandLineKitDemo (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation\ Requirements CommandLineKitDemo normal arm64_32 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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal armv7k Compiling LineReader.swift, LineReaderError.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKit normal armv7k 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-watchos/CommandLineKit.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit-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/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/Binary/CommandLineKit.o normal armv7k (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 armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/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-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/Binary/CommandLineKit.o
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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_32 Compiling ConvertibleFromString.swift, EditState.swift (in target 'CommandLineKit' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKit normal arm64_32 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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit-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/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/Binary/CommandLineKit.o normal arm64_32 (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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/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-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/Binary/CommandLineKit.o
SwiftDriverJobDiscovery normal arm64_32 Compiling LinuxMain.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriverJobDiscovery normal arm64 Compiling ConvertibleFromString.swift, EditState.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit-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/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/Binary/CommandLineKit.o normal arm64 (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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/Binary/CommandLineKit.o
SwiftDriverJobDiscovery normal armv7k Compiling main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKitDemo normal armv7k 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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/Binary/CommandLineKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/Binary/CommandLineKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/Binary/CommandLineKit.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.CommandLineKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/CommandLineKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/CommandLineKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:55.867 appintentsmetadataprocessor[758:4345] Starting appintentsmetadataprocessor export
2025-04-27 02:14:55.905 appintentsmetadataprocessor[758:4345] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling main.swift (in target 'CommandLineKitDemo' from project 'CommandLineKit')
SwiftDriver\ Compilation CommandLineKitDemo normal arm64_32 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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/CommandLineKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/Binary/CommandLineKitDemo normal armv7k (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 armv7k-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/CommandLineKitDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/Binary/CommandLineKitDemo -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/armv7k/CommandLineKit.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64/Binary/CommandLineKitDemo normal arm64 (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-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/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-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64/CommandLineKitDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64/Binary/CommandLineKitDemo -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64/CommandLineKit.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/Binary/CommandLineKitDemo normal arm64_32 (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_32-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/CommandLineKitDemo.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/Binary/CommandLineKitDemo -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKit.build/Objects-normal/arm64_32/CommandLineKit.swiftmodule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64/Binary/CommandLineKitDemo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/armv7k/Binary/CommandLineKitDemo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLineKit.build/Debug-watchos/CommandLineKitDemo.build/Objects-normal/arm64_32/Binary/CommandLineKitDemo -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CommandLineKitDemo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.