The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build AppContainer, reference 0.3.1 (f57457), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 23:40:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.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.1
Building package at path:  $PWD
https://github.com/p-x9/AppContainer.git
https://github.com/p-x9/AppContainer.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.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/SwiftUIColor.git
Fetching from https://github.com/p-x9/KeyPathValue.git
Fetching from https://github.com/apple/swift-collections.git (cached)
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’
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:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.4
  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: swift-collections, SwiftUIColor, KeyPathValue, 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" : "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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppContainer-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e273800b37347a16fea2562f77154440
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e273800b37347a16fea2562f77154440.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:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:04de85c69cb450d4b0e1015a7324bde1162f4a74, 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-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  AppContainer: /Users/admin/builder/spi-builder-workspace
  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
resolved source packages: AppContainer, EditValueView, KeyPathValue, SwiftUIColor
{
  "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-16.3.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-16.3.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:
  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
  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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d9561ad0b67eed14253ddfd3c35be9a1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d9561ad0b67eed14253ddfd3c35be9a1.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:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:04de85c69cb450d4b0e1015a7324bde1162f4a74, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppContainer-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild