The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppContainer, reference main (f57457), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 14 Apr 2026 00:17:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.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.70.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.3
Building package at path:  $PWD
https://github.com/p-x9/AppContainer.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/apple/swift-collections.git
Fetching from https://github.com/p-x9/KeyPathValue.git
Fetching from https://github.com/p-x9/EditValueView.git
Fetching from https://github.com/p-x9/SwiftUIColor.git
Creating working copy of package ‘KeyPathValue’
Checking out 0.0.1 of package ‘KeyPathValue’
Creating working copy of package ‘swift-collections’
Checking out 1.0.4 of package ‘swift-collections’
Creating working copy of package ‘SwiftUIColor’
Checking out 0.3.0 of package ‘SwiftUIColor’
Creating working copy of package ‘EditValueView’
Checking out 0.4.0 of package ‘EditValueView’
Resolve Package Graph
Resolved source packages:
  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
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
resolved source packages: SwiftUIColor, AppContainer, swift-collections, KeyPathValue, EditValueView
2026-04-13 20:16:59.307 xcodebuild[525:3019] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:16:59.404 xcodebuild[525:3019] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:16:59.804 xcodebuild[525:3019] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-13 20:17:25.181 xcodebuild[761:4325] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:25.279 xcodebuild[761:4325] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:25.456 xcodebuild[761:4325] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppContainer",
      "AppContainer-Package",
      "AppContainerUI",
      "EditValueView"
    ]
  }
}
2026-04-13 20:17:26.927 xcodebuild[766:4394] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:27.030 xcodebuild[766:4394] [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 AppContainer-Package -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 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
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
  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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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
Build description signature: 060b9c346757fc6f59a45b830fd43229
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/060b9c346757fc6f59a45b830fd43229.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')
2026-04-13 20:17:28.027 xcodebuild[768:4427] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:28.130 xcodebuild[768:4427] [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:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:cb352eea3363240727c18f254190c79b5ebddd39, 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.4.0.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
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
resolved source packages: KeyPathValue, EditValueView, SwiftUIColor, AppContainer
2026-04-13 20:17:36.022 xcodebuild[810:4708] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:36.121 xcodebuild[810:4708] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-13 20:17:37.282 xcodebuild[819:4770] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:37.378 xcodebuild[819:4770] [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 AppContainer-Package -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 AppContainer-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  AppContainer: /Users/admin/builder/spi-builder-workspace
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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
Build description signature: 060b9c346757fc6f59a45b830fd43229
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/060b9c346757fc6f59a45b830fd43229.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')
2026-04-13 20:17:38.243 xcodebuild[821:4796] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 20:17:38.343 xcodebuild[821:4796] [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:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:cb352eea3363240727c18f254190c79b5ebddd39, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppContainer-Package
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild