The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-apinotes, reference main (2fe208), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 01:17:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/swift-apinotes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynnswap/swift-apinotes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2fe208c Updates
Cloned https://github.com/lynnswap/swift-apinotes.git
Revision (git rev-parse @):
2fe208c1824f053c04778c5dad2a6fe93d8ab3bf
SUCCESS checkout https://github.com/lynnswap/swift-apinotes.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lynnswap/swift-apinotes.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SwiftyLab/MetaCodable
Fetching from https://github.com/jpsim/Yams
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/swiftlang/swift-syntax.git
Creating working copy of package ‘Yams’
Checking out 6.2.1 of package ‘Yams’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘MetaCodable’
Checking out 1.6.0 of package ‘MetaCodable’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-apinotes: /Users/admin/builder/spi-builder-workspace
  MetaCodable: https://github.com/SwiftyLab/MetaCodable @ 1.6.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
resolved source packages: swift-syntax, Yams, swift-apinotes, MetaCodable, swift-argument-parser, swift-collections
2026-04-18 21:16:59.704 xcodebuild[525:2994] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "metacodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLab/MetaCodable"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "swift-apinotes",
  "name" : "swift-apinotes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "APINotes",
      "targets" : [
        "APINotes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APINotesTests",
      "module_type" : "SwiftTarget",
      "name" : "APINotesTests",
      "path" : "Tests/APINotesTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "APINotes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APINotes",
      "module_type" : "SwiftTarget",
      "name" : "APINotes",
      "path" : "Sources/APINotes",
      "product_dependencies" : [
        "MetaCodable",
        "HelperCoders",
        "Yams"
      ],
      "product_memberships" : [
        "APINotes"
      ],
      "sources" : [
        "Common/CommonEntity.swift",
        "Common/CommonType.swift",
        "Common/ObjCMethod.swift",
        "Common/ObjCProperty.swift",
        "Common/Parameter.swift",
        "Common/Variable.swift",
        "Enums/Availability.swift",
        "Enums/EnumExtensibility.swift",
        "Enums/EnumKind.swift",
        "Enums/Nullability.swift",
        "Enums/ObjCMemberKind.swift",
        "Enums/SwiftWrapper.swift",
        "Module.swift",
        "TopLevelItems/Enumerator.swift",
        "TopLevelItems/Function.swift",
        "TopLevelItems/ObjCContext.swift",
        "TopLevelItems/Tag.swift",
        "TopLevelItems/Typedef.swift",
        "Version.Tuple.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-apinotes"
    ]
  }
}
2026-04-18 21:17:12.636 xcodebuild[880:5059] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-apinotes -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 swift-apinotes -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  swift-apinotes: /Users/admin/builder/spi-builder-workspace
  MetaCodable: https://github.com/SwiftyLab/MetaCodable @ 1.6.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ 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 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
    Target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
    Target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
    Target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
    Target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'PluginCore' in project 'MetaCodable'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'PluginCore' in project 'MetaCodable'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 8a0243160323fb524f2c32aaf4d6523a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8a0243160323fb524f2c32aaf4d6523a.xcbuilddata
error: The package product 'MetaCodable' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'APINotes' from project 'swift-apinotes')
error: The package product 'HelperCoders' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'APINotes' from project 'swift-apinotes')
2026-04-18 21:17:18.819 xcodebuild[916:5292] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-apinotes
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  MetaCodable: https://github.com/SwiftyLab/MetaCodable @ 1.6.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-apinotes: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: swift-collections, MetaCodable, swift-syntax, swift-apinotes, Yams, swift-argument-parser
2026-04-18 21:17:26.576 xcodebuild[1037:5902] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "metacodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLab/MetaCodable"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "swift-apinotes",
  "name" : "swift-apinotes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "APINotes",
      "targets" : [
        "APINotes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APINotesTests",
      "module_type" : "SwiftTarget",
      "name" : "APINotesTests",
      "path" : "Tests/APINotesTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "APINotes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APINotes",
      "module_type" : "SwiftTarget",
      "name" : "APINotes",
      "path" : "Sources/APINotes",
      "product_dependencies" : [
        "MetaCodable",
        "HelperCoders",
        "Yams"
      ],
      "product_memberships" : [
        "APINotes"
      ],
      "sources" : [
        "Common/CommonEntity.swift",
        "Common/CommonType.swift",
        "Common/ObjCMethod.swift",
        "Common/ObjCProperty.swift",
        "Common/Parameter.swift",
        "Common/Variable.swift",
        "Enums/Availability.swift",
        "Enums/EnumExtensibility.swift",
        "Enums/EnumKind.swift",
        "Enums/Nullability.swift",
        "Enums/ObjCMemberKind.swift",
        "Enums/SwiftWrapper.swift",
        "Module.swift",
        "TopLevelItems/Enumerator.swift",
        "TopLevelItems/Function.swift",
        "TopLevelItems/ObjCContext.swift",
        "TopLevelItems/Tag.swift",
        "TopLevelItems/Typedef.swift",
        "Version.Tuple.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-apinotes"
    ]
  }
}
2026-04-18 21:17:30.168 xcodebuild[1076:6130] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-apinotes -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 swift-apinotes -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  MetaCodable: https://github.com/SwiftyLab/MetaCodable @ 1.6.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  Yams: https://github.com/jpsim/Yams @ 6.2.1
  swift-apinotes: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'APINotes' in project 'swift-apinotes'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ 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 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
    Target 'HelperCoders' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
    Target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
    Target 'MetaCodable' in project 'MetaCodable'
        ➜ Explicit dependency on target 'MacroPlugin' in project 'MetaCodable'
    Target 'MacroPlugin' in project 'MetaCodable'
        ➜ Explicit dependency on target 'PluginCore' in project 'MetaCodable'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'PluginCore' in project 'MetaCodable'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 8a0243160323fb524f2c32aaf4d6523a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8a0243160323fb524f2c32aaf4d6523a.xcbuilddata
error: The package product 'MetaCodable' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'APINotes' from project 'swift-apinotes')
error: The package product 'HelperCoders' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'APINotes' from project 'swift-apinotes')
2026-04-18 21:17:33.448 xcodebuild[1108:6297] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-apinotes
(1 failure)
BUILD FAILURE 6.3 watchOS