The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ASN1Kit, reference main (ca805c), with Swift 6.1 for visionOS using Xcode 16.3 on 21 Nov 2025 17:07:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1Kit-Package -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gematik/ASN1Kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gematik/ASN1Kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca805c2 OSPO policy compliance (#31)
Cloned https://github.com/gematik/ASN1Kit.git
Revision (git rev-parse @):
ca805c25d12b2c31197072cf0e628095f02fb859
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gematik/ASN1Kit.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gematik/ASN1Kit.git
https://github.com/gematik/ASN1Kit.git
{
  "dependencies" : [
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Carthage/Commandant"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ASN1Kit",
  "name" : "ASN1Kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Kit",
      "targets" : [
        "ASN1Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI",
        "ASN1Kit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "Helper/Data+Hex.swift",
        "ParseCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASN1Kit",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Kit",
      "path" : "Sources/ASN1Kit",
      "product_memberships" : [
        "ASN1Kit",
        "CLI"
      ],
      "sources" : [
        "ASN1Data.swift",
        "ASN1DecodedTag.swift",
        "ASN1Decoder.swift",
        "ASN1Error.swift",
        "ASN1Int.swift",
        "ASN1Object.swift",
        "ASN1Tag.swift",
        "DataScanner.swift",
        "Helper/Data+Hex.swift",
        "ObjectIdentifier.swift",
        "encodable/ASN1CodableType.swift",
        "encodable/ASN1Object+Encoding.swift",
        "encodable/Array+ASN1Encoding.swift",
        "encodable/Bool+ASN1Encoding.swift",
        "encodable/Data+ASN1Encoding.swift",
        "encodable/Date+ASN1Encoding.swift",
        "encodable/GeneralizedTimeDateFormatter.swift",
        "encodable/Int+ASN1Encoding.swift",
        "encodable/String+ASN1Encoding.swift",
        "extension/ASN1DecodedTag+Encoding.swift",
        "extension/ASN1Object+Subscript.swift",
        "extension/ASN1Primitive+Description.swift",
        "extension/Data+ASN1Int.swift",
        "extension/Data+UInt.swift",
        "extension/Int+Length.swift",
        "extension/OutputStream+UInt8.swift",
        "extension/String+Subscript.swift",
        "extension/UInt+TagNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/Carthage/Commandant
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Fetching from https://github.com/Quick/Nimble/
Creating working copy of package ‘Commandant’
Checking out 0.18.0 of package ‘Commandant’
Creating working copy of package ‘CwlCatchException’
Checking out 2.1.2 of package ‘CwlCatchException’
Creating working copy of package ‘Nimble’
Checking out 10.0.0 of package ‘Nimble’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.1.2 of package ‘CwlPreconditionTesting’
Resolved source packages:
  Commandant: https://github.com/Carthage/Commandant @ 0.18.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.1.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.1.2
  Nimble: https://github.com/Quick/Nimble/ @ 10.0.0
resolved source packages: Commandant, CwlPreconditionTesting, CwlCatchException, Nimble
{
  "dependencies" : [
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Carthage/Commandant"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ASN1Kit",
  "name" : "ASN1Kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Kit",
      "targets" : [
        "ASN1Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI",
        "ASN1Kit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "Helper/Data+Hex.swift",
        "ParseCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASN1Kit",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Kit",
      "path" : "Sources/ASN1Kit",
      "product_memberships" : [
        "ASN1Kit",
        "CLI"
      ],
      "sources" : [
        "ASN1Data.swift",
        "ASN1DecodedTag.swift",
        "ASN1Decoder.swift",
        "ASN1Error.swift",
        "ASN1Int.swift",
        "ASN1Object.swift",
        "ASN1Tag.swift",
        "DataScanner.swift",
        "Helper/Data+Hex.swift",
        "ObjectIdentifier.swift",
        "encodable/ASN1CodableType.swift",
        "encodable/ASN1Object+Encoding.swift",
        "encodable/Array+ASN1Encoding.swift",
        "encodable/Bool+ASN1Encoding.swift",
        "encodable/Data+ASN1Encoding.swift",
        "encodable/Date+ASN1Encoding.swift",
        "encodable/GeneralizedTimeDateFormatter.swift",
        "encodable/Int+ASN1Encoding.swift",
        "encodable/String+ASN1Encoding.swift",
        "extension/ASN1DecodedTag+Encoding.swift",
        "extension/ASN1Object+Subscript.swift",
        "extension/ASN1Primitive+Description.swift",
        "extension/Data+ASN1Int.swift",
        "extension/Data+UInt.swift",
        "extension/Int+Length.swift",
        "extension/OutputStream+UInt8.swift",
        "extension/String+Subscript.swift",
        "extension/UInt+TagNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ASN1Kit",
    "schemes" : [
      "asn1c",
      "ASN1Kit_iOS",
      "ASN1Kit_macOS"
    ],
    "targets" : [
      "ASN1KitTests_iOS",
      "ASN1KitTests_macOS",
      "ASN1Kit_iOS",
      "ASN1Kit_macOS",
      "asn1c"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ASN1Kit",
      "ASN1Kit-Package",
      "CLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1Kit-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ASN1Kit-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Commandant: http://github.com/Carthage/Commandant @ 0.18.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  ASN1Kit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'CLI' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'ASN1Kit' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant' (no dependencies)
    Target 'ASN1Kit' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'ASN1Kit' in project 'ASN1Kit'
    Target 'ASN1Kit' in project 'ASN1Kit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: ca517a6510234c335122ce10dc53ce9b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ca517a6510234c335122ce10dc53ce9b.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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    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-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_const_extract_protocols.json (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftConstValuesFileList (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-OutputFileMap.json (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.LinkFileList (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.LinkFileList (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftFileList (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftConstValuesFileList (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-OutputFileMap.json (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.modulemap (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.DependencyStaticMetadataFileList (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.DependencyMetadataFileList (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI_const_extract_protocols.json (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI.SwiftFileList (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI.LinkFileList (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI-OutputFileMap.json (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/Objects-normal/arm64/CLI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/CLI.DependencyMetadataFileList (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/CLI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/CLI.DependencyStaticMetadataFileList (in target 'CLI' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/CLI.build/CLI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.modulemap (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commandant.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Commandant.modulemap (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    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/Commandant.build/Debug-xros/Commandant.build/Commandant.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.DependencyStaticMetadataFileList (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.DependencyMetadataFileList (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ASN1Kit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.modulemap (in target 'ASN1Kit' from project 'ASN1Kit')
    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/ASN1Kit.build/Debug-xros/ASN1Kit.build/ASN1Kit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Commandant normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commandant' from project 'Commandant')
    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 Commandant -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.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/Commandant.build/Debug-xros/Commandant.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ASN1Kit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1Kit' from project 'ASN1Kit')
    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 ASN1Kit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ArgumentProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
                                whereSeparator: [",", " "].contains
                                                           ^
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
  public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
              ^
SwiftCompile normal arm64 Compiling\ OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Switch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Switch.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Switch.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Additions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: note: add '@MainActor' to make static property 'utcTimeFormatter' part of global actor 'MainActor'
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: note: add '@MainActor' to make static property 'generalizedTimeFormatter' part of global actor 'MainActor'
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Commandant (in target 'Commandant' from project 'Commandant')
SwiftDriver\ Compilation\ Requirements Commandant normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commandant' from project 'Commandant')
    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 Commandant -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.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/Commandant.build/Debug-xros/Commandant.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for ASN1Kit (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Switch.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Commandant -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.o -index-unit-output-path /Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
                        let task = Process()
                                   ^~~~~~~
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commandant-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-Swift.h (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Commandant-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Switch.swift (in target 'Commandant' from project 'Commandant')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftmodule (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftdoc (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.abi.json (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Argument.swift (in target 'Commandant' from project 'Commandant')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftsourceinfo (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant
    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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Commandant.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver\ Compilation\ Requirements ASN1Kit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1Kit' from project 'ASN1Kit')
    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 ASN1Kit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ASN1Tag.swift,\ DataScanner.swift,\ Data+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/DataScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/Helper/Data+Hex.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Tag.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/DataScanner.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/Helper/Data+Hex.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Date+ASN1Encoding.swift,\ GeneralizedTimeDateFormatter.swift,\ Int+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/GeneralizedTimeDateFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Int+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: note: add '@MainActor' to make static property 'utcTimeFormatter' part of global actor 'MainActor'
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:27:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let utcTimeFormatter: ASN1DateFormatter = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: note: add '@MainActor' to make static property 'generalizedTimeFormatter' part of global actor 'MainActor'
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let generalizedTimeFormatter: ASN1DateFormatter = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/GeneralizedTimeDateFormatter.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Int+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OrderedSet.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ Array+ASN1Encoding.swift,\ Bool+ASN1Encoding.swift,\ Data+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Array+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Bool+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Data+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Array+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Bool+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Data+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ASN1Kit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-Swift.h (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ASN1Kit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Result+Additions.swift (in target 'Commandant' from project 'Commandant')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftmodule (in target 'ASN1Kit' from project 'ASN1Kit')
    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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftdoc (in target 'ASN1Kit' from project 'ASN1Kit')
    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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.abi.json (in target 'ASN1Kit' from project 'ASN1Kit')
    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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftsourceinfo (in target 'ASN1Kit' from project 'ASN1Kit')
    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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1Kit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ObjectIdentifier.swift,\ ASN1CodableType.swift,\ ASN1Object+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1CodableType.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1Object+Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ObjectIdentifier.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1CodableType.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1Object+Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Int+Length.swift,\ OutputStream+UInt8.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/Int+Length.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/Int+Length.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ ASN1Error.swift,\ ASN1Int.swift,\ ASN1Object.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Error.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Int.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Object.swift (in target 'ASN1Kit' from project 'ASN1Kit')
Command SwiftCompile failed with a nonzero exit code
SwiftDriverJobDiscovery normal arm64 Compiling Int+Length.swift, OutputStream+UInt8.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftCompile normal arm64 Compiling\ String+ASN1Encoding.swift,\ ASN1DecodedTag+Encoding.swift,\ ASN1Object+Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/String+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1DecodedTag+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1Object+Subscript.swift (in target 'ASN1Kit' from project 'ASN1Kit')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift (in target 'Commandant' from project 'Commandant')
	SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
	SwiftCompile normal arm64 Compiling\ ASN1Error.swift,\ ASN1Int.swift,\ ASN1Object.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Error.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Int.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ASN1Object.swift (in target 'ASN1Kit' from project 'ASN1Kit')
	SwiftCompile normal arm64 Compiling\ String+ASN1Encoding.swift,\ ASN1DecodedTag+Encoding.swift,\ ASN1Object+Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/String+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1DecodedTag+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1Object+Subscript.swift (in target 'ASN1Kit' from project 'ASN1Kit')
	Building workspace spi-builder-workspace with scheme ASN1Kit-Package
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ASN1Kit: /Users/admin/builder/spi-builder-workspace
  Commandant: http://github.com/Carthage/Commandant @ 0.18.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: ASN1Kit, Commandant, SwiftDocCPlugin, SymbolKit
{
  "dependencies" : [
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Carthage/Commandant"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ASN1Kit",
  "name" : "ASN1Kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Kit",
      "targets" : [
        "ASN1Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI",
        "ASN1Kit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "Helper/Data+Hex.swift",
        "ParseCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASN1Kit",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Kit",
      "path" : "Sources/ASN1Kit",
      "product_memberships" : [
        "ASN1Kit",
        "CLI"
      ],
      "sources" : [
        "ASN1Data.swift",
        "ASN1DecodedTag.swift",
        "ASN1Decoder.swift",
        "ASN1Error.swift",
        "ASN1Int.swift",
        "ASN1Object.swift",
        "ASN1Tag.swift",
        "DataScanner.swift",
        "Helper/Data+Hex.swift",
        "ObjectIdentifier.swift",
        "encodable/ASN1CodableType.swift",
        "encodable/ASN1Object+Encoding.swift",
        "encodable/Array+ASN1Encoding.swift",
        "encodable/Bool+ASN1Encoding.swift",
        "encodable/Data+ASN1Encoding.swift",
        "encodable/Date+ASN1Encoding.swift",
        "encodable/GeneralizedTimeDateFormatter.swift",
        "encodable/Int+ASN1Encoding.swift",
        "encodable/String+ASN1Encoding.swift",
        "extension/ASN1DecodedTag+Encoding.swift",
        "extension/ASN1Object+Subscript.swift",
        "extension/ASN1Primitive+Description.swift",
        "extension/Data+ASN1Int.swift",
        "extension/Data+UInt.swift",
        "extension/Int+Length.swift",
        "extension/OutputStream+UInt8.swift",
        "extension/String+Subscript.swift",
        "extension/UInt+TagNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ASN1Kit",
      "ASN1Kit-Package",
      "CLI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ASN1Kit",
      "ASN1Kit-Package",
      "CLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1Kit-Package -destination generic/platform=xrOS
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 ASN1Kit-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  ASN1Kit: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.5
  Commandant: http://github.com/Carthage/Commandant @ 0.18.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'CLI' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'ASN1Kit' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant' (no dependencies)
    Target 'ASN1Kit' in project 'ASN1Kit'
        ➜ Explicit dependency on target 'ASN1Kit' in project 'ASN1Kit'
    Target 'ASN1Kit' in project 'ASN1Kit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 26336dbf8a0d37f11e60d2d68b4c5cb8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/26336dbf8a0d37f11e60d2d68b4c5cb8.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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver ASN1Kit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1Kit' from project 'ASN1Kit')
    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 ASN1Kit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug-xros/ASN1Kit.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/ASN1Kit.build/Debug-xros/ASN1Kit.build/Objects-normal/arm64/ASN1Kit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Commandant normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commandant' from project 'Commandant')
    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 Commandant -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant.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/Commandant.build/Debug-xros/Commandant.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.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/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ArgumentProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/ArgumentProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Switch.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Commandant_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Commandant -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.o -index-unit-output-path /Commandant.build/Debug-xros/Commandant.build/Objects-normal/arm64/Command.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
                        let task = Process()
                                   ^~~~~~~
SwiftCompile normal arm64 Compiling\ Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Option.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Errors.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/OrderedSet.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/HelpCommand.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Argument.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Additions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Result+Additions.swift (in target 'Commandant' from project 'Commandant')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ ASN1Kit (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftDriverJobDiscovery normal arm64 Compiling Result+Additions.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ Switch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Switch.swift (in target 'Commandant' from project 'Commandant')
SwiftDriverJobDiscovery normal arm64 Compiling ArgumentProtocol.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ ObjectIdentifier.swift,\ ASN1CodableType.swift,\ ASN1Object+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1CodableType.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/ASN1Object+Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftDriverJobDiscovery normal arm64 Compiling Argument.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ Array+ASN1Encoding.swift,\ Bool+ASN1Encoding.swift,\ Data+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Array+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Bool+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Data+ASN1Encoding.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftDriverJobDiscovery normal arm64 Compiling OrderedSet.swift (in target 'Commandant' from project 'Commandant')
SwiftCompile normal arm64 Compiling\ String+ASN1Encoding.swift,\ ASN1DecodedTag+Encoding.swift,\ ASN1Object+Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/String+ASN1Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1DecodedTag+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/ASN1Object+Subscript.swift (in target 'ASN1Kit' from project 'ASN1Kit')
SwiftDriverJobDiscovery normal arm64 Emitting module for Commandant (in target 'Commandant' from project 'Commandant')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commandant/Sources/Commandant/Command.swift (in target 'Commandant' from project 'Commandant')
	Building workspace spi-builder-workspace with scheme ASN1Kit-Package
(3 failures)
BUILD FAILURE 6.1 visionOS