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 SpeziLicense, reference main (42bd51), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 May 2025 00:17:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziLicense
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 42bd511 Update Screenshots
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
42bd5113d12f6c6b9dff9fe0123afcf2d2154f15
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziLicense.git
https://github.com/StanfordSpezi/SpeziLicense.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-package-list",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FelixHerrmann/swift-package-list.git"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziLicense",
  "name" : "SpeziLicense",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziLicense",
      "targets" : [
        "SpeziLicense"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziLicenseTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicenseTests",
      "path" : "Tests/SpeziLicenseTests",
      "product_dependencies" : [
        "Spezi"
      ],
      "sources" : [
        "SpeziLicenseTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLicense"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLicense",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicense",
      "path" : "Sources/SpeziLicense",
      "product_dependencies" : [
        "SwiftPackageList"
      ],
      "product_memberships" : [
        "SpeziLicense"
      ],
      "sources" : [
        "Bundle+ApplicationName.swift",
        "License.swift",
        "Package+LicenseType.swift",
        "PackageHelper.swift",
        "Views/ContributionsList.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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/StanfordSpezi/Spezi
Fetching from https://github.com/FelixHerrmann/swift-package-list.git
Fetching from https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching from https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Creating working copy of package ‘SpeziFoundation’
Checking out 2.1.7 of package ‘SpeziFoundation’
Creating working copy of package ‘swift-package-list’
Checking out 4.8.0 of package ‘swift-package-list’
Creating working copy of package ‘Spezi’
Checking out 1.8.2 of package ‘Spezi’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘XCTRuntimeAssertions’
Checking out 2.1.0 of package ‘XCTRuntimeAssertions’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-collections’
Checking out 1.2.0 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.1.0
  SpeziLicense: /Users/admin/builder/spi-builder-workspace
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.8.0
  Spezi: https://github.com/StanfordSpezi/Spezi @ 1.8.2
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.1.7
resolved source packages: swift-argument-parser, RuntimeAssertions, SpeziLicense, swift-atomics, swift-numerics, swift-algorithms, swift-collections, SwiftPackageList, Spezi, SpeziFoundation
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-package-list",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FelixHerrmann/swift-package-list.git"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziLicense",
  "name" : "SpeziLicense",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziLicense",
      "targets" : [
        "SpeziLicense"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziLicenseTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicenseTests",
      "path" : "Tests/SpeziLicenseTests",
      "product_dependencies" : [
        "Spezi"
      ],
      "sources" : [
        "SpeziLicenseTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLicense"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLicense",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicense",
      "path" : "Sources/SpeziLicense",
      "product_dependencies" : [
        "SwiftPackageList"
      ],
      "product_memberships" : [
        "SpeziLicense"
      ],
      "sources" : [
        "Bundle+ApplicationName.swift",
        "License.swift",
        "Package+LicenseType.swift",
        "PackageHelper.swift",
        "Views/ContributionsList.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Libraries",
      "SpeziLicense",
      "swift-package-list",
      "SwiftPackageList",
      "SwiftPackageList-Package",
      "SwiftPackageListCore",
      "SwiftPackageListUI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Libraries",
      "SpeziLicense",
      "swift-package-list",
      "SwiftPackageList",
      "SwiftPackageList-Package",
      "SwiftPackageListCore",
      "SwiftPackageListUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziLicense -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 SpeziLicense -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  Spezi: https://github.com/StanfordSpezi/Spezi @ 1.8.2
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
  SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.8.0
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.1.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.1.7
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  SpeziLicense: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
    Target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList' (no dependencies)
    Target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziLicense.build/Debug/SpeziLicense_SpeziLicense.build /Users/admin/builder/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 71adad2a520995a6c33d4ecf6305ad57
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71adad2a520995a6c33d4ecf6305ad57.xcbuilddata
error: The package product 'SwiftPackageList' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpeziLicense' from project 'SpeziLicense')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziLicense
(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:
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.1.7
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  SpeziLicense: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
  Spezi: https://github.com/StanfordSpezi/Spezi @ 1.8.2
  SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.8.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.1.0
resolved source packages: SpeziFoundation, swift-argument-parser, swift-collections, SpeziLicense, swift-numerics, Spezi, SwiftPackageList, swift-atomics, swift-algorithms, RuntimeAssertions
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-package-list",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FelixHerrmann/swift-package-list.git"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziLicense",
  "name" : "SpeziLicense",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziLicense",
      "targets" : [
        "SpeziLicense"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziLicenseTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicenseTests",
      "path" : "Tests/SpeziLicenseTests",
      "product_dependencies" : [
        "Spezi"
      ],
      "sources" : [
        "SpeziLicenseTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLicense"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLicense",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicense",
      "path" : "Sources/SpeziLicense",
      "product_dependencies" : [
        "SwiftPackageList"
      ],
      "product_memberships" : [
        "SpeziLicense"
      ],
      "sources" : [
        "Bundle+ApplicationName.swift",
        "License.swift",
        "Package+LicenseType.swift",
        "PackageHelper.swift",
        "Views/ContributionsList.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Libraries",
      "SpeziLicense",
      "swift-package-list",
      "SwiftPackageList",
      "SwiftPackageList-Package",
      "SwiftPackageListCore",
      "SwiftPackageListUI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Libraries",
      "SpeziLicense",
      "swift-package-list",
      "SwiftPackageList",
      "SwiftPackageList-Package",
      "SwiftPackageListCore",
      "SwiftPackageListUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziLicense -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 SpeziLicense -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.1.7
  Spezi: https://github.com/StanfordSpezi/Spezi @ 1.8.2
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.8.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
  SpeziLicense: /Users/admin/builder/spi-builder-workspace
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.1.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
    Target 'SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList' in project 'SwiftPackageList'
        ➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
    Target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList' (no dependencies)
    Target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziLicense.build/Debug/SpeziLicense_SpeziLicense.build /Users/admin/builder/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0f4eb23c798338ff9792f4b525610f84
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0f4eb23c798338ff9792f4b525610f84.xcbuilddata
error: The package product 'SwiftPackageList' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpeziLicense' from project 'SpeziLicense')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziLicense
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild