The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AppContainer, reference main (f57457), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 20 Jun 2025 16:40:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppContainer-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/AppContainer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/AppContainer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f574579 Merge pull request #47 from p-x9/feature/docc
Cloned https://github.com/p-x9/AppContainer.git
Revision (git rev-parse @):
f5745799c10b086d29ed69f21d40fbb70767a427
SUCCESS checkout https://github.com/p-x9/AppContainer.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/AppContainer.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/p-x9/SwiftUIColor.git
Fetching from https://github.com/p-x9/KeyPathValue.git
Fetching from https://github.com/p-x9/EditValueView.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘EditValueView’
Checking out 0.4.0 of package ‘EditValueView’
Creating working copy of package ‘KeyPathValue’
Checking out 0.0.1 of package ‘KeyPathValue’
Creating working copy of package ‘SwiftUIColor’
Checking out 0.3.0 of package ‘SwiftUIColor’
Creating working copy of package ‘swift-collections’
Checking out 1.0.4 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
resolved source packages: EditValueView, KeyPathValue, SwiftUIColor, AppContainer, swift-collections
{
  "dependencies" : [
    {
      "identity" : "editvalueview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/EditValueView.git"
    },
    {
      "identity" : "keypathvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/KeyPathValue.git"
    }
  ],
  "manifest_display_name" : "AppContainer",
  "name" : "AppContainer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AppContainer",
      "targets" : [
        "AppContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppContainerUI",
      "targets" : [
        "AppContainerUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppContainerUI",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerUI",
      "path" : "Sources/AppContainerUI",
      "product_dependencies" : [
        "KeyPathValue",
        "EditValueView"
      ],
      "product_memberships" : [
        "AppContainerUI"
      ],
      "sources" : [
        "ContainerInfoView.swift",
        "ContainerListView.swift",
        "Extension/SwiftUI/View+.swift",
        "UIKit/ContainerInfoViewController.swift",
        "UIKit/ContainerListViewController.swift",
        "View/ContainerRowView.swift",
        "View/KeyValueRowView.swift",
        "View/WritableKeyValueRowView.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppContainerTests",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerTests",
      "path" : "Tests/AppContainerTests",
      "sources" : [
        "AppContainerTests.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppContainer",
      "module_type" : "SwiftTarget",
      "name" : "AppContainer",
      "path" : "Sources/AppContainer",
      "product_dependencies" : [
        "KeyPathValue"
      ],
      "product_memberships" : [
        "AppContainer",
        "AppContainerUI"
      ],
      "sources" : [
        "AppContainer.swift",
        "AppContainerDelegate.swift",
        "AppContainerError.swift",
        "Constants.swift",
        "Extension/Array.swift",
        "Extension/FileManager.swift",
        "Extension/UUID.swift",
        "Model/AppContainerSettings.swift",
        "Model/Container.swift",
        "Notification.swift",
        "Util/WeakHashTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "AppContainer",
    "schemes" : [
      "AppContainer",
      "AppContainerTests",
      "AppContainerUI",
      "EditValueView",
      "Example"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppContainer",
      "AppContainer-Package",
      "AppContainerUI",
      "EditValueView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppContainer-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 AppContainer-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
    Target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
    Target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
    Target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor' (no dependencies)
    Target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'KeyPathValue' in project 'KeyPathValue' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8c779a84e1e8c7912e840cf8257b5481
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c779a84e1e8c7912e840cf8257b5481.xcbuilddata
error: The package product 'EditValueView' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'AppContainerUI' from project 'AppContainer')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppContainer-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
resolved source packages: KeyPathValue, SwiftUIColor, AppContainer, EditValueView
{
  "dependencies" : [
    {
      "identity" : "editvalueview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/EditValueView.git"
    },
    {
      "identity" : "keypathvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/KeyPathValue.git"
    }
  ],
  "manifest_display_name" : "AppContainer",
  "name" : "AppContainer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AppContainer",
      "targets" : [
        "AppContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppContainerUI",
      "targets" : [
        "AppContainerUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppContainerUI",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerUI",
      "path" : "Sources/AppContainerUI",
      "product_dependencies" : [
        "KeyPathValue",
        "EditValueView"
      ],
      "product_memberships" : [
        "AppContainerUI"
      ],
      "sources" : [
        "ContainerInfoView.swift",
        "ContainerListView.swift",
        "Extension/SwiftUI/View+.swift",
        "UIKit/ContainerInfoViewController.swift",
        "UIKit/ContainerListViewController.swift",
        "View/ContainerRowView.swift",
        "View/KeyValueRowView.swift",
        "View/WritableKeyValueRowView.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppContainerTests",
      "module_type" : "SwiftTarget",
      "name" : "AppContainerTests",
      "path" : "Tests/AppContainerTests",
      "sources" : [
        "AppContainerTests.swift"
      ],
      "target_dependencies" : [
        "AppContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppContainer",
      "module_type" : "SwiftTarget",
      "name" : "AppContainer",
      "path" : "Sources/AppContainer",
      "product_dependencies" : [
        "KeyPathValue"
      ],
      "product_memberships" : [
        "AppContainer",
        "AppContainerUI"
      ],
      "sources" : [
        "AppContainer.swift",
        "AppContainerDelegate.swift",
        "AppContainerError.swift",
        "Constants.swift",
        "Extension/Array.swift",
        "Extension/FileManager.swift",
        "Extension/UUID.swift",
        "Model/AppContainerSettings.swift",
        "Model/Container.swift",
        "Notification.swift",
        "Util/WeakHashTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppContainer",
      "AppContainer-Package",
      "AppContainerUI",
      "EditValueView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppContainer-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 AppContainer-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
    Target 'AppContainerUI' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
    Target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
    Target 'EditValueView' in project 'EditValueView'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor' in project 'SwiftUIColor'
        ➜ Explicit dependency on target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor'
    Target 'SwiftUIColor_SwiftUIColor' in project 'SwiftUIColor' (no dependencies)
    Target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'AppContainer' in project 'AppContainer'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'KeyPathValue' in project 'KeyPathValue' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8c779a84e1e8c7912e840cf8257b5481
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c779a84e1e8c7912e840cf8257b5481.xcbuilddata
error: The package product 'EditValueView' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'AppContainerUI' from project 'AppContainer')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0be46632662de3f69edd96cab3cd3cfa3e5ebc9c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppContainer-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild