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 Artisan, reference 5.1.0 (775ad8), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 01:25:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Artisan.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Artisan
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at 775ad88 Update README.md
Cloned https://github.com/hainayanda/Artisan.git
Revision (git rev-parse @):
775ad889ca130388a5dd94265a6922e47e1aef6d
SUCCESS checkout https://github.com/hainayanda/Artisan.git at 5.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hainayanda/Artisan.git
https://github.com/hainayanda/Artisan.git
{
  "dependencies" : [
    {
      "identity" : "draftsman",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.6",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Draftsman.git"
    },
    {
      "identity" : "pharos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Pharos.git"
    },
    {
      "identity" : "diffabledatasources",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DiffableDataSources.git"
    }
  ],
  "manifest_display_name" : "Artisan",
  "name" : "Artisan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Artisan",
      "targets" : [
        "Artisan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Artisan",
      "module_type" : "SwiftTarget",
      "name" : "Artisan",
      "path" : "Artisan/Classes",
      "product_dependencies" : [
        "Draftsman",
        "Pharos",
        "DiffableDataSources"
      ],
      "product_memberships" : [
        "Artisan"
      ],
      "sources" : [
        "Binding/Observable+Binding.swift",
        "Binding/ViewBindable+Retaining.swift",
        "Binding/ViewBindable.swift",
        "Binding/ViewModel.swift",
        "ContainerContentsBuilder/CellCompatible/Cell.swift",
        "ContainerContentsBuilder/CellCompatible/CellBuilder.swift",
        "ContainerContentsBuilder/CellCompatible/CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/LayoutDraft+CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/Section.swift",
        "ContainerContentsBuilder/Stack/ScrollableStackView.swift",
        "ContainerContentsBuilder/Stack/StackBuilder.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Maker+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Utils/ArrayBuilder.swift",
        "Utils/Methods.swift",
        "Utils/TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "draftsman",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.6",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Draftsman.git"
    },
    {
      "identity" : "pharos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Pharos.git"
    },
    {
      "identity" : "diffabledatasources",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DiffableDataSources.git"
    }
  ],
  "manifest_display_name" : "Artisan",
  "name" : "Artisan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Artisan",
      "targets" : [
        "Artisan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Artisan",
      "module_type" : "SwiftTarget",
      "name" : "Artisan",
      "path" : "Artisan/Classes",
      "product_dependencies" : [
        "Draftsman",
        "Pharos",
        "DiffableDataSources"
      ],
      "product_memberships" : [
        "Artisan"
      ],
      "sources" : [
        "Binding/Observable+Binding.swift",
        "Binding/ViewBindable+Retaining.swift",
        "Binding/ViewBindable.swift",
        "Binding/ViewModel.swift",
        "ContainerContentsBuilder/CellCompatible/Cell.swift",
        "ContainerContentsBuilder/CellCompatible/CellBuilder.swift",
        "ContainerContentsBuilder/CellCompatible/CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/LayoutDraft+CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/Section.swift",
        "ContainerContentsBuilder/Stack/ScrollableStackView.swift",
        "ContainerContentsBuilder/Stack/StackBuilder.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Maker+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Utils/ArrayBuilder.swift",
        "Utils/Methods.swift",
        "Utils/TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Pods",
    "schemes" : [
      "Artisan",
      "Builder",
      "Chary",
      "Clavier",
      "DiffableDataSources",
      "DifferenceKit",
      "Draftsman",
      "FBSnapshotTestCase",
      "Impose",
      "iOSSnapshotTestCase",
      "Nimble",
      "Nimble-Snapshots",
      "Pharos",
      "Pods-Artisan_Example",
      "Pods-Artisan_Tests",
      "Quick"
    ],
    "targets" : [
      "Artisan",
      "Builder",
      "Chary",
      "Clavier",
      "DiffableDataSources",
      "DifferenceKit",
      "Draftsman",
      "FBSnapshotTestCase",
      "Impose",
      "iOSSnapshotTestCase",
      "Nimble",
      "Nimble-Snapshots",
      "Pharos",
      "Pods-Artisan_Example",
      "Pods-Artisan_Tests",
      "Quick"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Artisan"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Artisan -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 Artisan -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:
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.2.0
  Draftsman: https://github.com/hainayanda/Draftsman.git @ 3.2.5
  DiffableDataSources: https://github.com/ra1028/DiffableDataSources.git @ 0.5.0
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
  Clavier: https://github.com/hainayanda/Clavier.git @ 2.0.3
  Artisan: /Users/admin/builder/spi-builder-workspace
  Builder: https://github.com/hainayanda/Builder.git @ 1.1.1
  Pharos: https://github.com/hainayanda/Pharos.git @ 2.3.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
    Target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
    Target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary' (no dependencies)
    Target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Builder' in project 'Builder'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Builder' in project 'Builder' (no dependencies)
    Target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
    Target 'Clavier' in project 'Clavier' (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: 8e5ba2fcd453059b6bb56976f69d0ef0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8e5ba2fcd453059b6bb56976f69d0ef0.xcbuilddata
error: The package product 'Pharos' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'Artisan' from project 'Artisan')
--- 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 Artisan
(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:
  Clavier: https://github.com/hainayanda/Clavier.git @ 2.0.3
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.2.0
  Draftsman: https://github.com/hainayanda/Draftsman.git @ 3.2.5
  Builder: https://github.com/hainayanda/Builder.git @ 1.1.1
  Artisan: /Users/admin/builder/spi-builder-workspace
  Pharos: https://github.com/hainayanda/Pharos.git @ 2.3.5
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
  DiffableDataSources: https://github.com/ra1028/DiffableDataSources.git @ 0.5.0
resolved source packages: Clavier, DifferenceKit, Draftsman, Builder, Artisan, Pharos, Chary, DiffableDataSources
{
  "dependencies" : [
    {
      "identity" : "draftsman",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.6",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Draftsman.git"
    },
    {
      "identity" : "pharos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Pharos.git"
    },
    {
      "identity" : "diffabledatasources",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DiffableDataSources.git"
    }
  ],
  "manifest_display_name" : "Artisan",
  "name" : "Artisan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Artisan",
      "targets" : [
        "Artisan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Artisan",
      "module_type" : "SwiftTarget",
      "name" : "Artisan",
      "path" : "Artisan/Classes",
      "product_dependencies" : [
        "Draftsman",
        "Pharos",
        "DiffableDataSources"
      ],
      "product_memberships" : [
        "Artisan"
      ],
      "sources" : [
        "Binding/Observable+Binding.swift",
        "Binding/ViewBindable+Retaining.swift",
        "Binding/ViewBindable.swift",
        "Binding/ViewModel.swift",
        "ContainerContentsBuilder/CellCompatible/Cell.swift",
        "ContainerContentsBuilder/CellCompatible/CellBuilder.swift",
        "ContainerContentsBuilder/CellCompatible/CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/LayoutDraft+CellCompatible.swift",
        "ContainerContentsBuilder/CellCompatible/Section.swift",
        "ContainerContentsBuilder/Stack/ScrollableStackView.swift",
        "ContainerContentsBuilder/Stack/StackBuilder.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Maker+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Utils/ArrayBuilder.swift",
        "Utils/Methods.swift",
        "Utils/TypeAliases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Artisan"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Artisan -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 Artisan -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  DiffableDataSources: https://github.com/ra1028/DiffableDataSources.git @ 0.5.0
  Builder: https://github.com/hainayanda/Builder.git @ 1.1.1
  Clavier: https://github.com/hainayanda/Clavier.git @ 2.0.3
  Pharos: https://github.com/hainayanda/Pharos.git @ 2.3.5
  Draftsman: https://github.com/hainayanda/Draftsman.git @ 3.2.5
  DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.2.0
  Artisan: /Users/admin/builder/spi-builder-workspace
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
    Target 'Artisan' in project 'Artisan'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
    Target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DiffableDataSources' in project 'DiffableDataSources'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit'
        ➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
    Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary' (no dependencies)
    Target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Draftsman' in project 'Draftsman'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Builder' in project 'Builder'
        ➜ Explicit dependency on target 'Builder' in project 'Builder'
    Target 'Builder' in project 'Builder' (no dependencies)
    Target 'Clavier' in project 'Clavier'
        ➜ Explicit dependency on target 'Clavier' in project 'Clavier'
    Target 'Clavier' in project 'Clavier' (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: 4783ec95a81ca45fdbbc017e3b26c259
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4783ec95a81ca45fdbbc017e3b26c259.xcbuilddata
error: The package product 'Pharos' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'Artisan' from project 'Artisan')
--- 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 Artisan
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild