The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppContainer, reference 0.3.1 (f57457), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 23 Apr 2026 07:35:48 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: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/AppContainer
 * tag               0.3.1      -> FETCH_HEAD
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 0.3.1
========================================
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/p-x9/EditValueView.git
Fetching from https://github.com/p-x9/KeyPathValue.git
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/p-x9/SwiftUIColor.git
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’
Creating working copy of package ‘swift-collections’
Checking out 1.0.4 of package ‘swift-collections’
Creating working copy of package ‘KeyPathValue’
Checking out 0.0.1 of package ‘KeyPathValue’
Resolve Package Graph
Resolved source packages:
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  AppContainer: /Users/admin/builder/spi-builder-workspace
resolved source packages: EditValueView, SwiftUIColor, swift-collections, KeyPathValue, AppContainer
2026-04-23 03:35:07.952 xcodebuild[529:3083] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:08.051 xcodebuild[529:3083] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:08.431 xcodebuild[529:3083] [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-23 03:35:34.454 xcodebuild[765:4407] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:34.556 xcodebuild[765:4407] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:34.746 xcodebuild[765:4407] [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-23 03:35:36.276 xcodebuild[770:4479] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:36.394 xcodebuild[770:4479] [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:
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  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-23 03:35:37.425 xcodebuild[772:4511] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:37.524 xcodebuild[772:4511] [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:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6ea5926cbbb873052148a3ef2824f777e40462b5, 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:
  SwiftUIColor: https://github.com/p-x9/SwiftUIColor.git @ 0.3.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.0.1
  AppContainer: /Users/admin/builder/spi-builder-workspace
  EditValueView: https://github.com/p-x9/EditValueView.git @ 0.4.0
resolved source packages: SwiftUIColor, KeyPathValue, AppContainer, EditValueView
2026-04-23 03:35:45.427 xcodebuild[836:4966] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:45.529 xcodebuild[836:4966] [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-23 03:35:46.696 xcodebuild[852:5070] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:46.796 xcodebuild[852:5070] [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
  AppContainer: /Users/admin/builder/spi-builder-workspace
  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.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/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
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-23 03:35:47.641 xcodebuild[854:5099] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-23 03:35:47.743 xcodebuild[854:5099] [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:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6ea5926cbbb873052148a3ef2824f777e40462b5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6ea5926cbbb873052148a3ef2824f777e40462b5, 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