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 GitHubSwiftActions, reference main (b39174), with Swift 6.0 for watchOS using Xcode 16.2 on 22 Apr 2025 10:08:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Wei18/GitHubSwiftActions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b391749 Merge pull request #15 from Wei18/dependabot/swift/github.com/wei18/github-rest-api-swift-openapi-2.0.5
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
b39174931d6559c84938b06da4b6d66764dd6028
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Wei18/GitHubSwiftActions.git
https://github.com/Wei18/GitHubSwiftActions.git
{
  "dependencies" : [
    {
      "identity" : "github-rest-api-swift-openapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "GitHubSwiftActions",
  "name" : "GitHubSwiftActions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Comment",
      "targets" : [
        "Comment"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Release",
      "targets" : [
        "Release"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "YamlWriter",
      "targets" : [
        "YamlWriter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YamlWriter",
      "module_type" : "SwiftTarget",
      "name" : "YamlWriter",
      "path" : "Sources/YamlWriter",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams"
      ],
      "product_memberships" : [
        "YamlWriter"
      ],
      "sources" : [
        "CLIYamlBuilder.swift",
        "FileBuilder.swift",
        "SwiftPackageConfig.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI",
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReleaseCore",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCore",
      "path" : "Sources/ReleaseCore",
      "product_dependencies" : [
        "GitHubRestAPIRepos"
      ],
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "RepoUseCase.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Middleware",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReleaseCLI",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCLI",
      "path" : "Sources/ReleaseCLI",
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Release.swift"
      ],
      "target_dependencies" : [
        "ReleaseCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Release",
      "module_type" : "SwiftTarget",
      "name" : "Release",
      "path" : "Sources/Release",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Release"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Middleware",
      "module_type" : "SwiftTarget",
      "name" : "Middleware",
      "path" : "Sources/Middleware",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Int+Ext.swift",
        "Task+Ext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCore",
      "module_type" : "SwiftTarget",
      "name" : "CommentCore",
      "path" : "Sources/CommentCore",
      "product_dependencies" : [
        "GitHubRestAPIIssues"
      ],
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "CommentUseCase.swift"
      ],
      "target_dependencies" : [
        "Middleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCLI",
      "module_type" : "SwiftTarget",
      "name" : "CommentCLI",
      "path" : "Sources/CommentCLI",
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "Comment.swift"
      ],
      "target_dependencies" : [
        "CommentCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Comment",
      "module_type" : "SwiftTarget",
      "name" : "Comment",
      "path" : "Sources/Comment",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Comment"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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/Wei18/github-rest-api-swift-openapi
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/jpsim/Yams
Fetching from https://github.com/apple/swift-openapi-urlsession
Fetching from https://github.com/apple/swift-http-types
Fetching from https://github.com/apple/swift-collections
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 ‘github-rest-api-swift-openapi’
Checking out 2.0.5 of package ‘github-rest-api-swift-openapi’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.8.2 of package ‘swift-openapi-runtime’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.1.0 of package ‘swift-openapi-urlsession’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Resolve Package Graph
Resolved source packages:
  GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.1.0
  GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.5
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-collections: https://github.com/apple/swift-collections @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: GitHubSwiftActions, swift-http-types, swift-openapi-runtime, swift-openapi-urlsession, GitHubRestAPISwiftOpenAPI, Yams, swift-collections, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "github-rest-api-swift-openapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "GitHubSwiftActions",
  "name" : "GitHubSwiftActions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Comment",
      "targets" : [
        "Comment"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Release",
      "targets" : [
        "Release"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "YamlWriter",
      "targets" : [
        "YamlWriter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YamlWriter",
      "module_type" : "SwiftTarget",
      "name" : "YamlWriter",
      "path" : "Sources/YamlWriter",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams"
      ],
      "product_memberships" : [
        "YamlWriter"
      ],
      "sources" : [
        "CLIYamlBuilder.swift",
        "FileBuilder.swift",
        "SwiftPackageConfig.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI",
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReleaseCore",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCore",
      "path" : "Sources/ReleaseCore",
      "product_dependencies" : [
        "GitHubRestAPIRepos"
      ],
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "RepoUseCase.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Middleware",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReleaseCLI",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCLI",
      "path" : "Sources/ReleaseCLI",
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Release.swift"
      ],
      "target_dependencies" : [
        "ReleaseCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Release",
      "module_type" : "SwiftTarget",
      "name" : "Release",
      "path" : "Sources/Release",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Release"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Middleware",
      "module_type" : "SwiftTarget",
      "name" : "Middleware",
      "path" : "Sources/Middleware",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Int+Ext.swift",
        "Task+Ext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCore",
      "module_type" : "SwiftTarget",
      "name" : "CommentCore",
      "path" : "Sources/CommentCore",
      "product_dependencies" : [
        "GitHubRestAPIIssues"
      ],
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "CommentUseCase.swift"
      ],
      "target_dependencies" : [
        "Middleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCLI",
      "module_type" : "SwiftTarget",
      "name" : "CommentCLI",
      "path" : "Sources/CommentCLI",
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "Comment.swift"
      ],
      "target_dependencies" : [
        "CommentCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Comment",
      "module_type" : "SwiftTarget",
      "name" : "Comment",
      "path" : "Sources/Comment",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Comment"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Comment",
      "GitHubSwiftActions-Package",
      "Release",
      "YamlWriter"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GitHubSwiftActions-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 GitHubSwiftActions-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-collections: https://github.com/apple/swift-collections @ 1.1.4
  swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.1.0
  GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.5
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
    Target 'YamlWriter' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ 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 'Release' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'Comment' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ 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 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'Extensions' in project 'GitHubSwiftActions' (no dependencies)
    Target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (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 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 9e4db1dd9500ccc86a063d94e6a3755f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9e4db1dd9500ccc86a063d94e6a3755f.xcbuilddata
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Middleware' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GitHubSwiftActions-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:
  GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.5
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-collections: https://github.com/apple/swift-collections @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.1.0
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
resolved source packages: GitHubRestAPISwiftOpenAPI, Yams, swift-collections, swift-argument-parser, swift-openapi-urlsession, swift-openapi-runtime, swift-http-types, GitHubSwiftActions
{
  "dependencies" : [
    {
      "identity" : "github-rest-api-swift-openapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "GitHubSwiftActions",
  "name" : "GitHubSwiftActions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Comment",
      "targets" : [
        "Comment"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Release",
      "targets" : [
        "Release"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "YamlWriter",
      "targets" : [
        "YamlWriter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YamlWriter",
      "module_type" : "SwiftTarget",
      "name" : "YamlWriter",
      "path" : "Sources/YamlWriter",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams"
      ],
      "product_memberships" : [
        "YamlWriter"
      ],
      "sources" : [
        "CLIYamlBuilder.swift",
        "FileBuilder.swift",
        "SwiftPackageConfig.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI",
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReleaseCore",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCore",
      "path" : "Sources/ReleaseCore",
      "product_dependencies" : [
        "GitHubRestAPIRepos"
      ],
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "RepoUseCase.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Middleware",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReleaseCLI",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseCLI",
      "path" : "Sources/ReleaseCLI",
      "product_memberships" : [
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Release.swift"
      ],
      "target_dependencies" : [
        "ReleaseCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Release",
      "module_type" : "SwiftTarget",
      "name" : "Release",
      "path" : "Sources/Release",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Release"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ReleaseCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Middleware",
      "module_type" : "SwiftTarget",
      "name" : "Middleware",
      "path" : "Sources/Middleware",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_memberships" : [
        "Comment",
        "Release",
        "YamlWriter"
      ],
      "sources" : [
        "Int+Ext.swift",
        "Task+Ext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCore",
      "module_type" : "SwiftTarget",
      "name" : "CommentCore",
      "path" : "Sources/CommentCore",
      "product_dependencies" : [
        "GitHubRestAPIIssues"
      ],
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "CommentUseCase.swift"
      ],
      "target_dependencies" : [
        "Middleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommentCLI",
      "module_type" : "SwiftTarget",
      "name" : "CommentCLI",
      "path" : "Sources/CommentCLI",
      "product_memberships" : [
        "Comment",
        "YamlWriter"
      ],
      "sources" : [
        "Comment.swift"
      ],
      "target_dependencies" : [
        "CommentCore",
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Comment",
      "module_type" : "SwiftTarget",
      "name" : "Comment",
      "path" : "Sources/Comment",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Comment"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CommentCLI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Comment",
      "GitHubSwiftActions-Package",
      "Release",
      "YamlWriter"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GitHubSwiftActions-Package -destination generic/platform=watchOS
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 GitHubSwiftActions-Package -destination generic/platform=watchOS
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:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.8.2
  swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.1.0
  GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.5
  swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
  swift-collections: https://github.com/apple/swift-collections @ 1.1.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
    Target 'YamlWriter' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ 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 'Release' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ReleaseCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'ReleaseCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'Comment' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ 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 'CommentCLI' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'Extensions' in project 'GitHubSwiftActions' (no dependencies)
    Target 'CommentCore' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
    Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
    Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Middleware' in project 'GitHubSwiftActions'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (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 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
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/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: a30000d23594ce0a8a52455289368dd0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a30000d23594ce0a8a52455289368dd0.xcbuilddata
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'Middleware' from project 'GitHubSwiftActions')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GitHubSwiftActions-Package
(1 failure)
BUILD FAILURE 6.0 watchOS