The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build nest, reference 0.6.0 (9205ac), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2025 07:03:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/nest.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mtj0928/nest
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 9205acb Merge pull request #35 from mtj0928/update-readme
Cloned https://github.com/mtj0928/nest.git
Revision (git rev-parse @):
9205acbb130619889d65ac2a24993f490d95e7d3
SUCCESS checkout https://github.com/mtj0928/nest.git at 0.6.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mtj0928/nest.git
https://github.com/mtj0928/nest.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations"
    }
  ],
  "manifest_display_name" : "nest",
  "name" : "nest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "nest",
      "targets" : [
        "nest"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NestCLI",
      "targets" : [
        "NestCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NestKit",
      "targets" : [
        "NestKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "nest",
      "module_type" : "SwiftTarget",
      "name" : "nest",
      "path" : "Sources/nest",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "nest"
      ],
      "sources" : [
        "Arguments/ExcludedTarget+Arguments.swift",
        "Arguments/GitURL+Arguemtns.swift",
        "Arguments/GitVersion+Arguments.swift",
        "Commands/BootstrapCommand.swift",
        "Commands/GenerateNestfileCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/ResolveNestfileCommand.swift",
        "Commands/SwitchCommand.swift",
        "Commands/UninstallCommand.swift",
        "Commands/UpdateNestfileCommand.swift",
        "Utils/CLIUtil.swift",
        "Utils/Configuration+Dependencies.swift",
        "Utils/NestLogHandler.swift",
        "nest.swift"
      ],
      "target_dependencies" : [
        "NestCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NestTests",
      "module_type" : "SwiftTarget",
      "name" : "NestTests",
      "path" : "Tests/NestTests",
      "sources" : [
        "Arguments/ExcludedTarget+ArgumentsTests.swift",
        "Arguments/InstallTargetTests.swift"
      ],
      "target_dependencies" : [
        "nest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NestTestHelpers",
      "path" : "Sources/NestTestHelpers",
      "sources" : [
        "FileStorageItem.swift",
        "MockExecutorBuilder.swift",
        "MockFileSystem.swift",
        "MockHTTPClient.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NestKitTests",
      "path" : "Tests/NestKitTests",
      "sources" : [
        "ArtifactBundle/ArtifactBundleInfoTests.swift",
        "ArtifactBundleManagerTests.swift",
        "Extensions/URLTests.swift",
        "FileSystemItemTests.swift",
        "Git/GitHubURLBuilderTests.swift",
        "Git/GitURLTests.swift",
        "GitHub/GitHubAssetRegistryClientTests.swift",
        "GitHub/GitHubServerConfigsTests.swift",
        "NestDirectoryTests.swift",
        "NestFileDownloaderTests.swift",
        "NestInfoControllerTests.swift",
        "Swift/SwiftPackageTests.swift",
        "TestingEnvironmentVariables.swift",
        "TripleDetectorTests.swift"
      ],
      "target_dependencies" : [
        "NestKit",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestKit",
      "module_type" : "SwiftTarget",
      "name" : "NestKit",
      "path" : "Sources/NestKit",
      "product_dependencies" : [
        "Logging",
        "Rainbow",
        "ZIPFoundation",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI",
        "NestKit"
      ],
      "sources" : [
        "ArtifactBundle/ArtifactBundle.swift",
        "ArtifactBundle/ArtifactBundleInfo.swift",
        "ArtifactBundleAssetSelector.swift",
        "ArtifactBundleManager.swift",
        "Assets/AssetRegistryClient.swift",
        "Assets/AssetRegistryClientBuilder.swift",
        "ChecksumCalculator.swift",
        "Configuration.swift",
        "ExecutableBinary/ExecutableBinary.swift",
        "Extensions/Logger+extension.swift",
        "Extensions/URL+extension.swift",
        "FileSystem.swift",
        "Git/GitCommand.swift",
        "Git/GitURL.swift",
        "Git/GitVersion.swift",
        "GitHub/ExcludedTarget.swift",
        "GitHub/GitHubAssetRegistryClient.swift",
        "GitHub/GitHubAssetResponse.swift",
        "GitHub/GitHubRegistryConfigs.swift",
        "GitHub/GitHubURLBuilder.swift",
        "HTTPClient.swift",
        "NestDirectory.swift",
        "NestFileDownloader.swift",
        "NestInfo.swift",
        "NestInfoController.swift",
        "Swift/SwiftCommand+Build.swift",
        "Swift/SwiftCommand+Checksum.swift",
        "Swift/SwiftCommand+Description.swift",
        "Swift/SwiftCommand+TargetInfo.swift",
        "Swift/SwiftCommand.swift",
        "Swift/SwiftPackage.swift",
        "TripleDetector.swift",
        "Utils/ProcessExecutor.swift",
        "Utils/ProcessExecutorBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestCLITests",
      "module_type" : "SwiftTarget",
      "name" : "NestCLITests",
      "path" : "Tests/NestCLITests",
      "sources" : [
        "ArtfactBundleFetcherTests.swift",
        "NestfileControllerTests.swift",
        "NestfileTests.swift"
      ],
      "target_dependencies" : [
        "NestCLI",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestCLI",
      "module_type" : "SwiftTarget",
      "name" : "NestCLI",
      "path" : "Sources/NestCLI",
      "product_dependencies" : [
        "AsyncOperations",
        "Yams"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI"
      ],
      "sources" : [
        "ArtifactBundleFetcher.swift",
        "ArtifactDuplicatedDetector.swift",
        "ExecutableBinaryPreparer.swift",
        "NestCLIError.swift",
        "Nestfile.swift",
        "NestfileController.swift",
        "SwiftPackageBuilder.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/onevcat/Rainbow
Fetching from https://github.com/weichsel/ZIPFoundation
Fetching from https://github.com/mtj0928/swift-async-operations
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘ZIPFoundation’
Checking out 0.9.19 of package ‘ZIPFoundation’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-async-operations’
Checking out 0.3.0 of package ‘swift-async-operations’
Resolve Package Graph
Resolved source packages:
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  nest: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
resolved source packages: swift-http-types, swift-async-operations, ZIPFoundation, nest, Yams, swift-argument-parser, Rainbow, swift-log
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations"
    }
  ],
  "manifest_display_name" : "nest",
  "name" : "nest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "nest",
      "targets" : [
        "nest"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NestCLI",
      "targets" : [
        "NestCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NestKit",
      "targets" : [
        "NestKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "nest",
      "module_type" : "SwiftTarget",
      "name" : "nest",
      "path" : "Sources/nest",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "nest"
      ],
      "sources" : [
        "Arguments/ExcludedTarget+Arguments.swift",
        "Arguments/GitURL+Arguemtns.swift",
        "Arguments/GitVersion+Arguments.swift",
        "Commands/BootstrapCommand.swift",
        "Commands/GenerateNestfileCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/ResolveNestfileCommand.swift",
        "Commands/SwitchCommand.swift",
        "Commands/UninstallCommand.swift",
        "Commands/UpdateNestfileCommand.swift",
        "Utils/CLIUtil.swift",
        "Utils/Configuration+Dependencies.swift",
        "Utils/NestLogHandler.swift",
        "nest.swift"
      ],
      "target_dependencies" : [
        "NestCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NestTests",
      "module_type" : "SwiftTarget",
      "name" : "NestTests",
      "path" : "Tests/NestTests",
      "sources" : [
        "Arguments/ExcludedTarget+ArgumentsTests.swift",
        "Arguments/InstallTargetTests.swift"
      ],
      "target_dependencies" : [
        "nest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NestTestHelpers",
      "path" : "Sources/NestTestHelpers",
      "sources" : [
        "FileStorageItem.swift",
        "MockExecutorBuilder.swift",
        "MockFileSystem.swift",
        "MockHTTPClient.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NestKitTests",
      "path" : "Tests/NestKitTests",
      "sources" : [
        "ArtifactBundle/ArtifactBundleInfoTests.swift",
        "ArtifactBundleManagerTests.swift",
        "Extensions/URLTests.swift",
        "FileSystemItemTests.swift",
        "Git/GitHubURLBuilderTests.swift",
        "Git/GitURLTests.swift",
        "GitHub/GitHubAssetRegistryClientTests.swift",
        "GitHub/GitHubServerConfigsTests.swift",
        "NestDirectoryTests.swift",
        "NestFileDownloaderTests.swift",
        "NestInfoControllerTests.swift",
        "Swift/SwiftPackageTests.swift",
        "TestingEnvironmentVariables.swift",
        "TripleDetectorTests.swift"
      ],
      "target_dependencies" : [
        "NestKit",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestKit",
      "module_type" : "SwiftTarget",
      "name" : "NestKit",
      "path" : "Sources/NestKit",
      "product_dependencies" : [
        "Logging",
        "Rainbow",
        "ZIPFoundation",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI",
        "NestKit"
      ],
      "sources" : [
        "ArtifactBundle/ArtifactBundle.swift",
        "ArtifactBundle/ArtifactBundleInfo.swift",
        "ArtifactBundleAssetSelector.swift",
        "ArtifactBundleManager.swift",
        "Assets/AssetRegistryClient.swift",
        "Assets/AssetRegistryClientBuilder.swift",
        "ChecksumCalculator.swift",
        "Configuration.swift",
        "ExecutableBinary/ExecutableBinary.swift",
        "Extensions/Logger+extension.swift",
        "Extensions/URL+extension.swift",
        "FileSystem.swift",
        "Git/GitCommand.swift",
        "Git/GitURL.swift",
        "Git/GitVersion.swift",
        "GitHub/ExcludedTarget.swift",
        "GitHub/GitHubAssetRegistryClient.swift",
        "GitHub/GitHubAssetResponse.swift",
        "GitHub/GitHubRegistryConfigs.swift",
        "GitHub/GitHubURLBuilder.swift",
        "HTTPClient.swift",
        "NestDirectory.swift",
        "NestFileDownloader.swift",
        "NestInfo.swift",
        "NestInfoController.swift",
        "Swift/SwiftCommand+Build.swift",
        "Swift/SwiftCommand+Checksum.swift",
        "Swift/SwiftCommand+Description.swift",
        "Swift/SwiftCommand+TargetInfo.swift",
        "Swift/SwiftCommand.swift",
        "Swift/SwiftPackage.swift",
        "TripleDetector.swift",
        "Utils/ProcessExecutor.swift",
        "Utils/ProcessExecutorBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestCLITests",
      "module_type" : "SwiftTarget",
      "name" : "NestCLITests",
      "path" : "Tests/NestCLITests",
      "sources" : [
        "ArtfactBundleFetcherTests.swift",
        "NestfileControllerTests.swift",
        "NestfileTests.swift"
      ],
      "target_dependencies" : [
        "NestCLI",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestCLI",
      "module_type" : "SwiftTarget",
      "name" : "NestCLI",
      "path" : "Sources/NestCLI",
      "product_dependencies" : [
        "AsyncOperations",
        "Yams"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI"
      ],
      "sources" : [
        "ArtifactBundleFetcher.swift",
        "ArtifactDuplicatedDetector.swift",
        "ExecutableBinaryPreparer.swift",
        "NestCLIError.swift",
        "Nestfile.swift",
        "NestfileController.swift",
        "SwiftPackageBuilder.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "nest",
      "nest-Package",
      "NestCLI",
      "NestKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 nest-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  nest: /Users/admin/builder/spi-builder-workspace
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'nest' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
    Target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
    Target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d86111719b879ecd0e1f728d7fa145fb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d86111719b879ecd0e1f728d7fa145fb.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'nest' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'NestCLI' from project 'nest')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme nest-Package
(1 failure)
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:
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  nest: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
resolved source packages: ZIPFoundation, Yams, swift-http-types, Rainbow, nest, swift-log, swift-argument-parser, swift-async-operations
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations"
    }
  ],
  "manifest_display_name" : "nest",
  "name" : "nest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "nest",
      "targets" : [
        "nest"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NestCLI",
      "targets" : [
        "NestCLI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NestKit",
      "targets" : [
        "NestKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "nest",
      "module_type" : "SwiftTarget",
      "name" : "nest",
      "path" : "Sources/nest",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "nest"
      ],
      "sources" : [
        "Arguments/ExcludedTarget+Arguments.swift",
        "Arguments/GitURL+Arguemtns.swift",
        "Arguments/GitVersion+Arguments.swift",
        "Commands/BootstrapCommand.swift",
        "Commands/GenerateNestfileCommand.swift",
        "Commands/InstallCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/ResolveNestfileCommand.swift",
        "Commands/SwitchCommand.swift",
        "Commands/UninstallCommand.swift",
        "Commands/UpdateNestfileCommand.swift",
        "Utils/CLIUtil.swift",
        "Utils/Configuration+Dependencies.swift",
        "Utils/NestLogHandler.swift",
        "nest.swift"
      ],
      "target_dependencies" : [
        "NestCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NestTests",
      "module_type" : "SwiftTarget",
      "name" : "NestTests",
      "path" : "Tests/NestTests",
      "sources" : [
        "Arguments/ExcludedTarget+ArgumentsTests.swift",
        "Arguments/InstallTargetTests.swift"
      ],
      "target_dependencies" : [
        "nest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NestTestHelpers",
      "path" : "Sources/NestTestHelpers",
      "sources" : [
        "FileStorageItem.swift",
        "MockExecutorBuilder.swift",
        "MockFileSystem.swift",
        "MockHTTPClient.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NestKitTests",
      "path" : "Tests/NestKitTests",
      "sources" : [
        "ArtifactBundle/ArtifactBundleInfoTests.swift",
        "ArtifactBundleManagerTests.swift",
        "Extensions/URLTests.swift",
        "FileSystemItemTests.swift",
        "Git/GitHubURLBuilderTests.swift",
        "Git/GitURLTests.swift",
        "GitHub/GitHubAssetRegistryClientTests.swift",
        "GitHub/GitHubServerConfigsTests.swift",
        "NestDirectoryTests.swift",
        "NestFileDownloaderTests.swift",
        "NestInfoControllerTests.swift",
        "Swift/SwiftPackageTests.swift",
        "TestingEnvironmentVariables.swift",
        "TripleDetectorTests.swift"
      ],
      "target_dependencies" : [
        "NestKit",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestKit",
      "module_type" : "SwiftTarget",
      "name" : "NestKit",
      "path" : "Sources/NestKit",
      "product_dependencies" : [
        "Logging",
        "Rainbow",
        "ZIPFoundation",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI",
        "NestKit"
      ],
      "sources" : [
        "ArtifactBundle/ArtifactBundle.swift",
        "ArtifactBundle/ArtifactBundleInfo.swift",
        "ArtifactBundleAssetSelector.swift",
        "ArtifactBundleManager.swift",
        "Assets/AssetRegistryClient.swift",
        "Assets/AssetRegistryClientBuilder.swift",
        "ChecksumCalculator.swift",
        "Configuration.swift",
        "ExecutableBinary/ExecutableBinary.swift",
        "Extensions/Logger+extension.swift",
        "Extensions/URL+extension.swift",
        "FileSystem.swift",
        "Git/GitCommand.swift",
        "Git/GitURL.swift",
        "Git/GitVersion.swift",
        "GitHub/ExcludedTarget.swift",
        "GitHub/GitHubAssetRegistryClient.swift",
        "GitHub/GitHubAssetResponse.swift",
        "GitHub/GitHubRegistryConfigs.swift",
        "GitHub/GitHubURLBuilder.swift",
        "HTTPClient.swift",
        "NestDirectory.swift",
        "NestFileDownloader.swift",
        "NestInfo.swift",
        "NestInfoController.swift",
        "Swift/SwiftCommand+Build.swift",
        "Swift/SwiftCommand+Checksum.swift",
        "Swift/SwiftCommand+Description.swift",
        "Swift/SwiftCommand+TargetInfo.swift",
        "Swift/SwiftCommand.swift",
        "Swift/SwiftPackage.swift",
        "TripleDetector.swift",
        "Utils/ProcessExecutor.swift",
        "Utils/ProcessExecutorBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NestCLITests",
      "module_type" : "SwiftTarget",
      "name" : "NestCLITests",
      "path" : "Tests/NestCLITests",
      "sources" : [
        "ArtfactBundleFetcherTests.swift",
        "NestfileControllerTests.swift",
        "NestfileTests.swift"
      ],
      "target_dependencies" : [
        "NestCLI",
        "NestTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NestCLI",
      "module_type" : "SwiftTarget",
      "name" : "NestCLI",
      "path" : "Sources/NestCLI",
      "product_dependencies" : [
        "AsyncOperations",
        "Yams"
      ],
      "product_memberships" : [
        "nest",
        "NestCLI"
      ],
      "sources" : [
        "ArtifactBundleFetcher.swift",
        "ArtifactDuplicatedDetector.swift",
        "ExecutableBinaryPreparer.swift",
        "NestCLIError.swift",
        "Nestfile.swift",
        "NestfileController.swift",
        "SwiftPackageBuilder.swift"
      ],
      "target_dependencies" : [
        "NestKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "nest",
      "nest-Package",
      "NestCLI",
      "NestKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=watchOS
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 nest-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  nest: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'nest' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
    Target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'NestCLI' in project 'nest'
        ➜ Explicit dependency on target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'NestKit' in project 'nest'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
    Target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypesFoundation' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 481813fe125f672ce160b2892904661f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/481813fe125f672ce160b2892904661f.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'nest' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'NestCLI' from project 'nest')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme nest-Package
(1 failure)
BUILD FAILURE 6.1 watchOS