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 soto-codegenerator, reference main (8a5986), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2025 10:04:28 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-codegenerator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/soto-project/soto-codegenerator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8a5986c Generate error map for error types with extended information (#92)
Cloned https://github.com/soto-project/soto-codegenerator.git
Revision (git rev-parse @):
8a5986ca766f9b5fb674eb6670f5dd19131c1e9b
SUCCESS checkout https://github.com/soto-project/soto-codegenerator.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/soto-project/soto-codegenerator.git
https://github.com/soto-project/soto-codegenerator.git
{
  "dependencies" : [
    {
      "identity" : "soto-smithy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-smithy.git"
    },
    {
      "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.git"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-codegenerator",
  "name" : "soto-codegenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SotoCodeGenerator",
      "targets" : [
        "SotoCodeGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SotoCodeGeneratorPlugin",
      "targets" : [
        "SotoCodeGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCodeGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorTests",
      "path" : "Tests/SotoCodeGeneratorTests",
      "sources" : [
        "StringTests.swift",
        "TypeNameTests.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCodeGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "SotoCodeGeneratorPlugin",
      "path" : "Plugins/SotoCodeGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SotoCodeGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorLib",
      "path" : "Sources/SotoCodeGeneratorLib",
      "product_dependencies" : [
        "SotoSmithy",
        "SotoSmithyAWS",
        "Mustache",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "AwsService+paginators.swift",
        "AwsService+shapes.swift",
        "AwsService+waiters.swift",
        "AwsService.swift",
        "ConfigFile.swift",
        "Endpoints.swift",
        "Glob.swift",
        "Model+Patch.swift",
        "Patch.swift",
        "Smithy+CodeGeneration.swift",
        "SotoCodeGen.swift",
        "SotoTraits.swift",
        "String.swift",
        "Templates/Templates.swift",
        "Templates/api.swift",
        "Templates/comment.swift",
        "Templates/enum.swift",
        "Templates/enumWithValues.swift",
        "Templates/error.swift",
        "Templates/header.swift",
        "Templates/paginators.swift",
        "Templates/shapes.swift",
        "Templates/struct.swift",
        "Templates/waiters.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCodeGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGenerator",
      "path" : "Sources/SotoCodeGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "SotoCodeGenerator.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/soto-project/soto-smithy.git
Fetching from https://github.com/hummingbird-project/swift-mustache.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-mustache’
Checking out 2.0.0 of package ‘swift-mustache’
Creating working copy of package ‘soto-smithy’
Checking out 0.4.7 of package ‘soto-smithy’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  soto-smithy: https://github.com/soto-project/soto-smithy.git @ 0.4.7
  soto-codegenerator: /Users/admin/builder/spi-builder-workspace
  swift-mustache: https://github.com/hummingbird-project/swift-mustache.git @ 2.0.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
resolved source packages: swift-argument-parser, soto-smithy, soto-codegenerator, swift-mustache, swift-log
{
  "dependencies" : [
    {
      "identity" : "soto-smithy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-smithy.git"
    },
    {
      "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.git"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-codegenerator",
  "name" : "soto-codegenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SotoCodeGenerator",
      "targets" : [
        "SotoCodeGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SotoCodeGeneratorPlugin",
      "targets" : [
        "SotoCodeGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCodeGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorTests",
      "path" : "Tests/SotoCodeGeneratorTests",
      "sources" : [
        "StringTests.swift",
        "TypeNameTests.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCodeGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "SotoCodeGeneratorPlugin",
      "path" : "Plugins/SotoCodeGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SotoCodeGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorLib",
      "path" : "Sources/SotoCodeGeneratorLib",
      "product_dependencies" : [
        "SotoSmithy",
        "SotoSmithyAWS",
        "Mustache",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "AwsService+paginators.swift",
        "AwsService+shapes.swift",
        "AwsService+waiters.swift",
        "AwsService.swift",
        "ConfigFile.swift",
        "Endpoints.swift",
        "Glob.swift",
        "Model+Patch.swift",
        "Patch.swift",
        "Smithy+CodeGeneration.swift",
        "SotoCodeGen.swift",
        "SotoTraits.swift",
        "String.swift",
        "Templates/Templates.swift",
        "Templates/api.swift",
        "Templates/comment.swift",
        "Templates/enum.swift",
        "Templates/enumWithValues.swift",
        "Templates/error.swift",
        "Templates/header.swift",
        "Templates/paginators.swift",
        "Templates/shapes.swift",
        "Templates/struct.swift",
        "Templates/waiters.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCodeGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGenerator",
      "path" : "Sources/SotoCodeGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "SotoCodeGenerator.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "soto-codegenerator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme soto-codegenerator -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme soto-codegenerator -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  soto-smithy: https://github.com/soto-project/soto-smithy.git @ 0.4.7
  soto-codegenerator: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-mustache: https://github.com/hummingbird-project/swift-mustache.git @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SotoCodeGeneratorPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SotoCodeGeneratorPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: d6e55ae23f7a05558afd252e19320d3da103075ff2e0621f83a9471776ff954f
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'SotoCodeGenerator' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoCodeGeneratorLib' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ 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 'SotoCodeGeneratorLib' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithy' in project 'soto-smithy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 32f77bac29b26ce382b5483dbb529443
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/32f77bac29b26ce382b5483dbb529443.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SotoCodeGeneratorLib' from project 'soto-codegenerator')
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SotoCodeGenerator' from project 'soto-codegenerator')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme soto-codegenerator
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-mustache: https://github.com/hummingbird-project/swift-mustache.git @ 2.0.0
  soto-smithy: https://github.com/soto-project/soto-smithy.git @ 0.4.7
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  soto-codegenerator: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, swift-mustache, soto-smithy, swift-argument-parser, soto-codegenerator
{
  "dependencies" : [
    {
      "identity" : "soto-smithy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-smithy.git"
    },
    {
      "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.git"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-codegenerator",
  "name" : "soto-codegenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SotoCodeGenerator",
      "targets" : [
        "SotoCodeGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SotoCodeGeneratorPlugin",
      "targets" : [
        "SotoCodeGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCodeGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorTests",
      "path" : "Tests/SotoCodeGeneratorTests",
      "sources" : [
        "StringTests.swift",
        "TypeNameTests.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCodeGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "SotoCodeGeneratorPlugin",
      "path" : "Plugins/SotoCodeGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SotoCodeGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorLib",
      "path" : "Sources/SotoCodeGeneratorLib",
      "product_dependencies" : [
        "SotoSmithy",
        "SotoSmithyAWS",
        "Mustache",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "AwsService+paginators.swift",
        "AwsService+shapes.swift",
        "AwsService+waiters.swift",
        "AwsService.swift",
        "ConfigFile.swift",
        "Endpoints.swift",
        "Glob.swift",
        "Model+Patch.swift",
        "Patch.swift",
        "Smithy+CodeGeneration.swift",
        "SotoCodeGen.swift",
        "SotoTraits.swift",
        "String.swift",
        "Templates/Templates.swift",
        "Templates/api.swift",
        "Templates/comment.swift",
        "Templates/enum.swift",
        "Templates/enumWithValues.swift",
        "Templates/error.swift",
        "Templates/header.swift",
        "Templates/paginators.swift",
        "Templates/shapes.swift",
        "Templates/struct.swift",
        "Templates/waiters.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCodeGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGenerator",
      "path" : "Sources/SotoCodeGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "SotoCodeGenerator.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "soto-codegenerator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme soto-codegenerator -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme soto-codegenerator -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  soto-smithy: https://github.com/soto-project/soto-smithy.git @ 0.4.7
  soto-codegenerator: /Users/admin/builder/spi-builder-workspace
  swift-mustache: https://github.com/hummingbird-project/swift-mustache.git @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SotoCodeGeneratorPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SotoCodeGeneratorPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: d6e55ae23f7a05558afd252e19320d3da103075ff2e0621f83a9471776ff954f
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'SotoCodeGenerator' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoCodeGeneratorLib' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ 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 'SotoCodeGeneratorLib' in project 'soto-codegenerator'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithyAWS' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithy' in project 'soto-smithy'
        ➜ Explicit dependency on target 'SotoSmithy' in project 'soto-smithy'
    Target 'SotoSmithy' in project 'soto-smithy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 760fd324d6c81da8f186027131c8af74
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/760fd324d6c81da8f186027131c8af74.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SotoCodeGenerator' from project 'soto-codegenerator')
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SotoCodeGeneratorLib' from project 'soto-codegenerator')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme soto-codegenerator
(1 failure)
BUILD FAILURE 6.1 watchOS