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.0 for iOS using Xcode 16.2 on 9 Apr 2025 04:02:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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:         iOS
Swift version:             6.0
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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/weichsel/ZIPFoundation
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/apple/swift-http-types.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/mtj0928/swift-async-operations
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’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘ZIPFoundation’
Checking out 0.9.19 of package ‘ZIPFoundation’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Resolve Package Graph
Resolved source packages:
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  nest: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
resolved source packages: swift-async-operations, Yams, Rainbow, nest, swift-argument-parser, swift-http-types, swift-log, ZIPFoundation
{
  "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.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.2.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=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  nest: /Users/admin/builder/spi-builder-workspace
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
Prepare packages
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 55c973f6e22765ef98b44dae44f5f891
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/55c973f6e22765ef98b44dae44f5f891.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'NestCLI' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'nest' 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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  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
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
resolved source packages: swift-argument-parser, swift-log, Yams, swift-http-types, swift-async-operations, ZIPFoundation, nest, Rainbow
{
  "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.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme nest-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.2.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=iOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  ZIPFoundation: https://github.com/weichsel/ZIPFoundation @ 0.9.19
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  nest: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.4.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations @ 0.3.0
Prepare packages
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 6f419e56d3d0eb702b76c021f4124e72
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6f419e56d3d0eb702b76c021f4124e72.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'NestCLI' from project 'nest')
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'nest' from project 'nest')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme nest-Package
(1 failure)
BUILD FAILURE 6.0 iOS