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 HLSVideoCache, reference main (41291e), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 9 Nov 2025 17:32:10 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/garynewby/HLSVideoCache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garynewby/HLSVideoCache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41291ed Readme update
Cloned https://github.com/garynewby/HLSVideoCache.git
Revision (git rev-parse @):
41291ed4f88aecd8e9dc885693f908ea58888257
SUCCESS checkout https://github.com/garynewby/HLSVideoCache.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/garynewby/HLSVideoCache.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/yene/GCDWebServer
Fetching from https://github.com/hyperoslo/Cache
Creating working copy of package ‘Cache’
Checking out 7.4.0 of package ‘Cache’
Creating working copy of package ‘GCDWebServer’
Checking out 3.5.7 of package ‘GCDWebServer’
Resolved source packages:
  HLSVideoCache: /Users/admin/builder/spi-builder-workspace
  GCDWebServer: https://github.com/yene/GCDWebServer @ 3.5.7
  Cache: https://github.com/hyperoslo/Cache @ 7.4.0
resolved source packages: HLSVideoCache, GCDWebServer, Cache
{
  "dependencies" : [
    {
      "identity" : "cache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hyperoslo/Cache"
    },
    {
      "identity" : "gcdwebserver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.7",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yene/GCDWebServer"
    }
  ],
  "manifest_display_name" : "HLSVideoCache",
  "name" : "HLSVideoCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HLSVideoCache",
      "targets" : [
        "HLSVideoCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HLSVideoCache",
      "module_type" : "SwiftTarget",
      "name" : "HLSVideoCache",
      "path" : "Source",
      "product_dependencies" : [
        "Cache",
        "GCDWebServer"
      ],
      "product_memberships" : [
        "HLSVideoCache"
      ],
      "sources" : [
        "HLSVideoCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HLSVideoCache"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HLSVideoCache -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HLSVideoCache -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  GCDWebServer: https://github.com/yene/GCDWebServer @ 3.5.7
  HLSVideoCache: /Users/admin/builder/spi-builder-workspace
  Cache: https://github.com/hyperoslo/Cache @ 7.4.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
    Target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer' (no dependencies)
    Target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache_Cache' in project 'Cache'
    Target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache_Cache' in project 'Cache'
    Target 'Cache_Cache' in project 'Cache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: bbce6155488b4998368a93632a87c9d2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bbce6155488b4998368a93632a87c9d2.xcbuilddata
error: The package product 'GCDWebServer' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'HLSVideoCache' from project 'HLSVideoCache')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-83BD7E237C345C39, name:My Mac }
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  HLSVideoCache: /Users/admin/builder/spi-builder-workspace
  Cache: https://github.com/hyperoslo/Cache @ 7.4.0
  GCDWebServer: https://github.com/yene/GCDWebServer @ 3.5.7
resolved source packages: HLSVideoCache, Cache, GCDWebServer
{
  "dependencies" : [
    {
      "identity" : "cache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hyperoslo/Cache"
    },
    {
      "identity" : "gcdwebserver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.7",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yene/GCDWebServer"
    }
  ],
  "manifest_display_name" : "HLSVideoCache",
  "name" : "HLSVideoCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HLSVideoCache",
      "targets" : [
        "HLSVideoCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HLSVideoCache",
      "module_type" : "SwiftTarget",
      "name" : "HLSVideoCache",
      "path" : "Source",
      "product_dependencies" : [
        "Cache",
        "GCDWebServer"
      ],
      "product_memberships" : [
        "HLSVideoCache"
      ],
      "sources" : [
        "HLSVideoCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HLSVideoCache"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HLSVideoCache -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HLSVideoCache -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  GCDWebServer: https://github.com/yene/GCDWebServer @ 3.5.7
  Cache: https://github.com/hyperoslo/Cache @ 7.4.0
  HLSVideoCache: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
    Target 'HLSVideoCache' in project 'HLSVideoCache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer' in project 'GCDWebServer'
        ➜ Explicit dependency on target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer'
    Target 'GCDWebServer_GCDWebServer' in project 'GCDWebServer' (no dependencies)
    Target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache_Cache' in project 'Cache'
    Target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache_Cache' in project 'Cache'
    Target 'Cache_Cache' in project 'Cache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
Build description signature: bbce6155488b4998368a93632a87c9d2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bbce6155488b4998368a93632a87c9d2.xcbuilddata
error: The package product 'GCDWebServer' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'HLSVideoCache' from project 'HLSVideoCache')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-83BD7E237C345C39, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-83BD7E237C345C39, name:My Mac }
** BUILD FAILED **
BUILD FAILURE 5.10 macosXcodebuild