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 SwishAppStore, reference 0.2.0 (b7aa3d), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 14:14:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/SwishAppStore.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/SwishAppStore
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at b7aa3d8 refactor
Cloned https://github.com/danielsincere/SwishAppStore.git
Revision (git rev-parse @):
b7aa3d8b29cc28f9ef5ea886d0e5fc94d9e30968
SUCCESS checkout https://github.com/danielsincere/SwishAppStore.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsincere/SwishAppStore.git
https://github.com/danielsincere/SwishAppStore.git
{
  "dependencies" : [
    {
      "identity" : "shxcrun",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShXcrun.git"
    },
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/Sh.git"
    },
    {
      "identity" : "shgit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShGit.git"
    }
  ],
  "manifest_display_name" : "SwishAppStore",
  "name" : "SwishAppStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwishAppStore",
      "targets" : [
        "SwishAppStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwishAppStore",
      "module_type" : "SwiftTarget",
      "name" : "SwishAppStore",
      "path" : "Sources/SwishAppStore",
      "product_dependencies" : [
        "Sh",
        "ShXcrun",
        "ShGit"
      ],
      "product_memberships" : [
        "SwishAppStore"
      ],
      "sources" : [
        "AppStore.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/FullQueueDeveloper/ShXcrun.git
Fetching from https://github.com/FullQueueDeveloper/Sh.git
Fetching from https://github.com/FullQueueDeveloper/ShGit.git
Fetching from https://github.com/onevcat/Rainbow
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘ShXcrun’
Checking out 0.50.1 of package ‘ShXcrun’
Creating working copy of package ‘Sh’
Checking out 1.3.0 of package ‘Sh’
Creating working copy of package ‘ShGit’
Checking out 1.2.0 of package ‘ShGit’
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.Resolve Package Graph
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  Sh: https://github.com/FullQueueDeveloper/Sh.git @ 1.3.0
  SwishAppStore: /Users/admin/builder/spi-builder-workspace
  ShGit: https://github.com/FullQueueDeveloper/ShGit.git @ 1.2.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  ShXcrun: https://github.com/FullQueueDeveloper/ShXcrun.git @ 0.50.1
resolved source packages: Sh, SwishAppStore, ShGit, Rainbow, ShXcrun
{
  "dependencies" : [
    {
      "identity" : "shxcrun",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShXcrun.git"
    },
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/Sh.git"
    },
    {
      "identity" : "shgit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShGit.git"
    }
  ],
  "manifest_display_name" : "SwishAppStore",
  "name" : "SwishAppStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwishAppStore",
      "targets" : [
        "SwishAppStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwishAppStore",
      "module_type" : "SwiftTarget",
      "name" : "SwishAppStore",
      "path" : "Sources/SwishAppStore",
      "product_dependencies" : [
        "Sh",
        "ShXcrun",
        "ShGit"
      ],
      "product_memberships" : [
        "SwishAppStore"
      ],
      "sources" : [
        "AppStore.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwishAppStore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwishAppStore -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 SwishAppStore -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
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.
Resolve Package Graph
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  ShXcrun: https://github.com/FullQueueDeveloper/ShXcrun.git @ 0.50.1
  SwishAppStore: /Users/admin/builder/spi-builder-workspace
  ShGit: https://github.com/FullQueueDeveloper/ShGit.git @ 1.2.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  Sh: https://github.com/FullQueueDeveloper/Sh.git @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
    Target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
    Target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (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/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: c94b638006d71b16ca4092d78df8462c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c94b638006d71b16ca4092d78df8462c.xcbuilddata
error: The package product 'Sh' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
error: The package product 'ShXcrun' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
error: The package product 'ShGit' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwishAppStore
(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
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  ShGit: https://github.com/FullQueueDeveloper/ShGit.git @ 1.2.0
  ShXcrun: https://github.com/FullQueueDeveloper/ShXcrun.git @ 0.50.1
  SwishAppStore: /Users/admin/builder/spi-builder-workspace
  Sh: https://github.com/FullQueueDeveloper/Sh.git @ 1.3.0
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
resolved source packages: ShGit, ShXcrun, SwishAppStore, Sh, Rainbow
{
  "dependencies" : [
    {
      "identity" : "shxcrun",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShXcrun.git"
    },
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/Sh.git"
    },
    {
      "identity" : "shgit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FullQueueDeveloper/ShGit.git"
    }
  ],
  "manifest_display_name" : "SwishAppStore",
  "name" : "SwishAppStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwishAppStore",
      "targets" : [
        "SwishAppStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwishAppStore",
      "module_type" : "SwiftTarget",
      "name" : "SwishAppStore",
      "path" : "Sources/SwishAppStore",
      "product_dependencies" : [
        "Sh",
        "ShXcrun",
        "ShGit"
      ],
      "product_memberships" : [
        "SwishAppStore"
      ],
      "sources" : [
        "AppStore.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwishAppStore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwishAppStore -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 SwishAppStore -destination platform=macOS,arch=arm64
Resolve Package Graph
'shgit' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.'shxcrun' dependency on 'https://github.com/DanielSincere/Sh.git' conflicts with dependency on 'https://github.com/FullQueueDeveloper/Sh.git' which has the same identity 'sh'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  ShXcrun: https://github.com/FullQueueDeveloper/ShXcrun.git @ 0.50.1
  SwishAppStore: /Users/admin/builder/spi-builder-workspace
  Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
  Sh: https://github.com/FullQueueDeveloper/Sh.git @ 1.3.0
  ShGit: https://github.com/FullQueueDeveloper/ShGit.git @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
    Target 'SwishAppStore' in project 'SwishAppStore'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
    Target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShGit' in project 'ShGit'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'ShXcrun' in project 'ShXcrun'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
    Target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Sh' in project 'Sh'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (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/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: 452aa11dc7efa08c46aa0988d01df3e8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/452aa11dc7efa08c46aa0988d01df3e8.xcbuilddata
error: The package product 'Sh' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
error: The package product 'ShXcrun' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
error: The package product 'ShGit' requires minimum platform version 13.0 for the macOS platform, but this target supports 12.0 (in target 'SwishAppStore' from project 'SwishAppStore')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwishAppStore
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild