The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-release-notes, reference 0.1.0 (7c0372), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 15:28:24 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-release-notes -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/ReleaseNotes.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/ReleaseNotes
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 7c03722 Merge pull request #14 from SwiftPackageIndex/swift-5.8
Cloned https://github.com/SwiftPackageIndex/ReleaseNotes.git
Revision (git rev-parse @):
7c037225ac7214381551552de4d6305b07b5fc0b
SUCCESS checkout https://github.com/SwiftPackageIndex/ReleaseNotes.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/ReleaseNotes.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/pointfreeco/swift-parsing
Fetching from https://github.com/SwiftPackageIndex/SemanticVersion
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/swiftlang/swift-syntax
Creating working copy of package ‘SemanticVersion’
Checking out 0.5.3 of package ‘SemanticVersion’
Creating working copy of package ‘swift-case-paths’
Checking out 1.7.3 of package ‘swift-case-paths’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.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 @ 603.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  swift-release-notes: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
resolved source packages: swift-syntax, swift-argument-parser, xctest-dynamic-overlay, SemanticVersion, swift-case-paths, swift-release-notes, swift-parsing
2026-04-13 11:27:56.463 xcodebuild[529:3071] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
    },
    {
      "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-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    }
  ],
  "manifest_display_name" : "swift-release-notes",
  "name" : "swift-release-notes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-release-notes",
      "targets" : [
        "swift-release-notes"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_release_notes",
      "module_type" : "SwiftTarget",
      "name" : "swift-release-notes",
      "path" : "Sources/swift-release-notes",
      "product_memberships" : [
        "swift-release-notes"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ReleaseNotesCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReleaseNotesTests",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseNotesTests",
      "path" : "Tests/ReleaseNotesTests",
      "sources" : [
        "LaunchTests.swift",
        "PackageResolvedTests.swift",
        "ParserCoreTests.swift",
        "ReleaseNotesCoreTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "ReleaseNotesCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReleaseNotesCore",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseNotesCore",
      "path" : "Sources/ReleaseNotesCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Parsing",
        "SemanticVersion"
      ],
      "product_memberships" : [
        "swift-release-notes"
      ],
      "sources" : [
        "App.swift",
        "Dictionary+ext.swift",
        "PackageResolved.swift",
        "ParsableCommand+async.swift",
        "Parser.swift",
        "ReleaseNotes.swift",
        "Revision.swift",
        "String+ext.swift",
        "Update.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-release-notes"
    ]
  }
}
2026-04-13 11:28:07.762 xcodebuild[880:5096] [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-release-notes -destination platform=macOS,arch=arm64
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-release-notes -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-release-notes: /Users/admin/builder/spi-builder-workspace
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
    Target 'swift-release-notes' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ReleaseNotesCore' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'ReleaseNotesCore' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
    Target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
    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)
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 -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/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0c1f25f6c14363a01fd2219fb8af318d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c1f25f6c14363a01fd2219fb8af318d.xcbuilddata
error: The package product 'SemanticVersion' requires minimum platform version 13.0 for the macOS platform, but this target supports 11.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 13.0 for the macOS platform, but this target supports 11.0 (in target 'swift-release-notes' from project 'swift-release-notes')
2026-04-13 11:28:13.383 xcodebuild[894:5235] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-release-notes
(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-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-release-notes: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
resolved source packages: swift-parsing, swift-syntax, swift-release-notes, xctest-dynamic-overlay, swift-case-paths, SemanticVersion, swift-argument-parser
2026-04-13 11:28:18.579 xcodebuild[971:5689] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SemanticVersion"
    },
    {
      "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-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    }
  ],
  "manifest_display_name" : "swift-release-notes",
  "name" : "swift-release-notes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-release-notes",
      "targets" : [
        "swift-release-notes"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_release_notes",
      "module_type" : "SwiftTarget",
      "name" : "swift-release-notes",
      "path" : "Sources/swift-release-notes",
      "product_memberships" : [
        "swift-release-notes"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ReleaseNotesCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReleaseNotesTests",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseNotesTests",
      "path" : "Tests/ReleaseNotesTests",
      "sources" : [
        "LaunchTests.swift",
        "PackageResolvedTests.swift",
        "ParserCoreTests.swift",
        "ReleaseNotesCoreTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "ReleaseNotesCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReleaseNotesCore",
      "module_type" : "SwiftTarget",
      "name" : "ReleaseNotesCore",
      "path" : "Sources/ReleaseNotesCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Parsing",
        "SemanticVersion"
      ],
      "product_memberships" : [
        "swift-release-notes"
      ],
      "sources" : [
        "App.swift",
        "Dictionary+ext.swift",
        "PackageResolved.swift",
        "ParsableCommand+async.swift",
        "Parser.swift",
        "ReleaseNotes.swift",
        "Revision.swift",
        "String+ext.swift",
        "Update.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-release-notes"
    ]
  }
}
2026-04-13 11:28:21.322 xcodebuild[988:5813] [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-release-notes -destination platform=macOS,arch=arm64
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-release-notes -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.14.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  SemanticVersion: https://github.com/SwiftPackageIndex/SemanticVersion @ 0.5.3
  swift-release-notes: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
    Target 'swift-release-notes' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ReleaseNotesCore' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'ReleaseNotesCore' in project 'swift-release-notes'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'Parsing' in project 'swift-parsing'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePaths' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
    Target 'CasePathsCore' in project 'swift-case-paths'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReporting' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
    Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
    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)
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 -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/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0c1f25f6c14363a01fd2219fb8af318d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c1f25f6c14363a01fd2219fb8af318d.xcbuilddata
error: The package product 'SemanticVersion' requires minimum platform version 13.0 for the macOS platform, but this target supports 11.0 (in target 'swift-release-notes' from project 'swift-release-notes')
error: The package product 'SemanticVersion' requires minimum platform version 13.0 for the macOS platform, but this target supports 11.0 (in target 'ReleaseNotesCore' from project 'swift-release-notes')
2026-04-13 11:28:23.740 xcodebuild[998:5894] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ab63777014e5cedb6e1dca659080201c0f165973, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-release-notes
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild